Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jan 29, 2024
1 parent b571333 commit 1f75d6b
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 @@ -25,7 +25,7 @@ plugins {
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.jetbrains.kotlinx.binary-compatibility-validator") version("0.14.0")
id("org.graalvm.buildtools.native") version("0.9.28") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.4") 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 @@ -37,7 +37,7 @@ mockkVersion=1.13.9
junitVersion=5.10.1
gatlingVersion=3.10.3
jmhVersion=1.37
mkdocsMaterialVersion=9.5.5
mkdocsMaterialVersion=9.5.6
mermaidDokkaVersion=0.4.4
nativeToolsVersion=0.9.28

Expand All @@ -63,7 +63,7 @@ dslJsonVersion=2.0.2
freemarkerVersion=2.3.32

# templates_jte
jteVersion=3.1.8
jteVersion=3.1.9

# templates_pebble
pebbleVersion=3.2.2
Expand Down

0 comments on commit 1f75d6b

Please sign in to comment.