Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 8, 2023
1 parent 7f29c3f commit 727a3fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
9 changes: 1 addition & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,10 @@ dependencies {
testImplementation(libs.ktor.client.mock)
}

configurations.all {
resolutionStrategy.eachDependency {
if (this@all.name == "detekt" && requested.group == "org.jetbrains.kotlin") {
useVersion("1.9.0")
}
}
}

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(20))
vendor.set(JvmVendorSpec.AZUL)
}
}

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kotlin = "1.9.10"
spring-boot = "3.1.5"
spring-dependencyManagement = "1.1.3"
jib = "3.4.0"
ktor = "2.3.5"
dgsBom = "8.0.0"
ktor = "2.3.6"
dgsBom = "8.0.1"
dgsCodegen = "6.0.3"
kotlinx-coroutines = "1.7.2"
kotlinx-serialization = "1.5.1"
detekt = "1.23.1"
detekt = "1.23.3"
apacheCommonsText = "1.10.0"
caffeine = "3.1.8"
toolchainsResolver = "0.7.0"
Expand All @@ -17,8 +17,8 @@ toolchainsResolver = "0.7.0"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
spring-boot = { id = "org.springframework.boot", version.ref = "spring.boot" }
spring-dependencyManagement = { id = "io.spring.dependency-management", version.ref = "spring.dependencyManagement" }
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
spring-dependencyManagement = { id = "io.spring.dependency-management", version.ref = "spring-dependencyManagement" }
dgsCodegen = { id = "com.netflix.dgs.codegen", version.ref = "dgsCodegen" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
jib = { id = "com.google.cloud.tools.jib", version.ref = "jib" }
Expand Down

0 comments on commit 727a3fb

Please sign in to comment.