Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 16, 2023
1 parent 277e3c2 commit fd00eb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies {
implementation(libs.ktor.client.contentNegotiation)
implementation(libs.ktor.serialization.xml)
implementation(libs.apacheCommonsText)
implementation(libs.apacheCommonsLang3)
implementation(libs.caffeine)

testImplementation(libs.spring.boot.starter.test)
Expand Down
10 changes: 6 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[versions]
kotlin = "2.0.0-Beta1"
spring-boot = "3.1.5"
spring-dependencyManagement = "1.1.3"
spring-dependencyManagement = "1.1.4"
jib = "3.4.0"
ktor = "2.3.6"
dgsBom = "8.0.1"
dgsCodegen = "6.0.3"
dgsBom = "8.0.2"
dgsCodegen = "6.1.0"
detekt = "1.23.3"
apacheCommonsText = "1.10.0"
apacheCommonsText = "1.11.0"
apacheCommonsLang3 = "3.13.0"
caffeine = "3.1.8"
toolchainsResolver = "0.7.0"

Expand All @@ -33,4 +34,5 @@ ktor-serialization-xml = { module = "io.ktor:ktor-serialization-kotlinx-xml", ve
dgs-bom = { module = "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies", version.ref = "dgsBom" }
dgs-starter = { module = "com.netflix.graphql.dgs:graphql-dgs-webflux-starter"}
apacheCommonsText = { module = "org.apache.commons:commons-text", version.ref = "apacheCommonsText" }
apacheCommonsLang3 = { module = "org.apache.commons:commons-lang3", version.ref = "apacheCommonsLang3" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }

0 comments on commit fd00eb2

Please sign in to comment.