Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Apr 2, 2024
1 parent 625db4a commit d404799
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
# Plugins
git-version = "1.0.0" # https://github.com/palantir/gradle-git-version
ben-manes-versions = "0.45.0" # https://github.com/ben-manes/gradle-versions-plugin
dependencycheck = "8.1.0" # https://github.com/dependency-check/dependency-check-gradle
git-version = "3.0.0" # https://github.com/palantir/gradle-git-version
ben-manes-versions = "0.51.0" # https://github.com/ben-manes/gradle-versions-plugin
dependencycheck = "9.1.0" # https://github.com/dependency-check/dependency-check-gradle

# Libraries
jackson = "2.14.2" # https://github.com/FasterXML/jackson
commons-configuration2 = "2.8.0" # https://github.com/apache/commons-configuration
jackson = "2.17.0" # https://github.com/FasterXML/jackson
commons-configuration2 = "2.10.1" # https://github.com/apache/commons-configuration
commons-beanutils = "1.9.4" # https://github.com/apache/commons-beanutils
commons-text = "1.10.0" # https://github.com/apache/commons-text
commons-text = "1.11.0" # https://github.com/apache/commons-text
jsr305 = "3.0.2" # https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
junit = "4.13.2" # https://junit.org/junit4/
guava = "31.1-jre" # https://github.com/google/guava
guava = "33.1.0-jre" # https://github.com/google/guava


[plugins]
Expand Down

0 comments on commit d404799

Please sign in to comment.