We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9ab6f6 + ad7e6e2 commit 4849fa0Copy full SHA for 4849fa0
1 file changed
pom.xml
@@ -41,7 +41,7 @@
41
<plugin>
42
<groupId>org.apache.maven.plugins</groupId>
43
<artifactId>maven-compiler-plugin</artifactId>
44
- <version>3.14.1</version>
+ <version>3.15.0</version>
45
<configuration>
46
<source>17</source>
47
<target>17</target>
@@ -55,7 +55,7 @@
55
56
57
<artifactId>maven-surefire-plugin</artifactId>
58
- <version>3.5.4</version>
+ <version>3.5.5</version>
59
<dependencies>
60
<dependency>
61
<groupId>org.junit.jupiter</groupId>
@@ -123,7 +123,7 @@
123
124
125
<artifactId>maven-source-plugin</artifactId>
126
- <version>3.3.1</version>
+ <version>3.4.0</version>
127
<executions>
128
<execution>
129
<id>attach-sources</id>
0 commit comments