File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<properties >
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
- <jmh .version>1.12 </jmh .version>
22
+ <jmh .version>1.19 </jmh .version>
23
23
</properties >
24
24
25
25
<dependencies >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.6.0 </version >
45
+ <version >3.6.2 </version >
46
46
<configuration >
47
47
<source >7</source >
48
48
<target >7</target >
51
51
<plugin >
52
52
<groupId >com.github.siom79.japicmp</groupId >
53
53
<artifactId >japicmp-maven-plugin</artifactId >
54
- <version >0.9.1 </version >
54
+ <version >0.10.0 </version >
55
55
<configuration >
56
56
<oldVersion >
57
57
<dependency >
90
90
<plugin >
91
91
<groupId >org.sonatype.plugins</groupId >
92
92
<artifactId >nexus-staging-maven-plugin</artifactId >
93
- <version >1.6.7 </version >
93
+ <version >1.6.8 </version >
94
94
<extensions >true</extensions >
95
95
<configuration >
96
96
<serverId >ossrh</serverId >
131
131
<plugin >
132
132
<groupId >org.jacoco</groupId >
133
133
<artifactId >jacoco-maven-plugin</artifactId >
134
- <version >0.7.7.201606060606 </version >
134
+ <version >0.7.9 </version >
135
135
<executions >
136
136
<execution >
137
137
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments