update to datastructures 5.1.1

This commit is contained in:
Jörg Prante 2024-07-04 09:14:02 +02:00
parent afbe6eee2f
commit a58f1e6c83
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib.graphics group = org.xbib.graphics
name = graphics name = graphics
version = 5.5.0 version = 5.5.1

View file

@ -17,7 +17,7 @@ dependencyResolutionManagement {
libs { libs {
version('gradle', '8.7') version('gradle', '8.7')
version('groovy', '4.0.21') version('groovy', '4.0.21')
version('datastructures', '5.0.7') version('datastructures', '5.1.1')
library('groovy', 'org.apache.groovy', 'groovy').versionRef('groovy') library('groovy', 'org.apache.groovy', 'groovy').versionRef('groovy')
library('groovy-xml', 'org.apache.groovy', 'groovy-xml').versionRef('groovy') library('groovy-xml', 'org.apache.groovy', 'groovy-xml').versionRef('groovy')
library('jna', 'net.java.dev.jna', 'jna').version('5.14.0') library('jna', 'net.java.dev.jna', 'jna').version('5.14.0')
@ -35,7 +35,7 @@ dependencyResolutionManagement {
library('datastructures-settings-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures') library('datastructures-settings-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures')
} }
testLibs { testLibs {
version('groovy', '4.0.16') version('groovy', '4.0.21')
version('junit', '5.10.2') version('junit', '5.10.2')
version('junit4', '4.13.2') version('junit4', '4.13.2')
version('spock', '2.4-M1-groovy-4.0') version('spock', '2.4-M1-groovy-4.0')