Skip to content

Commit

Permalink
Bump the groovy group with 1 update
Browse files Browse the repository at this point in the history
Bumps the groovy group with 1 update: [org.apache.groovy:groovy](https://github.com/apache/groovy).

- [Commits](https://github.com/apache/groovy/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 67211d9 commit 7248cc6
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 @@ -12,7 +12,7 @@ val dependencyVersions = listOf(
"net.bytebuddy:byte-buddy-agent:1.14.10",
"org.apache.commons:commons-compress:1.25.0",
"org.codehaus.groovy:groovy:3.0.19",
"org.apache.groovy:groovy:4.0.15",
"org.apache.groovy:groovy:4.0.16",
"org.jetbrains:annotations:24.1.0",
"org.junit:junit-bom:5.10.1",
)
Expand Down
4 changes: 2 additions & 2 deletions client-groovy4/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-12-01T00-00-00")
api("de.gesellix:docker-compose:2023-11-30T21-23-00")

implementation("org.apache.groovy:groovy:4.0.15")
implementation("org.apache.groovy:groovy-json:4.0.15")
implementation("org.apache.groovy:groovy:4.0.16")
implementation("org.apache.groovy:groovy-json:4.0.16")

api("com.squareup.moshi:moshi:1.15.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 @@ -63,7 +63,7 @@ dependencies {
// implementation(project(":client"))
implementation(project(":client-groovy4"))
// implementation("org.codehaus.groovy:groovy:[3,4)")
implementation("org.apache.groovy:groovy:4.0.15")
implementation("org.apache.groovy:groovy:4.0.16")
testImplementation("org.apache.commons:commons-compress:1.25.0")

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

0 comments on commit 7248cc6

Please sign in to comment.