Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy from 3.0.14 to 3.0.15
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.14 to 3.0.15.
- [Release notes](https://github.com/apache/groovy/releases)
- [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] authored and gesellix committed Feb 12, 2023
1 parent 01505e0 commit 85eabec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.23",
"net.bytebuddy:byte-buddy-agent:1.12.23",
"org.apache.commons:commons-compress:1.22",
"org.codehaus.groovy:groovy:3.0.14",
"org.codehaus.groovy:groovy:3.0.15",
"org.jetbrains:annotations:24.0.0",
"org.junit:junit-bom:5.9.2",
)
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
api("de.gesellix:docker-engine:2023-01-11T07-55-00")
api("de.gesellix:docker-compose:2023-01-10T21-41-00")

implementation("org.codehaus.groovy:groovy:3.0.14")
implementation("org.codehaus.groovy:groovy:3.0.15")
implementation("org.codehaus.groovy:groovy-json:3.0.14")

api("com.squareup.moshi:moshi:1.14.0")
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.14")
implementation("org.codehaus.groovy:groovy:3.0.15")
testImplementation("org.apache.commons:commons-compress:1.22")

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

0 comments on commit 85eabec

Please sign in to comment.