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 15
15
16
16
<properties >
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
- <jmh .version>1.19 </jmh .version>
18
+ <jmh .version>1.21 </jmh .version>
19
19
</properties >
20
20
21
21
<dependencies >
38
38
<plugin >
39
39
<groupId >org.apache.maven.plugins</groupId >
40
40
<artifactId >maven-compiler-plugin</artifactId >
41
- <version >3.6.2 </version >
41
+ <version >3.8.0 </version >
42
42
<configuration >
43
43
<source >7</source >
44
44
<target >7</target >
59
59
<plugin >
60
60
<groupId >com.github.siom79.japicmp</groupId >
61
61
<artifactId >japicmp-maven-plugin</artifactId >
62
- <version >0.12 .0</version >
62
+ <version >0.13 .0</version >
63
63
<configuration >
64
64
<oldVersion >
65
65
<dependency >
139
139
<plugin >
140
140
<groupId >org.jacoco</groupId >
141
141
<artifactId >jacoco-maven-plugin</artifactId >
142
- <version >0.7.9 </version >
142
+ <version >0.8.2 </version >
143
143
<executions >
144
144
<execution >
145
145
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments