File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 <dependency >
5555 <groupId >org.assertj</groupId >
5656 <artifactId >assertj-core</artifactId >
57- <version >3.25.3 </version >
57+ <version >3.27.7 </version >
5858 <scope >test</scope >
5959 </dependency >
6060 </dependencies >
6464 <plugin >
6565 <groupId >org.apache.maven.plugins</groupId >
6666 <artifactId >maven-source-plugin</artifactId >
67- <version >3.3.1 </version >
67+ <version >3.4.0 </version >
6868 <executions >
6969 <execution >
7070 <id >attach-sources</id >
7979 <plugin >
8080 <groupId >org.apache.maven.plugins</groupId >
8181 <artifactId >maven-javadoc-plugin</artifactId >
82- <version >3.6.3 </version >
82+ <version >3.12.0 </version >
8383 <executions >
8484 <execution >
8585 <id >attach-javadocs</id >
9999 <plugin >
100100 <groupId >org.jacoco</groupId >
101101 <artifactId >jacoco-maven-plugin</artifactId >
102- <version >0.8.12 </version >
102+ <version >0.8.14 </version >
103103 <executions >
104104 <execution >
105105 <id >prepare-agent</id >
112112 <plugin >
113113 <groupId >org.apache.maven.plugins</groupId >
114114 <artifactId >maven-compiler-plugin</artifactId >
115- <version >3.13 .0</version >
115+ <version >3.15 .0</version >
116116 <configuration >
117117 <source >${maven.compiler.source} </source >
118118 <target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments