File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments