File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585 <plugin >
8686 <groupId >org.apache.maven.plugins</groupId >
8787 <artifactId >maven-javadoc-plugin</artifactId >
88- <version >3.6.2 </version >
88+ <version >3.6.3 </version >
8989 <executions >
9090 <execution >
9191 <id >attach-javadocs</id >
132132 <plugin >
133133 <groupId >org.apache.maven.plugins</groupId >
134134 <artifactId >maven-compiler-plugin</artifactId >
135- <version >3.11.0 </version >
135+ <version >3.12.1 </version >
136136 <configuration >
137137 <source >${project.jdkVersion} </source >
138138 <target >${project.jdkVersion} </target >
141141 <plugin >
142142 <groupId >org.apache.maven.plugins</groupId >
143143 <artifactId >maven-surefire-plugin</artifactId >
144- <version >3.2.2 </version >
144+ <version >3.2.5 </version >
145145 </plugin >
146146 <plugin >
147147 <groupId >org.jacoco</groupId >
176176 <dependency >
177177 <groupId >org.junit.jupiter</groupId >
178178 <artifactId >junit-jupiter</artifactId >
179- <version >5.10.1 </version >
179+ <version >5.10.2 </version >
180180 <scope >test</scope >
181181 </dependency >
182182 <dependency >
You can’t perform that action at this time.
0 commit comments