Skip to content

Commit

Permalink
chore: Upgrade Groovy to 4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 12, 2023
1 parent 2070ce5 commit 3f4d0f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ dependencies {
implementation 'io.ktor:ktor-server-netty:1.6.8'
implementation 'io.ktor:ktor-network-tls-certificates:1.6.8'
implementation 'io.netty:netty-handler:4.1.84.Final'
implementation 'org.apache.groovy:groovy:4.0.6'
implementation 'org.apache.groovy:groovy-json:4.0.6'
implementation 'org.apache.groovy:groovy:4.0.11'
implementation 'org.apache.groovy:groovy-json:4.0.11'
implementation 'io.pact.plugin.driver:core:0.3.2'

testImplementation 'org.apache.groovy:groovy:4.0.6'
testImplementation 'org.apache.groovy:groovy-json:4.0.6'
testImplementation 'org.apache.groovy:groovy-datetime:4.0.6'
testImplementation 'org.apache.groovy:groovy-xml:4.0.6'
testImplementation 'org.apache.groovy:groovy-nio:4.0.6'
testImplementation 'org.apache.groovy:groovy:4.0.11'
testImplementation 'org.apache.groovy:groovy-json:4.0.11'
testImplementation 'org.apache.groovy:groovy-datetime:4.0.11'
testImplementation 'org.apache.groovy:groovy-xml:4.0.11'
testImplementation 'org.apache.groovy:groovy-nio:4.0.11'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'ch.qos.logback:logback-classic:1.4.4'
Expand Down
2 changes: 1 addition & 1 deletion consumer/groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation 'org.apache.groovy:groovy-xml'
testImplementation 'org.apache.groovy:groovy-dateutil'

groovyDoc 'org.apache.groovy:groovy-all:4.0.6'
groovyDoc 'org.apache.groovy:groovy-all:4.0.11'
}

compileGroovy {
Expand Down
2 changes: 1 addition & 1 deletion provider/lein/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

testImplementation 'org.clojure:tools.nrepl:0.2.13'

groovyDoc 'org.apache.groovy:groovy-all:4.0.6'
groovyDoc 'org.apache.groovy:groovy-all:4.0.11'
}

clojure.aotCompile = true
Expand Down

0 comments on commit 3f4d0f3

Please sign in to comment.