File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" jvm" ) version " 1.9.23"
3
3
jacoco
4
- id(" org.sonarqube" ) version " 4.3 .0.3225 "
4
+ id(" org.sonarqube" ) version " 5.0 .0.4638 "
5
5
id(" com.diffplug.spotless" ) version " 6.12.0"
6
6
`maven- publish`
7
7
}
Original file line number Diff line number Diff line change 69
69
<plugin >
70
70
<groupId >org.apache.maven.plugins</groupId >
71
71
<artifactId >maven-surefire-plugin</artifactId >
72
- <version >3.0.0 </version >
72
+ <version >3.2.5 </version >
73
73
<dependencies >
74
74
<dependency >
75
75
<groupId >org.junit.jupiter</groupId >
95
95
<plugin >
96
96
<groupId >org.apache.maven.plugins</groupId >
97
97
<artifactId >maven-source-plugin</artifactId >
98
- <version >3.2.0 </version >
98
+ <version >3.3.1 </version >
99
99
<executions >
100
100
<execution >
101
101
<id >attach-sources</id >
124
124
<plugin >
125
125
<groupId >org.apache.maven.plugins</groupId >
126
126
<artifactId >maven-gpg-plugin</artifactId >
127
- <version >1.6 </version >
127
+ <version >3.2.3 </version >
128
128
<executions >
129
129
<execution >
130
130
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments