Skip to content

Commit

Permalink
chore(deps): Updating groovy-all to 3.0.19 and correcting gradle depe…
Browse files Browse the repository at this point in the history
…ndency to pom type to fix resolution issue (#160)
  • Loading branch information
adesjardin authored Sep 6, 2023
1 parent cdeec2a commit d8022fc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ repositories {
}

dependencies {
implementation 'org.codehaus.groovy:groovy-all:3.0.17'
// implementation 'org.codehaus.groovy:groovy-all:3.0.17:pom'
implementation (group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.19', ext: 'pom'){
transitive= true
}
testImplementation platform('org.spockframework:spock-bom:2.3-groovy-3.0')
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
}
Expand Down

0 comments on commit d8022fc

Please sign in to comment.