Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy from 3.0.17 to 3.0.18
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.17 to 3.0.18.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 29, 2023
1 parent 90e0d61 commit c0a58ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val dependencyVersions = listOf(
"net.bytebuddy:byte-buddy:1.14.5",
"net.bytebuddy:byte-buddy-agent:1.14.5",
"org.apache.commons:commons-compress:1.23.0",
"org.codehaus.groovy:groovy:3.0.17",
"org.codehaus.groovy:groovy:3.0.18",
"org.jetbrains:annotations:24.0.1",
"org.junit:junit-bom:5.9.3",
)
Expand Down
4 changes: 2 additions & 2 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ dependencies {
api("de.gesellix:docker-engine:2023-05-07T21-30-00")
api("de.gesellix:docker-compose:2023-05-01T14-09-00")

implementation("org.codehaus.groovy:groovy:3.0.17")
implementation("org.codehaus.groovy:groovy-json:3.0.17")
implementation("org.codehaus.groovy:groovy:3.0.18")
implementation("org.codehaus.groovy:groovy-json:3.0.18")

api("com.squareup.moshi:moshi:1.14.0")
implementation("com.google.re2j:re2j:1.7")
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
}
}
implementation(project(":client"))
implementation("org.codehaus.groovy:groovy:3.0.17")
implementation("org.codehaus.groovy:groovy:3.0.18")
testImplementation("org.apache.commons:commons-compress:1.23.0")

implementation("org.slf4j:slf4j-api:2.0.7")
Expand Down

0 comments on commit c0a58ec

Please sign in to comment.