Skip to content

Commit

Permalink
Dependency version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Dec 15, 2023
1 parent ebd3622 commit 1141d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
junit-jupiter = "5.9.2"
junit-jupiter = "5.10.1"

[libraries]
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.4.6" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
gwt-exporter = { module = "org.timepedia.exporter:gwtexporter", version = "2.5.1" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit-jupiter" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit-jupiter" }
apache-commons-math3 = { module = "org.apache.commons:commons-math3", version = "3.6.1" }

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
dependency-versions = { id = "com.github.ben-manes.versions", version = "0.46.0" }
dependency-versions = { id = "com.github.ben-manes.versions", version = "0.50.0" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip

0 comments on commit 1141d44

Please sign in to comment.