You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2023/03/01 15:20:01 UTC

[solr] branch branch_9x updated (8d31254015a -> 529e8a93ff8)

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 8d31254015a Remove explicit net.arnx:jsonic from versions.props (#1405)
     new ece20311a6a Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.3 (#1381)
     new b76e9b52095 Update dependency com.lmax:disruptor to v3.4.4 (#1382)
     new 7163d0ecee3 Update dependency com.google.re2j:re2j to v1.7 (#1401)
     new 529e8a93ff8 Update dependency org.immutables:value-annotations to v2.9.3 (#1388)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 solr/licenses/disruptor-3.4.2.jar.sha1         |  1 -
 solr/licenses/disruptor-3.4.4.jar.sha1         |  1 +
 solr/licenses/re2j-1.6.jar.sha1                |  1 -
 solr/licenses/re2j-1.7.jar.sha1                |  1 +
 solr/licenses/value-annotations-2.9.2.jar.sha1 |  1 -
 solr/licenses/value-annotations-2.9.3.jar.sha1 |  1 +
 versions.lock                                  | 12 ++++++------
 versions.props                                 |  8 ++++----
 8 files changed, 13 insertions(+), 13 deletions(-)
 delete mode 100644 solr/licenses/disruptor-3.4.2.jar.sha1
 create mode 100644 solr/licenses/disruptor-3.4.4.jar.sha1
 delete mode 100644 solr/licenses/re2j-1.6.jar.sha1
 create mode 100644 solr/licenses/re2j-1.7.jar.sha1
 delete mode 100644 solr/licenses/value-annotations-2.9.2.jar.sha1
 create mode 100644 solr/licenses/value-annotations-2.9.3.jar.sha1


[solr] 04/04: Update dependency org.immutables:value-annotations to v2.9.3 (#1388)

Posted by kr...@apache.org.
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 529e8a93ff8ce099bab04d1b0285515487f164ed
Author: Solr Bot <12...@users.noreply.github.com>
AuthorDate: Wed Mar 1 16:14:06 2023 +0100

    Update dependency org.immutables:value-annotations to v2.9.3 (#1388)
---
 solr/licenses/value-annotations-2.9.2.jar.sha1 | 1 -
 solr/licenses/value-annotations-2.9.3.jar.sha1 | 1 +
 versions.lock                                  | 2 +-
 versions.props                                 | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/licenses/value-annotations-2.9.2.jar.sha1 b/solr/licenses/value-annotations-2.9.2.jar.sha1
deleted file mode 100644
index a689dce6a90..00000000000
--- a/solr/licenses/value-annotations-2.9.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e2983908ee1d400c73447b6fda9cf3c9fce342bc
diff --git a/solr/licenses/value-annotations-2.9.3.jar.sha1 b/solr/licenses/value-annotations-2.9.3.jar.sha1
new file mode 100644
index 00000000000..1ae351c18ce
--- /dev/null
+++ b/solr/licenses/value-annotations-2.9.3.jar.sha1
@@ -0,0 +1 @@
+0ceb905d89e453b578a2463274e2ec559977b6cd
diff --git a/versions.lock b/versions.lock
index 9a0e888dc77..c8bc66ec404 100644
--- a/versions.lock
+++ b/versions.lock
@@ -318,7 +318,7 @@ org.glassfish.jersey.inject:jersey-hk2:2.35 (1 constraints: de04fe30)
 org.glassfish.jersey.media:jersey-media-json-jackson:2.35 (1 constraints: de04fe30)
 org.hamcrest:hamcrest:2.2 (3 constraints: 7620ce25)
 org.hamcrest:hamcrest-core:2.2 (1 constraints: cc05fe3f)
-org.immutables:value-annotations:2.9.2 (1 constraints: 0f051236)
+org.immutables:value-annotations:2.9.3 (1 constraints: 10051336)
 org.itadaki:bzip2:0.9.1 (2 constraints: bd0c4b2c)
 org.javassist:javassist:3.25.0-GA (1 constraints: 2a110ef1)
 org.jctools:jctools-core:3.3.0 (1 constraints: 08050336)
diff --git a/versions.props b/versions.props
index 0052511d71a..3f13e5431fd 100644
--- a/versions.props
+++ b/versions.props
@@ -65,7 +65,7 @@ org.glassfish.hk2*:*=2.6.1
 org.glassfish.jersey*:*=2.35
 org.hamcrest:*=2.2
 org.hsqldb:hsqldb=2.4.0
-org.immutables:value-annotations=2.9.2
+org.immutables:value-annotations=2.9.3
 org.jctools:jctools-core=3.3.0
 org.mockito:mockito-core=3.8.0
 org.openjdk.jmh:*=1.32


[solr] 03/04: Update dependency com.google.re2j:re2j to v1.7 (#1401)

Posted by kr...@apache.org.
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 <12...@users.noreply.github.com>
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


[solr] 01/04: Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.3 (#1381)

Posted by kr...@apache.org.
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 ece20311a6aaa0ff1ab9ce28b5fe109406c8c7a9
Author: Solr Bot <12...@users.noreply.github.com>
AuthorDate: Wed Mar 1 16:11:52 2023 +0100

    Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.3 (#1381)
---
 versions.lock  | 6 +++---
 versions.props | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/versions.lock b/versions.lock
index 6ba05b21ecf..c29b0e95db7 100644
--- a/versions.lock
+++ b/versions.lock
@@ -17,7 +17,7 @@ com.github.ben-manes.caffeine:caffeine:3.1.4 (1 constraints: 0a050136)
 com.github.jai-imageio:jai-imageio-core:1.4.0 (1 constraints: 5c0ced01)
 com.github.junrar:junrar:7.5.2 (1 constraints: 650c1002)
 com.github.openjson:openjson:1.0.12 (1 constraints: 8b0c6d0e)
-com.github.spotbugs:spotbugs-annotations:4.7.2 (1 constraints: 0f051636)
+com.github.spotbugs:spotbugs-annotations:4.7.3 (1 constraints: 10051736)
 com.github.stephenc.jcip:jcip-annotations:1.0-1 (3 constraints: c71d2c87)
 com.github.virtuald:curvesapi:1.07 (1 constraints: 9e0ac7c0)
 com.google.android:annotations:4.1.1.4 (2 constraints: b918820a)
@@ -203,7 +203,7 @@ org.apache.kerby:kerby-pkix:1.0.1 (1 constraints: 710bfce4)
 org.apache.kerby:kerby-util:1.0.1 (2 constraints: 6518bdb6)
 org.apache.logging.log4j:log4j-1.2-api:2.19.0 (1 constraints: 3e054a3b)
 org.apache.logging.log4j:log4j-api:2.19.0 (9 constraints: ba6f36df)
-org.apache.logging.log4j:log4j-core:2.19.0 (4 constraints: 98447217)
+org.apache.logging.log4j:log4j-core:2.19.0 (4 constraints: 9944df17)
 org.apache.logging.log4j:log4j-layout-template-json:2.19.0 (1 constraints: 3e054a3b)
 org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0 (1 constraints: 3e054a3b)
 org.apache.logging.log4j:log4j-web:2.19.0 (1 constraints: 3e054a3b)
@@ -328,7 +328,7 @@ org.jetbrains.kotlin:kotlin-stdlib:1.6.20 (5 constraints: 6c4c1dcd)
 org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20 (3 constraints: 352cbb71)
 org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.0 (1 constraints: ae1013c2)
 org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 (3 constraints: 582c9186)
-org.junit:junit-bom:5.9.0 (1 constraints: c7116dde)
+org.junit:junit-bom:5.9.1 (1 constraints: c8116ede)
 org.locationtech.jts:jts-core:1.19.0 (2 constraints: a31de760)
 org.locationtech.jts.io:jts-io-common:1.19.0 (1 constraints: 930d513a)
 org.locationtech.proj4j:proj4j:1.1.5 (1 constraints: 5f0daf2c)
diff --git a/versions.props b/versions.props
index 8d985489ae2..e413afc8a47 100644
--- a/versions.props
+++ b/versions.props
@@ -6,7 +6,7 @@ com.cybozu.labs:langdetect=1.1-20120112
 com.fasterxml.jackson:jackson-bom=2.14.2
 com.fasterxml.woodstox:woodstox-core=6.5.0
 com.github.ben-manes.caffeine:caffeine=3.1.4
-com.github.spotbugs:*=4.7.2
+com.github.spotbugs:*=4.7.3
 com.github.stephenc.jcip:jcip-annotations=1.0-1
 com.google.cloud:google-cloud-bom=0.184.0
 com.google.errorprone:*=2.18.0


[solr] 02/04: Update dependency com.lmax:disruptor to v3.4.4 (#1382)

Posted by kr...@apache.org.
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 b76e9b520956a41eb09cf4f95dc784d1f9271cba
Author: Solr Bot <12...@users.noreply.github.com>
AuthorDate: Wed Mar 1 16:12:25 2023 +0100

    Update dependency com.lmax:disruptor to v3.4.4 (#1382)
---
 solr/licenses/disruptor-3.4.2.jar.sha1 | 1 -
 solr/licenses/disruptor-3.4.4.jar.sha1 | 1 +
 versions.lock                          | 2 +-
 versions.props                         | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/licenses/disruptor-3.4.2.jar.sha1 b/solr/licenses/disruptor-3.4.2.jar.sha1
deleted file mode 100644
index c2113364623..00000000000
--- a/solr/licenses/disruptor-3.4.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e2543a63086b4189fbe418d05d56633bc1a815f7
diff --git a/solr/licenses/disruptor-3.4.4.jar.sha1 b/solr/licenses/disruptor-3.4.4.jar.sha1
new file mode 100644
index 00000000000..65262f8a5de
--- /dev/null
+++ b/solr/licenses/disruptor-3.4.4.jar.sha1
@@ -0,0 +1 @@
+588321627643b6de45db44c6575e750fea3ae3f5
diff --git a/versions.lock b/versions.lock
index c29b0e95db7..fd4e8ddb5a4 100644
--- a/versions.lock
+++ b/versions.lock
@@ -63,7 +63,7 @@ com.healthmarketscience.jackcess:jackcess:4.0.1 (1 constraints: 5c0cf101)
 com.healthmarketscience.jackcess:jackcess-encrypt:4.0.1 (1 constraints: 5c0cf101)
 com.ibm.icu:icu4j:70.1 (1 constraints: a90f1784)
 com.jayway.jsonpath:json-path:2.7.0 (2 constraints: 6b126a2c)
-com.lmax:disruptor:3.4.2 (1 constraints: 0b050836)
+com.lmax:disruptor:3.4.4 (1 constraints: 0d050a36)
 com.mchange:c3p0:0.9.5.5 (1 constraints: c80c571b)
 com.mchange:mchange-commons-java:0.2.19 (1 constraints: 84075b75)
 com.pff:java-libpst:0.9.3 (1 constraints: 630cfa01)
diff --git a/versions.props b/versions.props
index e413afc8a47..7a2be6445a5 100644
--- a/versions.props
+++ b/versions.props
@@ -13,7 +13,7 @@ com.google.errorprone:*=2.18.0
 com.google.guava:guava=31.1-jre
 com.google.re2j:re2j=1.6
 com.jayway.jsonpath:json-path=2.7.0
-com.lmax:disruptor=3.4.2
+com.lmax:disruptor=3.4.4
 com.tdunning:t-digest=3.1
 commons-cli:commons-cli=1.5.0
 commons-codec:commons-codec=1.15