Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 29, 2024
1 parent 57b97a8 commit a2a448b
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -24,7 +24,7 @@ plugins {
id("eclipse")
id("project-report")
id("org.jetbrains.dokka") version("1.9.20")
id("com.github.jk1.dependency-license-report") version("2.7")
id("com.github.jk1.dependency-license-report") version("2.8")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.15.0-Beta.2")
id("org.graalvm.buildtools.native") version("0.10.2") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.6") apply(false)
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ iconsDirectory=content
# VERSIONS
kotlinVersion=2.0.0
dokkaVersion=1.9.20
mavenVersion=3.9.7
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.24
mkdocsMaterialVersion=9.5.25
mermaidDokkaVersion=0.6.0
nativeToolsVersion=0.10.2

Expand All @@ -49,7 +50,7 @@ nettyVersion=4.1.110.Final
nettyTcNativeVersion=2.0.65.Final

# http_server_helidon
helidonVersion=4.0.8
helidonVersion=4.0.9

# http_server_servlet
servletVersion=6.0.0
Expand Down
1 change: 1 addition & 0 deletions starters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extensions.configure<PublishingExtension> {
"maven.compiler.source" to source,
"maven.compiler.target" to target,
"kotlin.compiler.jvmTarget" to target,
"maven" to project.properties["mavenVersion"].toString(),
"kotlin.version" to project.properties["kotlinVersion"].toString(),
"dokka.version" to project.properties["dokkaVersion"].toString(),
"junit.version" to project.properties["junitVersion"].toString(),
Expand Down

0 comments on commit a2a448b

Please sign in to comment.