Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #195 from siper/dependabot/gradle/org.jetbrains.ko…
Browse files Browse the repository at this point in the history
…tlin-kotlin-test-1.9.0

Bump org.jetbrains.kotlin:kotlin-test from 1.8.22 to 1.9.0
  • Loading branch information
siper committed Jul 6, 2023
2 parents fd75e4b + 195b136 commit dc81892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("io.ktor:ktor-serialization-kotlinx-json-jvm:$ktorVersion")
implementation("io.ktor:ktor-server-netty-jvm:$ktorVersion")
testImplementation("io.ktor:ktor-server-tests-jvm:$ktorVersion")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.22")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.0")

implementation("org.postgresql:postgresql:$postgresqlVersion")
implementation("org.jetbrains.exposed:exposed-core:$exposedVersion")
Expand Down

0 comments on commit dc81892

Please sign in to comment.