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 1919
2020 <properties >
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22- <jmh .version>1.12 </jmh .version>
22+ <jmh .version>1.19 </jmh .version>
2323 </properties >
2424
2525 <dependencies >
4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.6.0 </version >
45+ <version >3.6.2 </version >
4646 <configuration >
4747 <source >7</source >
4848 <target >7</target >
5151 <plugin >
5252 <groupId >com.github.siom79.japicmp</groupId >
5353 <artifactId >japicmp-maven-plugin</artifactId >
54- <version >0.9.1 </version >
54+ <version >0.10.0 </version >
5555 <configuration >
5656 <oldVersion >
5757 <dependency >
9090 <plugin >
9191 <groupId >org.sonatype.plugins</groupId >
9292 <artifactId >nexus-staging-maven-plugin</artifactId >
93- <version >1.6.7 </version >
93+ <version >1.6.8 </version >
9494 <extensions >true</extensions >
9595 <configuration >
9696 <serverId >ossrh</serverId >
131131 <plugin >
132132 <groupId >org.jacoco</groupId >
133133 <artifactId >jacoco-maven-plugin</artifactId >
134- <version >0.7.7.201606060606 </version >
134+ <version >0.7.9 </version >
135135 <executions >
136136 <execution >
137137 <id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments