Skip to content

Commit 7c9a04a

Browse files
committed
#4545 - Upgrade dependencies
- commons-logging 1.2 -> 1.3.0 - javassist 3.29.2 -> 3.30.2 - commons-compress 1.25.0 -> 1.26.0 - commons-validator 1.7 -> 1.8.0 - mockito 5.7.0 -> 5.10.0 - log4j2 2.22.1 -> 2.23.0 - postgres 42.6.1 -> 42.7.2 - okio 3.6.0 -> 3.8.0 - bootstrap 5.3.2 -> 5.3.3
1 parent 5673a26 commit 7c9a04a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

inception/inception-dependencies/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
<dependency>
510510
<groupId>commons-logging</groupId>
511511
<artifactId>commons-logging</artifactId>
512-
<version>1.2</version>
512+
<version>1.3.0</version>
513513
</dependency>
514514

515515
<!-- Jena -->
@@ -684,7 +684,7 @@
684684
<dependency>
685685
<groupId>org.javassist</groupId>
686686
<artifactId>javassist</artifactId>
687-
<version>3.29.2-GA</version>
687+
<version>3.30.2-GA</version>
688688
</dependency>
689689
<dependency>
690690
<groupId>net.bytebuddy</groupId>
@@ -1002,7 +1002,7 @@
10021002
<dependency>
10031003
<groupId>org.apache.commons</groupId>
10041004
<artifactId>commons-compress</artifactId>
1005-
<version>1.25.0</version>
1005+
<version>1.26.0</version>
10061006
</dependency>
10071007
<dependency>
10081008
<groupId>commons-codec</groupId>
@@ -1012,7 +1012,7 @@
10121012
<dependency>
10131013
<groupId>commons-validator</groupId>
10141014
<artifactId>commons-validator</artifactId>
1015-
<version>1.7</version>
1015+
<version>1.8.0</version>
10161016
</dependency>
10171017
<dependency>
10181018
<groupId>com.github.ben-manes.caffeine</groupId>

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<properties>
7070
<junit-jupiter.version>5.10.2</junit-jupiter.version>
7171
<junit-platform.version>1.10.2</junit-platform.version>
72-
<mockito.version>5.7.0</mockito.version>
72+
<mockito.version>5.10.0</mockito.version>
7373
<assertj.version>3.24.2</assertj.version>
7474
<xmlunit.version>2.9.1</xmlunit.version>
7575
<testcontainers.version>1.19.5</testcontainers.version>
@@ -92,15 +92,15 @@
9292
<jjwt.version>0.12.5</jjwt.version>
9393

9494
<slf4j.version>2.0.12</slf4j.version>
95-
<log4j2.version>2.22.1</log4j2.version>
95+
<log4j2.version>2.23.0</log4j2.version>
9696
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
9797
<sentry.version>6.34.0</sentry.version>
9898

9999
<tomcat.version>9.0.86</tomcat.version>
100100
<servlet-api.version>4.0.1</servlet-api.version>
101101

102102
<mariadb.driver.version>2.7.12</mariadb.driver.version>
103-
<postgres.driver.version>42.6.1</postgres.driver.version>
103+
<postgres.driver.version>42.7.2</postgres.driver.version>
104104
<hibernate.version>5.6.15.Final</hibernate.version>
105105
<hibernate.validator.version>6.2.5.Final</hibernate.validator.version>
106106

@@ -149,11 +149,11 @@
149149
<jackson.version>2.16.1</jackson.version>
150150
<snakeyaml.version>1.33</snakeyaml.version>
151151
<okhttp.version>4.12.0</okhttp.version>
152-
<okio.version>3.6.0</okio.version>
152+
<okio.version>3.8.0</okio.version>
153153

154154
<node.version>18.18.0</node.version>
155155
<apache-annotator.version>0.2.0</apache-annotator.version>
156-
<bootstrap.version>5.3.2</bootstrap.version>
156+
<bootstrap.version>5.3.3</bootstrap.version>
157157
<chai.version>^4.3.6</chai.version>
158158
<cross-env.version>^7.0.3</cross-env.version>
159159
<color-convert.version>^2.0.1</color-convert.version>

0 commit comments

Comments
 (0)