Skip to content

Commit 4849fa0

Browse files
authored
Merge branch 'main' into gradle_9_4_1
2 parents f9ab6f6 + ad7e6e2 commit 4849fa0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-compiler-plugin</artifactId>
44-
<version>3.14.1</version>
44+
<version>3.15.0</version>
4545
<configuration>
4646
<source>17</source>
4747
<target>17</target>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.5.4</version>
58+
<version>3.5.5</version>
5959
<dependencies>
6060
<dependency>
6161
<groupId>org.junit.jupiter</groupId>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-source-plugin</artifactId>
126-
<version>3.3.1</version>
126+
<version>3.4.0</version>
127127
<executions>
128128
<execution>
129129
<id>attach-sources</id>

0 commit comments

Comments
 (0)