update to Groovy 4.0.7
This commit is contained in:
parent
a594f5655f
commit
466cad318a
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ dependencyResolutionManagement {
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
libs {
|
libs {
|
||||||
version('gradle', '7.5.1')
|
version('gradle', '7.5.1')
|
||||||
version('junit', '5.9.1')
|
version('junit', '5.9.2')
|
||||||
version('junit4', '4.13.2')
|
version('junit4', '4.13.2')
|
||||||
version('groovy', '4.0.5')
|
version('groovy', '4.0.7')
|
||||||
version('spock', '2.2-M1-groovy-4.0')
|
version('spock', '2.2-M1-groovy-4.0')
|
||||||
version('content', '5.0.1')
|
version('content', '5.0.1')
|
||||||
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
||||||
|
|
Loading…
Reference in a new issue