Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLR-16568: Update FasterXML Woodstox to 6.4.0 #1209

Merged
merged 4 commits into from Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion solr/CHANGES.txt
Expand Up @@ -158,7 +158,9 @@ Other Changes

* SOLR-15861: ConcurrentUpdateSolrClient should work with ManagedExecutorService (Sammy Chu, Kevin Risden)

SOLR-16575: splitshard should honour createNodeSet (noble)
* SOLR-16575: splitshard should honour createNodeSet (noble)

* SOLR-16568: Upgrade woodstox-core to 6.4.0 (Kira Traynor)

================== 9.1.0 ==================

Expand Down
1 change: 0 additions & 1 deletion solr/licenses/woodstox-core-6.3.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/woodstox-core-6.4.0.jar.sha1
@@ -0,0 +1 @@
c47579857bbf12c85499f431d4ecf27d77976b7c
2 changes: 1 addition & 1 deletion versions.lock
Expand Up @@ -12,7 +12,7 @@ com.fasterxml.jackson.core:jackson-core:2.13.4 (13 constraints: 3c026a27)
com.fasterxml.jackson.core:jackson-databind:2.13.4.2 (18 constraints: 3a6455da)
com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.4 (1 constraints: ba0ea766)
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4 (2 constraints: a624c1e0)
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)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Expand Up @@ -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.google.cloud:google-cloud-bom=0.178.0
Expand Down