Skip to content

Commit 13dee2b

Browse files
committed
Integrate Activation API 2.1.0, impl 1.0.0-M2
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent ea908b7 commit 13dee2b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

api/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@
7878
<spotbugs.threshold>Low</spotbugs.threshold>
7979
<spotbugs.exclude>${project.basedir}/../spotbugs-exclude.xml</spotbugs.exclude>
8080
<!--Maven plugins version-->
81-
<spotbugs.version>4.3.0</spotbugs.version>
81+
<spotbugs.version>4.4.2.2</spotbugs.version>
8282
</properties>
8383

8484
<dependencyManagement>
8585
<dependencies>
8686
<dependency>
8787
<groupId>jakarta.activation</groupId>
8888
<artifactId>jakarta.activation-api</artifactId>
89-
<version>2.1.0-RC2</version>
89+
<version>2.1.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.eclipse.angus</groupId>
9393
<artifactId>angus-activation</artifactId>
94-
<version>1.0.0-M1</version>
94+
<version>1.0.0-M2</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>junit</groupId>
@@ -153,7 +153,6 @@
153153
<configuration>
154154
<skip>${spotbugs.skip}</skip>
155155
<threshold>${spotbugs.threshold}</threshold>
156-
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
157156
<excludeFilterFile>${spotbugs.exclude}</excludeFilterFile>
158157
<fork>true</fork>
159158
</configuration>
@@ -186,7 +185,7 @@
186185
<plugin>
187186
<groupId>org.apache.maven.plugins</groupId>
188187
<artifactId>maven-javadoc-plugin</artifactId>
189-
<version>3.3.0</version>
188+
<version>3.3.1</version>
190189
</plugin>
191190
<plugin>
192191
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)