mirror of https://github.com/usbharu/Hideout.git
chore: update exposed
This commit is contained in:
parent
b641c4b5fb
commit
36ad81ddd1
|
@ -111,6 +111,8 @@ dependencies {
|
|||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
implementation("org.springframework.security:spring-security-oauth2-jose")
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-mongodb")
|
||||
implementation("org.jetbrains.exposed:exposed-spring-boot-starter:0.44.0")
|
||||
|
||||
|
||||
implementation("io.ktor:ktor-client-logging-jvm:$ktor_version")
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ ktor_version=2.3.0
|
|||
kotlin_version=1.8.21
|
||||
logback_version=1.4.6
|
||||
kotlin.code.style=official
|
||||
exposed_version=0.41.1
|
||||
exposed_version=0.44.0
|
||||
h2_version=2.1.214
|
||||
koin_version=3.4.3
|
||||
org.gradle.parallel=true
|
||||
|
|
Loading…
Reference in New Issue