update to Gradle 8.5, datastructures 5.0.6

This commit is contained in:
Jörg Prante 2023-12-12 20:12:19 +01:00
parent 273dc81799
commit 7e86865090
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
group = org.xbib group = org.xbib
name = cql name = cql
version = 5.1.0 version = 5.1.1
org.gradle.warning.mode = ALL org.gradle.warning.mode = ALL

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View file

@ -15,8 +15,8 @@ pluginManagement {
dependencyResolutionManagement { dependencyResolutionManagement {
versionCatalogs { versionCatalogs {
libs { libs {
version('gradle', '8.4') version('gradle', '8.5')
version('datastructures', '5.0.5') version('datastructures', '5.0.6')
library('datastructures-json', 'org.xbib', 'datastructures-json-tiny').versionRef('datastructures') library('datastructures-json', 'org.xbib', 'datastructures-json-tiny').versionRef('datastructures')
} }
testLibs { testLibs {