Skip to content

Commit 3e5c581

Browse files
chore(deps): update all non-major dependencies
1 parent 2e11ff0 commit 3e5c581

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ SPDX-License-Identifier: EUPL-1.2
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<maven.compiler.release>17</maven.compiler.release>
3030

31-
<checkstyle.version>13.0.0</checkstyle.version>
31+
<checkstyle.version>13.3.0</checkstyle.version>
3232
<gson.version>2.13.2</gson.version>
3333
<jacoco.version>0.8.14</jacoco.version>
34-
<junit.version>6.0.1</junit.version>
34+
<junit.version>6.0.3</junit.version>
3535
<picocli.version>4.7.7</picocli.version>
36-
<spotless.version>3.1.0</spotless.version>
36+
<spotless.version>3.3.0</spotless.version>
3737
<truth.version>1.4.5</truth.version>
3838
</properties>
3939

@@ -88,12 +88,12 @@ SPDX-License-Identifier: EUPL-1.2
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-failsafe-plugin</artifactId>
91-
<version>3.5.4</version>
91+
<version>3.5.5</version>
9292
</plugin>
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-shade-plugin</artifactId>
96-
<version>3.6.1</version>
96+
<version>3.6.2</version>
9797
<executions>
9898
<execution>
9999
<goals>
@@ -124,12 +124,12 @@ SPDX-License-Identifier: EUPL-1.2
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-surefire-plugin</artifactId>
127-
<version>3.5.4</version>
127+
<version>3.5.5</version>
128128
</plugin>
129129
<plugin>
130130
<groupId>org.codehaus.mojo</groupId>
131131
<artifactId>versions-maven-plugin</artifactId>
132-
<version>2.20.1</version>
132+
<version>2.21.0</version>
133133
</plugin>
134134
<plugin>
135135
<groupId>org.jacoco</groupId>
@@ -220,7 +220,7 @@ SPDX-License-Identifier: EUPL-1.2
220220
<plugin>
221221
<groupId>org.apache.maven.plugins</groupId>
222222
<artifactId>maven-compiler-plugin</artifactId>
223-
<version>3.14.1</version>
223+
<version>3.15.0</version>
224224
</plugin>
225225
<plugin>
226226
<groupId>org.apache.maven.plugins</groupId>
@@ -240,7 +240,7 @@ SPDX-License-Identifier: EUPL-1.2
240240
<plugin>
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-resources-plugin</artifactId>
243-
<version>3.4.0</version>
243+
<version>3.5.0</version>
244244
</plugin>
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)