Skip to content

Commit 6d77ec1

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump com.google.re2j:re2j from 1.7 to 1.8
Bumps [com.google.re2j:re2j](https://github.com/google/re2j) from 1.7 to 1.8. - [Release notes](https://github.com/google/re2j/releases) - [Commits](google/re2j@re2j-1.7...re2j-1.8) --- updated-dependencies: - dependency-name: com.google.re2j:re2j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 768dbdc commit 6d77ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-groovy4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
implementation("org.apache.groovy:groovy-json:4.0.24")
108108

109109
api("com.squareup.moshi:moshi:1.15.2")
110-
implementation("com.google.re2j:re2j:1.7")
110+
implementation("com.google.re2j:re2j:1.8")
111111

112112
implementation("org.slf4j:slf4j-api:2.0.16")
113113
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
implementation("org.codehaus.groovy:groovy-json:3.0.23")
108108

109109
api("com.squareup.moshi:moshi:1.15.2")
110-
implementation("com.google.re2j:re2j:1.7")
110+
implementation("com.google.re2j:re2j:1.8")
111111

112112
implementation("org.slf4j:slf4j-api:2.0.16")
113113
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

0 commit comments

Comments
 (0)