File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" jvm" ) version " 1.9.23"
33 jacoco
4- id(" org.sonarqube" ) version " 4.3 .0.3225 "
4+ id(" org.sonarqube" ) version " 5.0 .0.4638 "
55 id(" com.diffplug.spotless" ) version " 6.12.0"
66 `maven- publish`
77}
Original file line number Diff line number Diff line change 6969 <plugin >
7070 <groupId >org.apache.maven.plugins</groupId >
7171 <artifactId >maven-surefire-plugin</artifactId >
72- <version >3.0.0 </version >
72+ <version >3.2.5 </version >
7373 <dependencies >
7474 <dependency >
7575 <groupId >org.junit.jupiter</groupId >
9595 <plugin >
9696 <groupId >org.apache.maven.plugins</groupId >
9797 <artifactId >maven-source-plugin</artifactId >
98- <version >3.2.0 </version >
98+ <version >3.3.1 </version >
9999 <executions >
100100 <execution >
101101 <id >attach-sources</id >
124124 <plugin >
125125 <groupId >org.apache.maven.plugins</groupId >
126126 <artifactId >maven-gpg-plugin</artifactId >
127- <version >1.6 </version >
127+ <version >3.2.3 </version >
128128 <executions >
129129 <execution >
130130 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments