Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 20, 2024
1 parent d9b2f0d commit 83041fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
id("com.github.jk1.dependency-license-report") version("2.7")
// id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.14.0")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.15.0-Beta.2")
id("org.graalvm.buildtools.native") version("0.10.1") apply(false)
id("org.graalvm.buildtools.native") version("0.10.2") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.6") apply(false)
id("me.champeau.jmh") version("0.7.2") apply(false)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ iconsDirectory=content
#kotlinVersion=1.9.24
kotlinVersion=2.0.0-RC3
dokkaVersion=1.9.20
mockkVersion=1.13.10
mockkVersion=1.13.11
junitVersion=5.10.2
# TODO Latest version breaks stress test
#gatlingVersion=3.11.2
gatlingVersion=3.10.5
slf4jVersion=2.0.13
jmhVersion=1.37
mkdocsMaterialVersion=9.5.23
mkdocsMaterialVersion=9.5.24
mermaidDokkaVersion=0.6.0
nativeToolsVersion=0.10.1

Expand Down

0 comments on commit 83041fb

Please sign in to comment.