Skip to content

Commit 431d10d

Browse files
author
Nayan Hajratwala
committed
updated dependencies
1 parent c613c6c commit 431d10d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
plugins {
22
`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"
55
kotlin("jvm") version "1.4.31"
66
`maven-publish`
7+
id("com.github.ben-manes.versions") version "0.38.0"
78
}
89

910
group = "org.springdoc"
@@ -40,15 +41,15 @@ publishing {
4041

4142
dependencies {
4243
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")
4647
implementation(files("$projectDir/libs/gradle-processes-0.5.0.jar"))
4748

4849
testImplementation(gradleTestKit())
4950
testImplementation(platform("org.junit:junit-bom:5.7.1"))
5051
testImplementation("org.junit.jupiter:junit-jupiter")
51-
testImplementation("com.beust:klaxon:5.2")
52+
testImplementation("com.beust:klaxon:5.5")
5253
}
5354

5455
gradlePlugin {

0 commit comments

Comments
 (0)