Skip to content

Commit 57d662d

Browse files
authored
Merge pull request #166 from cinovo/updatedependencies
updated dependencies, fixing vulnerabilities
2 parents f7fdd8f + 70c8bcd commit 57d662d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# current master
22
* Update dependencies
3-
* Spring 5.3.36
4-
* AWS 1.12.739
5-
* Jetty 9.4.53.v20231009
3+
* Spring 5.3.39
4+
* AWS 1.12.772
5+
* Jetty 9.4.56.v20240826
66
* Joda-Time 2.12.7
77
* Log4J 2.23.1
88
* ActiveMQ 5.16.7
9-
* Apache CXF 3.5.8
9+
* Apache CXF 3.5.9
1010
* JSON Small and Fast Parser 2.5.1
11-
* Jackson 2.17.1
12-
* Guava 33.2.1-jre
11+
* Jackson 2.17.2
12+
* Guava 33.3.0-jre
1313
* Hazelcast 5.3.7
1414
* Swagger 2.2.22
1515
* Liquibase 4.28.0
16-
* Mongo Java Driver 4.11.2
17-
* Mongock 5.4.2
16+
* Mongo Java Driver 4.11.4
17+
* Mongock 5.4.4
1818
* Bouncycastle Provider 1.78.1
19-
* Nimbus JOSE+JWT 9.40
19+
* Nimbus JOSE+JWT 9.41
2020
* Commons Codec 1.17.0
21-
* Junit 5.10.2
21+
* Junit 5.10.3
2222
* Bson 2.15.1
2323
* Concordion 4.0.1
2424
* Removed (unused) cglib from dvalin-jaxrs
@@ -29,7 +29,7 @@
2929
* Complete overhaul for entity handling
3030
* The old functionality is still available with the mongodb-legacy library
3131
* Breaking: Removed Junit 5 Vintage engine and Junit 4 (can be added in projects that need it)
32-
* Fixed vulnerabilities: CVE-2023-52428(nimbus-jose-jwt), CVE-2024-29857,CVE-2024-30171,CVE-2024-30172,CVE-2024-34447 (bouncycastle), CVE-2024-28752 (Apache CXF)
32+
* Fixed vulnerabilities: CVE-2023-52428(nimbus-jose-jwt), CVE-2024-29857,CVE-2024-30171,CVE-2024-30172,CVE-2024-34447 (bouncycastle), CVE-2024-28752,CVE-2024-29736 (Apache CXF), CVE-2024-38808 (Spring Framework)
3333
* Corrected the use of @Nullable and @Nonnull annotations on created ivos and events, especially on the generated builders
3434
* Add support for h2 embedded database
3535

jaxrs-jwtauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.nimbusds</groupId>
2222
<artifactId>nimbus-jose-jwt</artifactId>
23-
<version>9.40</version>
23+
<version>9.41</version>
2424
</dependency>
2525

2626

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
</contributors>
5353
<properties>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<org.springframework.version>5.3.36</org.springframework.version>
56-
<jackson.version>2.17.1</jackson.version>
55+
<org.springframework.version>5.3.39</org.springframework.version>
56+
<jackson.version>2.17.2</jackson.version>
5757
<joda.time.version>2.12.7</joda.time.version>
5858
<slf4j.version>1.7.36</slf4j.version>
5959
<log4j.version>2.23.1</log4j.version>
60-
<junit.version>5.10.2</junit.version>
61-
<aws.version>1.12.739</aws.version>
60+
<junit.version>5.10.3</junit.version>
61+
<aws.version>1.12.772</aws.version>
6262
<activemq.version>5.16.7</activemq.version>
63-
<cxf.version>3.5.8</cxf.version>
64-
<jetty.version>9.4.54.v20240208</jetty.version>
65-
<guava.version>33.2.1-jre</guava.version>
63+
<cxf.version>3.5.9</cxf.version>
64+
<jetty.version>9.4.56.v20240826</jetty.version>
65+
<guava.version>33.3.0-jre</guava.version>
6666
<hibernate.version>5.6.14.Final</hibernate.version>
6767
<http.version>2.2</http.version>
6868
<velocity.version>2.3</velocity.version>
6969
<bson.version>2.15.1</bson.version>
70-
<mongo.version>4.11.2</mongo.version>
71-
<mongock.version>5.4.2</mongock.version>
70+
<mongo.version>4.11.4</mongo.version>
71+
<mongock.version>5.4.4</mongock.version>
7272
<mongo-java-server.version>1.43.0</mongo-java-server.version>
7373
<xdocreport.version>2.0.4</xdocreport.version>
7474
<mockito-core.version>4.11.0</mockito-core.version>

0 commit comments

Comments
 (0)