Skip to content

Commit

Permalink
Bump Groovy to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Mar 4, 2024
1 parent 3bc5321 commit d5a17f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java {

gocdPlugin {
id = 'cd.go.contrib.plugins.configrepo.groovy'
pluginVersion = '2.1.3'
pluginVersion = '2.2.0'
goCdVersion = '20.8.0'
name = 'GoCD Groovy Configuration plugin'
description = 'GoCD pipelines and environments configuration in Groovy'
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final Map<String, String> libraries = [
commonsText : 'org.apache.commons:commons-text:1.11.0',
dom4j : 'org.dom4j:dom4j:2.1.4',
glassfish : 'org.glassfish:jakarta.el:4.0.2',
groovy : 'org.codehaus.groovy:groovy:3.0.20',
groovy : 'org.apache.groovy:groovy:4.0.19',
guava : 'com.google.guava:guava:33.0.0-jre',
hibernateValidator: 'org.hibernate.validator:hibernate-validator:8.0.1.Final',
jacksonCore : 'com.fasterxml.jackson.core:jackson-core:2.16.1',
Expand All @@ -55,7 +55,7 @@ final String retrofitVersion = versionOf(libraries.retrofit)

// RELATED: these deps share versions with others; we put these after the main deps because Dependabot cannot parse
// interpolated versions. When Dependabot updates the parent dependency, these will get updated for free too.
libraries.groovyJson = "org.codehaus.groovy:groovy-json:${groovyVersion}"
libraries.groovyJson = "org.apache.groovy:groovy-json:${groovyVersion}"
libraries.hibernateValidatorAnnotationProcessor = "org.hibernate.validator:hibernate-validator-annotation-processor:${hibernateVersion}"
libraries.jacksonAnnotations = "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
libraries.jacksonDatabind = "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
Expand Down

0 comments on commit d5a17f0

Please sign in to comment.