Skip to content

Commit 2c9eda5

Browse files
Bump com.google.re2j:re2j from 1.7 to 1.8 (#508)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdde14a commit 2c9eda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
7777
testImplementation("com.beust:klaxon:5.5")
7878

79-
implementation("com.google.re2j:re2j:1.7")
79+
implementation("com.google.re2j:re2j:1.8")
8080
// implementation("com.github.fge:json-schema-validator:2.2.6")
8181

8282
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.0")

0 commit comments

Comments
 (0)