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

dsmiley pushed a commit to branch branch_9_1
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 888ec054d5f2c538fc50d1c10c4449b5d273d5d3
Author: kiratraynor <[email protected]>
AuthorDate: Wed Dec 7 14:11:25 2022 -0500

    SOLR-16568: Update FasterXML Woodstox to 6.4.0 (#1209)
---
 solr/CHANGES.txt                           | 2 ++
 solr/licenses/woodstox-core-6.3.1.jar.sha1 | 1 -
 solr/licenses/woodstox-core-6.4.0.jar.sha1 | 1 +
 versions.lock                              | 2 +-
 versions.props                             | 2 +-
 5 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0b3b688dc64..d3072bcdc81 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -18,6 +18,8 @@ Other Changes
 
 * SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013 (Kevin Risden)
 
+* SOLR-16568: Upgrade woodstox-core to 6.4.0 (Kira Traynor)
+
 ==================  9.1.0 ==================
 
 New Features
diff --git a/solr/licenses/woodstox-core-6.3.1.jar.sha1 
b/solr/licenses/woodstox-core-6.3.1.jar.sha1
deleted file mode 100644
index ff23ca0a9e0..00000000000
--- a/solr/licenses/woodstox-core-6.3.1.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-bf29b07ca4dd81ef3c0bc18c8bd5617510a81c5d
diff --git a/solr/licenses/woodstox-core-6.4.0.jar.sha1 
b/solr/licenses/woodstox-core-6.4.0.jar.sha1
new file mode 100644
index 00000000000..f1a5d351ed0
--- /dev/null
+++ b/solr/licenses/woodstox-core-6.4.0.jar.sha1
@@ -0,0 +1 @@
+c47579857bbf12c85499f431d4ecf27d77976b7c
diff --git a/versions.lock b/versions.lock
index 919ae7a42a7..c43e7d67939 100644
--- a/versions.lock
+++ b/versions.lock
@@ -11,7 +11,7 @@ com.fasterxml.jackson.core:jackson-annotations:2.13.4 (8 
constraints: 478fc947)
 com.fasterxml.jackson.core:jackson-core:2.13.4 (12 constraints: cbe8ec6d)
 com.fasterxml.jackson.core:jackson-databind:2.13.4.2 (16 constraints: 28344498)
 com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.4 (1 
constraints: ba0ea766)
-com.fasterxml.woodstox:woodstox-core:6.3.1 (3 constraints: b5283aba)
+com.fasterxml.woodstox:woodstox-core:6.4.0 (3 constraints: af28dab7)
 com.github.ben-manes.caffeine:caffeine:3.1.1 (1 constraints: 0705fe35)
 com.github.jai-imageio:jai-imageio-core:1.4.0 (1 constraints: 5c0ced01)
 com.github.junrar:junrar:7.5.2 (1 constraints: 650c1002)
diff --git a/versions.props b/versions.props
index 8ea40d89a25..45bf263b753 100644
--- a/versions.props
+++ b/versions.props
@@ -4,7 +4,7 @@ com.carrotsearch.randomizedtesting:*=2.8.1
 com.carrotsearch:hppc=0.9.1
 com.cybozu.labs:langdetect=1.1-20120112
 com.fasterxml.jackson:jackson-bom=2.13.4.20221013
-com.fasterxml.woodstox:woodstox-core=6.2.8
+com.fasterxml.woodstox:woodstox-core=6.4.0
 com.github.ben-manes.caffeine:caffeine=3.1.1
 com.github.spotbugs:*=4.7.2
 com.github.zafarkhaja:java-semver=0.9.0

Reply via email to