We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d8100 commit ce953cbCopy full SHA for ce953cb
Plan/build.gradle
@@ -95,7 +95,7 @@ subprojects {
95
seleniumVersion = "4.31.0"
96
testContainersVersion = "1.20.6"
97
awaitilityVersion = "4.3.0"
98
- swaggerVersion = "2.2.30"
+ swaggerVersion = "2.2.32"
99
guavaVersion = "33.4.8-jre"
100
}
101
Plan/common/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id("java-test-fixtures")
5
id "dev.vankka.dependencydownload.plugin" version "$dependencyDownloadVersion"
6
id "com.github.node-gradle.node" version "7.1.0"
7
- id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.30"
+ id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.32"
8
9
10
configurations {
0 commit comments