Skip to content

Commit

Permalink
groovy 4 package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler authored Aug 30, 2024
1 parent 27859e4 commit 6e32998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.r
jaxb = { module = "com.sun.xml.bind:jaxb-impl", version.ref = "jaxb" }

junit = { module = "junit:junit", version.ref = "junit" }
groovy = { module = "org.codehaus.groovy:groovy-all", version.ref = "groovy" }
groovy = { module = "org.apache.groovy:groovy-all", version.ref = "groovy" }
spock = { module = "org.spockframework:spock-core", version.ref = "spock" }

jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jacksonDatabind" }
Expand Down

0 comments on commit 6e32998

Please sign in to comment.