File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
`java- gradle- plugin`
3
- id(" com.gradle.plugin-publish" ) version " 0.11 .0"
4
- id(" org.sonarqube" ) version " 2.8 "
3
+ id(" com.gradle.plugin-publish" ) version " 0.14 .0"
4
+ id(" org.sonarqube" ) version " 3.1.1 "
5
5
kotlin(" jvm" ) version " 1.4.31"
6
6
`maven- publish`
7
+ id(" com.github.ben-manes.versions" ) version " 0.38.0"
7
8
}
8
9
9
10
group = " org.springdoc"
@@ -40,15 +41,15 @@ publishing {
40
41
41
42
dependencies {
42
43
implementation(kotlin(" reflect" ))
43
- implementation(group = " khttp" , name = " khttp" , version = " 1.0.0" )
44
- implementation(group = " com.google.code.gson" , name = " gson" , version = " 2.8.6" )
45
- implementation(group = " org.awaitility" , name = " awaitility-kotlin" , version = " 4.0.2 " )
44
+ implementation(" khttp: khttp: 1.0.0" )
45
+ implementation(" com.google.code.gson: gson: 2.8.6" )
46
+ implementation(" org.awaitility: awaitility-kotlin: 4.0.3 " )
46
47
implementation(files(" $projectDir /libs/gradle-processes-0.5.0.jar" ))
47
48
48
49
testImplementation(gradleTestKit())
49
50
testImplementation(platform(" org.junit:junit-bom:5.7.1" ))
50
51
testImplementation(" org.junit.jupiter:junit-jupiter" )
51
- testImplementation(" com.beust:klaxon:5.2 " )
52
+ testImplementation(" com.beust:klaxon:5.5 " )
52
53
}
53
54
54
55
gradlePlugin {
You can’t perform that action at this time.
0 commit comments