Skip to content

Commit bfdbdac

Browse files
renovate[bot]sonartech
authored andcommitted
Update all non-major dependencies (#302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> GitOrigin-RevId: 875ce292ccda6cf4e7e422ea430a6a055b88f919
1 parent 126a9f3 commit bfdbdac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<commons.io.version>2.19.0</commons.io.version>
8989
<commons.lang.version>2.6</commons.lang.version>
9090
<assertj-core.version>3.27.3</assertj-core.version>
91-
<junit.version>5.12.2</junit.version>
91+
<junit.version>5.13.1</junit.version>
9292
<logback.version>1.5.18</logback.version>
9393
<slf4j.version>2.0.17</slf4j.version>
9494
<maven.project.version>2.2.1</maven.project.version>
@@ -106,7 +106,7 @@
106106
<protobuf.version>4.29.0</protobuf.version>
107107
<woodstox.version>6.2.7</woodstox.version>
108108
<gson.version>2.13.1</gson.version>
109-
<jackson.version>2.19.0</jackson.version>
109+
<jackson.version>2.19.1</jackson.version>
110110

111111
<!-- Advertise minimal required JRE version -->
112112
<jre.min.version>11</jre.min.version>
@@ -244,7 +244,7 @@
244244
<dependency>
245245
<groupId>org.junit.platform</groupId>
246246
<artifactId>junit-platform-suite-engine</artifactId>
247-
<version>1.12.2</version>
247+
<version>1.13.1</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>

python-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.codehaus.mojo</groupId>
137137
<artifactId>build-helper-maven-plugin</artifactId>
138-
<version>3.6.0</version>
138+
<version>3.6.1</version>
139139
<executions>
140140
<execution>
141141
<id>add-protobuf-generated-sources</id>

0 commit comments

Comments
 (0)