Skip to content

Commit fbfb393

Browse files
Update all non-major dependencies (#1992)
* Update all non-major dependencies * Update version of gson to override * Roll back logback to 1.2.13 * Override license for commons-io --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Guillaume Dequenne <[email protected]>
1 parent 8e3d121 commit fbfb393

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

override-dep-licenses.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Override license defined in parent POM
22
# See check-license-compatibility.sh
33

4-
com.google.code.gson--gson--2.8.9=apache_v2
4+
com.google.code.gson--gson--2.11.0=apache_v2
5+
commons-io--commons-io--2.17.0=apache_v2

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
<skip.its>true</skip.its>
8484

8585
<!-- versions -->
86-
<commons.io.version>2.8.0</commons.io.version>
86+
<commons.io.version>2.17.0</commons.io.version>
8787
<commons.lang.version>2.6</commons.lang.version>
88-
<assertj-core.version>3.23.1</assertj-core.version>
89-
<junit.version>5.9.3</junit.version>
88+
<assertj-core.version>3.26.3</assertj-core.version>
89+
<junit.version>5.11.1</junit.version>
9090
<logback.version>1.2.13</logback.version>
9191
<maven.project.version>2.2.1</maven.project.version>
9292
<mockito.version>4.11.0</mockito.version>
@@ -98,11 +98,11 @@
9898
<sonar.api.version>10.11.0.2468</sonar.api.version>
9999
<sonar.orchestrator.version>5.0.0.2065</sonar.orchestrator.version>
100100
<sonar-analyzer-commons.version>2.13.0.3004</sonar-analyzer-commons.version>
101-
<sonarlint-core.version>8.18.0.70939</sonarlint-core.version>
102-
<sslr.version>1.23</sslr.version>
101+
<sonarlint-core.version>8.19.0.72745</sonarlint-core.version>
102+
<sslr.version>1.24.0.633</sslr.version>
103103
<protobuf.version>3.25.5</protobuf.version>
104104
<woodstox.version>6.2.7</woodstox.version>
105-
<gson.version>2.8.9</gson.version>
105+
<gson.version>2.11.0</gson.version>
106106

107107
<!-- Advertise minimal required JRE version -->
108108
<jre.min.version>11</jre.min.version>
@@ -220,7 +220,7 @@
220220
<dependency>
221221
<groupId>org.junit.platform</groupId>
222222
<artifactId>junit-platform-suite-engine</artifactId>
223-
<version>1.8.1</version>
223+
<version>1.11.1</version>
224224
<scope>test</scope>
225225
</dependency>
226226
<dependency>

python-frontend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<extension>
8080
<groupId>kr.motd.maven</groupId>
8181
<artifactId>os-maven-plugin</artifactId>
82-
<version>1.6.2</version>
82+
<version>1.7.1</version>
8383
</extension>
8484
</extensions>
8585
<plugins>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.codehaus.mojo</groupId>
128128
<artifactId>build-helper-maven-plugin</artifactId>
129-
<version>3.2.0</version>
129+
<version>3.6.0</version>
130130
<executions>
131131
<execution>
132132
<id>add-protobuf-generated-sources</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.codehaus.mojo</groupId>
164164
<artifactId>exec-maven-plugin</artifactId>
165-
<version>3.1.0</version>
165+
<version>3.4.1</version>
166166
<configuration>
167167
<workingDirectory>typeshed_serializer</workingDirectory>
168168
</configuration>

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.fasterxml.jackson.core</groupId>
114114
<artifactId>jackson-databind</artifactId>
115-
<version>2.17.1</version>
115+
<version>2.18.0</version>
116116
</dependency>
117117
</dependencies>
118118

0 commit comments

Comments
 (0)