File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33 id ' maven-publish'
44 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 '
66 id ' jacoco'
77}
88
Original file line number Diff line number Diff line change 4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.11 .0</version >
45+ <version >3.13 .0</version >
4646 <configuration >
4747 <source >17</source >
4848 <target >17</target >
5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-surefire-plugin</artifactId >
59- <version >3.0.0 </version >
59+ <version >3.2.5 </version >
6060 <dependencies >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-jar-plugin</artifactId >
71- <version >3.2.2 </version >
71+ <version >3.4.0 </version >
7272 <configuration >
7373 <archive >
7474 <manifestEntries >
8282 <plugin >
8383 <groupId >org.apache.maven.plugins</groupId >
8484 <artifactId >maven-source-plugin</artifactId >
85- <version >3.2.0 </version >
85+ <version >3.3.1 </version >
8686 <executions >
8787 <execution >
8888 <id >attach-sources</id >
9696 <plugin >
9797 <groupId >org.apache.maven.plugins</groupId >
9898 <artifactId >maven-javadoc-plugin</artifactId >
99- <version >3.4.1 </version >
99+ <version >3.6.3 </version >
100100 <executions >
101101 <execution >
102102 <id >attach-sources</id >
132132 <plugin >
133133 <groupId >org.apache.maven.plugins</groupId >
134134 <artifactId >maven-gpg-plugin</artifactId >
135- <version >1.6 </version >
135+ <version >3.2.3 </version >
136136 <executions >
137137 <execution >
138138 <id >sign-artifacts</id >
Original file line number Diff line number Diff line change 4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.11 .0</version >
45+ <version >3.13 .0</version >
4646 <configuration >
4747 <source >21</source >
4848 <target >21</target >
5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-surefire-plugin</artifactId >
59- <version >3.0.0 </version >
59+ <version >3.2.5 </version >
6060 <dependencies >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-jar-plugin</artifactId >
71- <version >3.2.2 </version >
71+ <version >3.4.0 </version >
7272 <configuration >
7373 <archive >
7474 <manifestEntries >
8282 <plugin >
8383 <groupId >org.apache.maven.plugins</groupId >
8484 <artifactId >maven-source-plugin</artifactId >
85- <version >3.2.0 </version >
85+ <version >3.3.1 </version >
8686 <executions >
8787 <execution >
8888 <id >attach-sources</id >
9696 <plugin >
9797 <groupId >org.apache.maven.plugins</groupId >
9898 <artifactId >maven-javadoc-plugin</artifactId >
99- <version >3.6.0 </version >
99+ <version >3.6.3 </version >
100100 <executions >
101101 <execution >
102102 <id >attach-sources</id >
138138 <plugin >
139139 <groupId >org.apache.maven.plugins</groupId >
140140 <artifactId >maven-gpg-plugin</artifactId >
141- <version >1.6 </version >
141+ <version >3.2.3 </version >
142142 <executions >
143143 <execution >
144144 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments