Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kotlin
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent d08ed1e commit d5540e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ dependencies {
}
}
}
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.0")

implementation("io.github.microutils:kotlin-logging:3.0.5")
implementation("org.slf4j:slf4j-api:2.0.12")
Expand All @@ -78,7 +78,7 @@ dependencies {
implementation("com.google.re2j:re2j:1.7")
// implementation("com.github.fge:json-schema-validator:2.2.6")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.23")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.0")
testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
}
Expand Down

0 comments on commit d5540e1

Please sign in to comment.