Skip to content

Commit

Permalink
Update Gradle and some other dependencies
Browse files Browse the repository at this point in the history
Should fix #452
  • Loading branch information
ileasile committed Mar 27, 2024
1 parent 012c871 commit e6a2dc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
jvmTarget = "1.8"

kotlin = "1.9.10"
kotlinDependencies = "1.9.22"
kotlinMavenResolver = "2.0.0-Beta4"
kotlinDependencies = "1.9.23"
kotlinMavenResolver = "2.0.0-Beta5"
stableKotlin = "1.9.10"
gradleKotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
shadowJar = "7.1.2"
shadowJarUtil = "0.1.4-4"
changelogPlugin = "1.12.1"
kotlinxSerialization = "1.6.2"
kotlinxSerialization = "1.6.3"
json5k = "0.3.0"
kotlinxCoroutines = "1.6.4"
kotlinxCoroutines = "1.8.0"
jupyterNotebooksParser = "0.1.0-dev-1"

ktlintGradle = "11.0.0"
Expand All @@ -21,23 +21,23 @@ publishPlugin = "1.8.10-dev-42"
pluginPublishPlugin = "0.21.0"
versionsPlugin = "0.44.0"

slf4j = "2.0.5"
slf4j = "2.0.12"
# Beware, newer versions of logback (starting from 1.4.*) are compiled for Java 11 only
logback = "1.3.6"
http4k = "4.34.3.0"
jupyterApi = "0.12.0-105"
jetbrainsAnnotations = "23.1.0"
http4k = "5.14.4.0"
jupyterApi = "0.12.0-154"
jetbrainsAnnotations = "24.1.0"

junit = "5.9.1"
kotlinTest = "5.5.4"
junit = "5.10.2"
kotlinTest = "5.8.1"
clikt = "2.8.0"
zeromq = "0.5.3"
gson = "2.10"
zeromq = "0.6.0"
gson = "2.10.1"

jlatexmath = "1.0.7"
xmlgraphicsFop = "2.8"
xmlgraphicsBatikCodec = "1.16"
xmlgraphicsCommons = "2.8"
xmlgraphicsFop = "2.9"
xmlgraphicsBatikCodec = "1.17"
xmlgraphicsCommons = "2.9"
graphvizJava = "0.18.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e6a2dc1

Please sign in to comment.