This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 7163d0ecee3199f63a6bd41b47fa31b7fcaf440e Author: Solr Bot <[email protected]> AuthorDate: Wed Mar 1 16:13:15 2023 +0100 Update dependency com.google.re2j:re2j to v1.7 (#1401) --- solr/licenses/re2j-1.6.jar.sha1 | 1 - solr/licenses/re2j-1.7.jar.sha1 | 1 + versions.lock | 2 +- versions.props | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/solr/licenses/re2j-1.6.jar.sha1 b/solr/licenses/re2j-1.6.jar.sha1 deleted file mode 100644 index feaedf5902f..00000000000 --- a/solr/licenses/re2j-1.6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a13e879fd7971738d06020fefeb108cc14e14169 diff --git a/solr/licenses/re2j-1.7.jar.sha1 b/solr/licenses/re2j-1.7.jar.sha1 new file mode 100644 index 00000000000..0eaba26ace5 --- /dev/null +++ b/solr/licenses/re2j-1.7.jar.sha1 @@ -0,0 +1 @@ +2949632c1b4acce0d7784f28e3152e9cf3c2ec7a diff --git a/versions.lock b/versions.lock index fd4e8ddb5a4..9a0e888dc77 100644 --- a/versions.lock +++ b/versions.lock @@ -55,7 +55,7 @@ com.google.j2objc:j2objc-annotations:1.3 (4 constraints: 7d3ab454) com.google.oauth-client:google-oauth-client:1.34.1 (2 constraints: b520b575) com.google.protobuf:protobuf-java:3.21.10 (11 constraints: c896aada) com.google.protobuf:protobuf-java-util:3.21.10 (3 constraints: ba2b3997) -com.google.re2j:re2j:1.6 (2 constraints: 3714a76f) +com.google.re2j:re2j:1.7 (2 constraints: 3814d46f) com.googlecode.json-simple:json-simple:1.1.1 (2 constraints: 321c78d2) com.googlecode.juniversalchardet:juniversalchardet:1.0.3 (1 constraints: 5b0ce401) com.googlecode.plist:dd-plist:1.23 (1 constraints: 2f0c83f5) diff --git a/versions.props b/versions.props index 7a2be6445a5..0052511d71a 100644 --- a/versions.props +++ b/versions.props @@ -11,7 +11,7 @@ com.github.stephenc.jcip:jcip-annotations=1.0-1 com.google.cloud:google-cloud-bom=0.184.0 com.google.errorprone:*=2.18.0 com.google.guava:guava=31.1-jre -com.google.re2j:re2j=1.6 +com.google.re2j:re2j=1.7 com.jayway.jsonpath:json-path=2.7.0 com.lmax:disruptor=3.4.4 com.tdunning:t-digest=3.1
