Skip to content

Commit 7464b5e

Browse files
committed
Update org.javassist:javassist to version 3.30.2-GA (#2432)
1 parent e551553 commit 7464b5e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.javassist</groupId>
7777
<artifactId>javassist</artifactId>
78-
<version>3.29.2-GA</version>
78+
<version>3.30.2-GA</version>
7979
<scope>test</scope>
8080
</dependency>
8181

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2432" link="https://github.com/apache/logging-log4j2/pull/2432"/>
7+
<description format="asciidoc">Update `org.javassist:javassist` to version `3.30.2-GA`</description>
8+
</entry>

src/site/_release-notes/_3.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ This release contains...
5555
* Update `org.eclipse.platform:org.eclipse.osgi` to version `3.19.0` (https://github.com/apache/logging-log4j2/pull/2367[2367])
5656
* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to version `7.17.19` (https://github.com/apache/logging-log4j2/pull/2418[2418])
5757
* Update `org.graalvm.truffle:truffle-api` to version `24.0.0` (https://github.com/apache/logging-log4j2/pull/2394[2394])
58+
* Update `org.javassist:javassist` to version `3.30.2-GA` (https://github.com/apache/logging-log4j2/pull/2432[2432])
5859
* Update `org.mockito:mockito-bom` to version `5.11.0` (https://github.com/apache/logging-log4j2/pull/2333[2333])
5960
* Update `org.mongodb:bson` to version `5.0.0` (https://github.com/apache/logging-log4j2/pull/2327[2327])
6061
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.4` (https://github.com/apache/logging-log4j2/pull/2398[2398])

0 commit comments

Comments
 (0)