Skip to content

Commit 223bac8

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 654a12bce2bb7a13d81a44723c3bce5a45b1dc6d
1 parent 709f1bf commit 223bac8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
<skip.its>true</skip.its>
8686

8787
<!-- versions -->
88-
<commons.io.version>2.19.0</commons.io.version>
88+
<commons.io.version>2.20.0</commons.io.version>
8989
<commons.lang.version>3.18.0</commons.lang.version>
90-
<commons.text.version>1.13.1</commons.text.version>
90+
<commons.text.version>1.14.0</commons.text.version>
9191
<assertj-core.version>3.27.3</assertj-core.version>
92-
<junit.version>5.13.3</junit.version>
92+
<junit.version>5.13.4</junit.version>
9393
<logback.version>1.5.18</logback.version>
9494
<slf4j.version>2.0.17</slf4j.version>
9595
<maven.project.version>2.2.1</maven.project.version>
@@ -107,7 +107,7 @@
107107
<protobuf.version>4.29.0</protobuf.version>
108108
<woodstox.version>6.2.7</woodstox.version>
109109
<gson.version>2.13.1</gson.version>
110-
<jackson.version>2.19.1</jackson.version>
110+
<jackson.version>2.19.2</jackson.version>
111111

112112
<!-- Advertise minimal required JRE version -->
113113
<jre.min.version>11</jre.min.version>
@@ -250,7 +250,7 @@
250250
<dependency>
251251
<groupId>org.junit.platform</groupId>
252252
<artifactId>junit-platform-suite-engine</artifactId>
253-
<version>1.13.3</version>
253+
<version>1.13.4</version>
254254
<scope>test</scope>
255255
</dependency>
256256
<dependency>

0 commit comments

Comments
 (0)