Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 2cc61f0

Browse files
committed
dependency updates
1 parent 6db0e72 commit 2cc61f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'org.jetbrains.dokka' version '1.4.32'
1010
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
1111
id 'org.unbroken-dome.test-sets' version '4.0.0'
12-
id 'com.github.ben-manes.versions' version '0.38.0'
12+
id 'com.github.ben-manes.versions' version '0.39.0'
1313
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1414
}
1515

@@ -104,7 +104,7 @@ dependencies {
104104
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion"
105105

106106
implementation 'org.openapi4j:openapi-parser:1.0.7'
107-
implementation ('io.swagger.parser.v3:swagger-parser:2.0.25') {
107+
implementation ('io.swagger.parser.v3:swagger-parser:2.0.26') {
108108
exclude group: 'io.swagger.parser.v3', module: 'swagger-parser-v2-converter'
109109
exclude group: 'io.swagger.core.v3', module: 'swagger-annotations'
110110
}

0 commit comments

Comments
 (0)