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/10/20 14:02:26 UTC

[logging-log4j2] branch main updated: Update `org.xerial.snappy:snappy-java` to version `1.1.10.5` (#1877)

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-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new bb62030755 Update `org.xerial.snappy:snappy-java` to version `1.1.10.5` (#1877)
bb62030755 is described below

commit bb6203075518cac91d51c0823c0b6ce4ad44d7b4
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Fri Oct 20 14:02:20 2023 +0000

    Update `org.xerial.snappy:snappy-java` to version `1.1.10.5` (#1877)
---
 log4j-distribution/pom.xml                                    | 2 +-
 src/changelog/.3.x.x/update_org_xerial_snappy_snappy_java.xml | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index 0e89003958..281a67cffe 100644
--- a/log4j-distribution/pom.xml
+++ b/log4j-distribution/pom.xml
@@ -34,7 +34,7 @@
     <httpclient.version>4.5.13</httpclient.version>
     <httpcore.version>4.4.12</httpcore.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <snappy.version>1.1.10.3</snappy.version>
+    <snappy.version>1.1.10.5</snappy.version>
     <spring-cloud.version>3.1.7</spring-cloud.version>
   </properties>
   <dependencyManagement>
diff --git a/src/changelog/.3.x.x/update_org_xerial_snappy_snappy_java.xml b/src/changelog/.3.x.x/update_org_xerial_snappy_snappy_java.xml
new file mode 100644
index 0000000000..1a7c5413f2
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_xerial_snappy_snappy_java.xml
@@ -0,0 +1,9 @@
+<?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.2.xsd"
+       type="changed">
+  <issue id="1877" link="https://github.com/apache/logging-log4j2/pull/1877"/>
+  <author id="github:dependabot"/>
+  <description format="asciidoc">Update `org.xerial.snappy:snappy-java` to version `1.1.10.5`</description>
+</entry>