Skip to content

Commit fa90528

Browse files
authored
Merge pull request #184 from cinovo/updatelog4j
updating log4j dependency
2 parents 3d1a62f + 7f75cd0 commit fa90528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* JSON Small and Fast Parser 2.5.2
1111
* Junit 5.11.4
1212
* Liquibase 4.32.0
13-
* Log4J 2.25.2
13+
* Log4J 2.25.3
1414
* Mongo Java Driver 4.11.5
1515
* Mongock 5.5.1
1616
* Nimbus JOSE+JWT 10.3
@@ -23,7 +23,7 @@
2323
* Bugfix: Better error handling in CloudconductorPropertyProvider
2424
* Bugfix: Throw of timeout exceptions for retries instead of DaemonError, restore 1.35 behavior
2525
* Bugfix: Fallback for old dates (before 1970) for mongo
26-
* Fixed vulnerabilities: CVE-2024-13009(Jetty), CVE-2025-23184(Apache CXF), CVE-2024-57699 (Json-smart),CVE-2025-27533 (ActiveMQ)
26+
* Fixed vulnerabilities: CVE-2024-13009(Jetty), CVE-2025-23184(Apache CXF), CVE-2024-57699 (Json-smart),CVE-2025-27533 (ActiveMQ),CVE-2025-68161(Log4j)
2727
* Logging improvement and extension options for DaemonMessageListener
2828
* Add TLS server parameters for JAX-RS
2929
* Improved Errormessage in case of non parseable JSON strings in the space of InterconnectObjects and Messsaging.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<jetty.version>9.4.58.v20250814</jetty.version>
6666
<joda.time.version>2.14.0</joda.time.version>
6767
<junit.version>5.11.4</junit.version><!-- newer JUnit version not working with Mockito-->
68-
<log4j.version>2.25.2</log4j.version>
68+
<log4j.version>2.25.3</log4j.version>
6969
<mockito-core.version>4.11.0</mockito-core.version>
7070
<mongo.version>4.11.5</mongo.version>
7171
<mongock.version>5.5.1</mongock.version>

0 commit comments

Comments
 (0)