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 7464b5e41b Update `org.javassist:javassist` to version `3.30.2-GA` 
(#2432)
7464b5e41b is described below

commit 7464b5e41b1cb5440af116255c4d84c660dfb6c6
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat Mar 30 23:16:14 2024 +0000

    Update `org.javassist:javassist` to version `3.30.2-GA` (#2432)
---
 log4j-kit/pom.xml                                       | 2 +-
 src/changelog/.3.x.x/update_org_javassist_javassist.xml | 8 ++++++++
 src/site/_release-notes/_3.x.x.adoc                     | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/log4j-kit/pom.xml b/log4j-kit/pom.xml
index af5a95371e..ce07eeb1f6 100644
--- a/log4j-kit/pom.xml
+++ b/log4j-kit/pom.xml
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.javassist</groupId>
       <artifactId>javassist</artifactId>
-      <version>3.29.2-GA</version>
+      <version>3.30.2-GA</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changelog/.3.x.x/update_org_javassist_javassist.xml 
b/src/changelog/.3.x.x/update_org_javassist_javassist.xml
new file mode 100644
index 0000000000..5657492d97
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_javassist_javassist.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="2432" link="https://github.com/apache/logging-log4j2/pull/2432"/>
+  <description format="asciidoc">Update `org.javassist:javassist` to version 
`3.30.2-GA`</description>
+</entry>
diff --git a/src/site/_release-notes/_3.x.x.adoc 
b/src/site/_release-notes/_3.x.x.adoc
index 204facaa8f..39e9722e09 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -55,6 +55,7 @@ This release contains...
 * Update `org.eclipse.platform:org.eclipse.osgi` to version `3.19.0` 
(https://github.com/apache/logging-log4j2/pull/2367[2367])
 * Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to 
version `7.17.19` (https://github.com/apache/logging-log4j2/pull/2418[2418])
 * Update `org.graalvm.truffle:truffle-api` to version `24.0.0` 
(https://github.com/apache/logging-log4j2/pull/2394[2394])
+* Update `org.javassist:javassist` to version `3.30.2-GA` 
(https://github.com/apache/logging-log4j2/pull/2432[2432])
 * Update `org.mockito:mockito-bom` to version `5.11.0` 
(https://github.com/apache/logging-log4j2/pull/2333[2333])
 * Update `org.mongodb:bson` to version `5.0.0` 
(https://github.com/apache/logging-log4j2/pull/2327[2327])
 * Update `org.springframework.boot:spring-boot-autoconfigure` to version 
`3.2.4` (https://github.com/apache/logging-log4j2/pull/2398[2398])

Reply via email to