From 2b02e7993127fd6c6b724b9d8a148daa98179c89 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Fri, 26 Jun 2026 14:08:00 -0700 Subject: [PATCH 1/4] Bump jackson and jrjackson dependencies --- versions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions.yml b/versions.yml index 3d65f998f9..4d52fc68e9 100644 --- a/versions.yml +++ b/versions.yml @@ -27,7 +27,7 @@ jruby: # Note: this file is copied to the root of logstash-core because its gemspec needs it when # bundler evaluates the gemspec via bin/logstash # Ensure Jackson version here is kept in sync with version used by jrjackson gem -jrjackson: 0.5.0 -jackson: 2.21.2 -jackson-databind: 2.21.2 +jrjackson: 0.5.0.1 +jackson: 2.21.4 +jackson-databind: 2.21.4 jackson-annotations: 2.21 # standalone release without a patch version From 82efb5e00fd4b6bca29d1ba417939080396237c2 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Fri, 26 Jun 2026 15:25:39 -0700 Subject: [PATCH 2/4] Update jackson and jrjackson versions in NOTICE.TXT --- NOTICE.TXT | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE.TXT b/NOTICE.TXT index 7bc1a4229e..a366a718e9 100644 --- a/NOTICE.TXT +++ b/NOTICE.TXT @@ -754,7 +754,7 @@ http://www.apache.org/licenses/LICENSE-2.0 limitations under the License. ========== -Notice for: com.fasterxml.jackson.core:jackson-core-2.21.2 +Notice for: com.fasterxml.jackson.core:jackson-core-2.21.4 ---------- # Jackson JSON processor @@ -981,7 +981,7 @@ from the source code management (SCM) system project uses. See the License for the specific language governing permissions and limitations under the License. ========== -Notice for: com.fasterxml.jackson.core:jackson-databind-2.21.2 +Notice for: com.fasterxml.jackson.core:jackson-databind-2.21.4 ---------- # Jackson JSON processor @@ -1217,7 +1217,7 @@ http://www.apache.org/licenses/LICENSE-2.0 See the License for the specific language governing permissions and limitations under the License. ========== -Notice for: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor-2.21.2 +Notice for: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor-2.21.4 ---------- This copy of Jackson JSON processor databind module is licensed under the @@ -1432,7 +1432,7 @@ http://www.apache.org/licenses/LICENSE-2.0 See the License for the specific language governing permissions and limitations under the License. ========== -Notice for: com.fasterxml.jackson.module:jackson-module-afterburner-2.21.2 +Notice for: com.fasterxml.jackson.module:jackson-module-afterburner-2.21.4 ---------- This copy of Jackson JSON processor databind module is licensed under the @@ -3924,10 +3924,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========== -Notice for: jrjackson-0.5.0 +Notice for: jrjackson-0.5.0.1 ---------- -https://github.com/guyboertje/jrjackson/blob/v0.5.0/README.md +https://github.com/guyboertje/jrjackson/blob/v0.5.0.1/README.md LICENSE applicable to this library: From eaad695e4931610b9eb293fe8e2431d69d721202 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Tue, 7 Jul 2026 10:32:28 -0700 Subject: [PATCH 3/4] finalized version --- NOTICE.TXT | 4 ++-- versions.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NOTICE.TXT b/NOTICE.TXT index a366a718e9..0a6726e0b0 100644 --- a/NOTICE.TXT +++ b/NOTICE.TXT @@ -3924,10 +3924,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========== -Notice for: jrjackson-0.5.0.1 +Notice for: jrjackson-0.5.1 ---------- -https://github.com/guyboertje/jrjackson/blob/v0.5.0.1/README.md +https://github.com/guyboertje/jrjackson/blob/v0.5.1/README.md LICENSE applicable to this library: diff --git a/versions.yml b/versions.yml index 4d52fc68e9..107df4e544 100644 --- a/versions.yml +++ b/versions.yml @@ -27,7 +27,7 @@ jruby: # Note: this file is copied to the root of logstash-core because its gemspec needs it when # bundler evaluates the gemspec via bin/logstash # Ensure Jackson version here is kept in sync with version used by jrjackson gem -jrjackson: 0.5.0.1 +jrjackson: 0.5.1 jackson: 2.21.4 jackson-databind: 2.21.4 jackson-annotations: 2.21 # standalone release without a patch version From a4000cb805631cee39b673af2871e03c11b23adc Mon Sep 17 00:00:00 2001 From: donoghuc Date: Wed, 8 Jul 2026 09:45:37 -0700 Subject: [PATCH 4/4] take up 0.5.2 --- NOTICE.TXT | 4 ++-- versions.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NOTICE.TXT b/NOTICE.TXT index 0a6726e0b0..c15b4e2615 100644 --- a/NOTICE.TXT +++ b/NOTICE.TXT @@ -3924,10 +3924,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========== -Notice for: jrjackson-0.5.1 +Notice for: jrjackson-0.5.2 ---------- -https://github.com/guyboertje/jrjackson/blob/v0.5.1/README.md +https://github.com/guyboertje/jrjackson/blob/v0.5.2/README.md LICENSE applicable to this library: diff --git a/versions.yml b/versions.yml index 107df4e544..2abff98987 100644 --- a/versions.yml +++ b/versions.yml @@ -27,7 +27,7 @@ jruby: # Note: this file is copied to the root of logstash-core because its gemspec needs it when # bundler evaluates the gemspec via bin/logstash # Ensure Jackson version here is kept in sync with version used by jrjackson gem -jrjackson: 0.5.1 +jrjackson: 0.5.2 jackson: 2.21.4 jackson-databind: 2.21.4 jackson-annotations: 2.21 # standalone release without a patch version