File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java'
3
3
id ' maven-publish'
4
4
id ' com.diffplug.spotless' version ' 6.12.0'
5
- id ' org.sonarqube' version ' 4.3 .0.3225 '
5
+ id ' org.sonarqube' version ' 5.0 .0.4638 '
6
6
id ' jacoco'
7
7
}
8
8
Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.11 .0</version >
45
+ <version >3.13 .0</version >
46
46
<configuration >
47
47
<source >17</source >
48
48
<target >17</target >
56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-surefire-plugin</artifactId >
59
- <version >3.0.0 </version >
59
+ <version >3.2.5 </version >
60
60
<dependencies >
61
61
<dependency >
62
62
<groupId >org.junit.jupiter</groupId >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-jar-plugin</artifactId >
71
- <version >3.2.2 </version >
71
+ <version >3.4.0 </version >
72
72
<configuration >
73
73
<archive >
74
74
<manifestEntries >
82
82
<plugin >
83
83
<groupId >org.apache.maven.plugins</groupId >
84
84
<artifactId >maven-source-plugin</artifactId >
85
- <version >3.2.0 </version >
85
+ <version >3.3.1 </version >
86
86
<executions >
87
87
<execution >
88
88
<id >attach-sources</id >
96
96
<plugin >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-javadoc-plugin</artifactId >
99
- <version >3.4.1 </version >
99
+ <version >3.6.3 </version >
100
100
<executions >
101
101
<execution >
102
102
<id >attach-sources</id >
132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-gpg-plugin</artifactId >
135
- <version >1.6 </version >
135
+ <version >3.2.3 </version >
136
136
<executions >
137
137
<execution >
138
138
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.11 .0</version >
45
+ <version >3.13 .0</version >
46
46
<configuration >
47
47
<source >21</source >
48
48
<target >21</target >
56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-surefire-plugin</artifactId >
59
- <version >3.0.0 </version >
59
+ <version >3.2.5 </version >
60
60
<dependencies >
61
61
<dependency >
62
62
<groupId >org.junit.jupiter</groupId >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-jar-plugin</artifactId >
71
- <version >3.2.2 </version >
71
+ <version >3.4.0 </version >
72
72
<configuration >
73
73
<archive >
74
74
<manifestEntries >
82
82
<plugin >
83
83
<groupId >org.apache.maven.plugins</groupId >
84
84
<artifactId >maven-source-plugin</artifactId >
85
- <version >3.2.0 </version >
85
+ <version >3.3.1 </version >
86
86
<executions >
87
87
<execution >
88
88
<id >attach-sources</id >
96
96
<plugin >
97
97
<groupId >org.apache.maven.plugins</groupId >
98
98
<artifactId >maven-javadoc-plugin</artifactId >
99
- <version >3.6.0 </version >
99
+ <version >3.6.3 </version >
100
100
<executions >
101
101
<execution >
102
102
<id >attach-sources</id >
138
138
<plugin >
139
139
<groupId >org.apache.maven.plugins</groupId >
140
140
<artifactId >maven-gpg-plugin</artifactId >
141
- <version >1.6 </version >
141
+ <version >3.2.3 </version >
142
142
<executions >
143
143
<execution >
144
144
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments