Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Aug 25, 2024
1 parent 217e879 commit 6c21d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

kotlin = "2.0.0"
kotlin = "2.0.20"

gson = "2.11.0"
gson-extras = "1.3.0"
Expand Down Expand Up @@ -45,4 +45,5 @@ nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "n
shadow-jar = { id = "com.github.johnrengelman.shadow", version.ref = "shadow-jar" }
node-gradle = { id = "com.github.node-gradle.node", version.ref = "node-gradle" }

# ./gradlew dependencyUpdates
benmanes-versions = { id = "com.github.ben-manes.versions", version.ref = "benmanes-versions" }
4 changes: 2 additions & 2 deletions gradle/test-libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]

assertj = "3.26.3"
junit = "5.11.0-M2"
junit = "5.11.0"
system-stubs = "2.1.6"
kotest = "5.9.1"
mockk = "1.13.11"
mockk = "1.13.12"

[libraries]

Expand Down

0 comments on commit 6c21d92

Please sign in to comment.