Skip to content

Commit 1615311

Browse files
committed
update dependencies
1 parent 7ba4c6e commit 1615311

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle.kts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
groovy
33
id("java-library")
44
id("maven-publish")
5-
id("com.github.ben-manes.versions") version ("0.28.0")
5+
id("com.github.ben-manes.versions") version ("0.36.0")
66
}
77

88
val projectGroupId: String by project
@@ -46,21 +46,21 @@ repositories {
4646
}
4747

4848
dependencies {
49-
compileOnly("io.openapiprocessor:openapi-processor-api:1.1.0-SNAPSHOT")
49+
compileOnly("io.openapiprocessor:openapi-processor-api:1.2.0")
5050

5151
implementation("org.codehaus.groovy:groovy:2.5.12")
5252
implementation("org.codehaus.groovy:groovy-nio:2.5.12")
53-
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")
54-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.0")
55-
implementation("io.github.java-diff-utils:java-diff-utils:4.7")
53+
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.0")
54+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.0")
55+
implementation("io.github.java-diff-utils:java-diff-utils:4.9")
5656
implementation("com.google.jimfs:jimfs:1.1") {
5757
exclude("com.google.guava")
5858
}
5959

60-
compileOnly("junit:junit:4.13")
61-
implementation("org.junit.jupiter:junit-jupiter-api:5.6.2")
62-
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2")
63-
runtimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2")
60+
compileOnly("junit:junit:4.13.1")
61+
implementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
62+
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
63+
runtimeOnly("org.junit.vintage:junit-vintage-engine:5.7.0")
6464
}
6565

6666
val sourcesJar by tasks.registering(Jar::class) {

0 commit comments

Comments
 (0)