You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/25 01:05:24 UTC

(logging-log4j-samples) branch main updated: Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (#100)

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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 34fbd84  Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (#100)
34fbd84 is described below

commit 34fbd84424f567377bfc497337b0e87b208903ad
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Mon Dec 25 01:05:20 2023 +0000

    Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (#100)
---
 pom.xml                                                           | 2 +-
 src/changelog/.0.x.x/update_com_fasterxml_jackson_jackson_bom.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b45c433..a1cbd28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <flume.version>1.11.0</flume.version>
     <guava.version>33.0.0-jre</guava.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <jackson.version>2.16.0</jackson.version>
+    <jackson.version>2.16.1</jackson.version>
     <jetty.version>10.0.19</jetty.version>
     <javax-jms.version>2.0.1</javax-jms.version>
     <junit.version>5.10.1</junit.version>
diff --git a/src/changelog/.0.x.x/update_com_fasterxml_jackson_jackson_bom.xml b/src/changelog/.0.x.x/update_com_fasterxml_jackson_jackson_bom.xml
new file mode 100644
index 0000000..5b0df52
--- /dev/null
+++ b/src/changelog/.0.x.x/update_com_fasterxml_jackson_jackson_bom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="100" link="https://github.com/apache/logging-log4j-samples/pull/100"/>
+  <description format="asciidoc">Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1`</description>
+</entry>