Skip to content

Commit

Permalink
[FLINK-33618][BuildSystem / Shaded] Upgrade swagger to 2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Nov 27, 2023
1 parent 9fef53a commit e2dbeaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flink-shaded-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ under the License.
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>2.2.8</version>
<version>2.2.19</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions flink-shaded-swagger/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This project bundles the following dependencies under the Apache Software Licens

- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3
- io.swagger.core.v3:swagger-annotations:2.2.8
- io.swagger.core.v3:swagger-core:2.2.8
- io.swagger.core.v3:swagger-models:2.2.8
- io.swagger.core.v3:swagger-annotations:2.2.19
- io.swagger.core.v3:swagger-core:2.2.19
- io.swagger.core.v3:swagger-models:2.2.19
- jakarta.validation:jakarta.validation-api:2.0.2
- org.apache.commons:commons-lang3:3.12.0
- org.apache.commons:commons-lang3:3.13.0
- org.yaml:snakeyaml:2.1

This project bundles the following dependencies under the Eclipse Distribution License 1.0 (https://www.eclipse.org/org/documents/edl-v10.php)
Expand Down

0 comments on commit e2dbeaf

Please sign in to comment.