Skip to content

Commit

Permalink
updated gradle and 3rd party
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiesel committed Jun 8, 2024
1 parent 4b9b5fc commit e6fc2e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repositories {

dependencies {
implementation("com.github.ajalt.clikt:clikt:4.3.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.http4k:http4k-core:5.21.0.0")
implementation("org.http4k:http4k-client-okhttp:5.20.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
implementation("org.http4k:http4k-core:5.22.0.0")
implementation("org.http4k:http4k-client-okhttp:5.22.0.0")
implementation("com.github.ajalt.mordant:mordant:2.6.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
}

kotlin {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e6fc2e0

Please sign in to comment.