Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Oct 20, 2023
1 parent de317d5 commit 2d12ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
*/

plugins {
kotlin("jvm") version("1.9.10") apply(false)
kotlin("jvm") version("1.9.20-RC") apply(false)

id("idea")
id("eclipse")
id("project-report")
id("org.jetbrains.dokka") version("1.9.10")
id("com.github.jk1.dependency-license-report") version("2.5")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.13.2")
id("org.graalvm.buildtools.native") version("0.9.27") apply(false)
id("org.graalvm.buildtools.native") version("0.9.28") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.1") apply(false)
id("me.champeau.jmh") version("0.7.1") apply(false)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ logoSmall=assets/img/logo.svg
iconsDirectory=content

# VERSIONS
kotlinVersion=1.9.10
kotlinVersion=1.9.20-RC
dokkaVersion=1.9.10
mockkVersion=1.13.8
junitVersion=5.10.0
gatlingVersion=3.9.5
jmhVersion=1.37
mkdocsMaterialVersion=9.4.6
mermaidDokkaVersion=0.4.4
nativeToolsVersion=0.9.27
nativeToolsVersion=0.9.28

# http_server_netty
nettyVersion=4.1.100.Final
Expand Down

0 comments on commit 2d12ed8

Please sign in to comment.