Skip to content

Commit fc4563b

Browse files
dependabot[bot]ackintosh
authored andcommitted
Bump spring-webflux from 5.0.8.RELEASE to 5.1.0.RELEASE in /samples/client/petstore/java/webclient (#5071)
* Bump spring-webflux in /samples/client/petstore/java/webclient Bumps [spring-webflux](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.1.0.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.8.RELEASE...v5.1.0.RELEASE) Signed-off-by: dependabot[bot] <[email protected]> * Bump spring-webflux version from 5.0.8 to 5.0.16 ref https://pivotal.io/security/cve-2020-5398 Co-authored-by: Akihito Nakano <[email protected]>
1 parent 63859d6 commit fc4563b

File tree

2 files changed

+2
-2
lines changed
  • modules/openapi-generator/src/main/resources/Java/libraries/webclient
  • samples/client/petstore/java/webclient

2 files changed

+2
-2
lines changed

modules/openapi-generator/src/main/resources/Java/libraries/webclient/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<properties>
143143
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
144144
<swagger-annotations-version>1.5.22</swagger-annotations-version>
145-
<spring-web-version>5.0.8.RELEASE</spring-web-version>
145+
<spring-web-version>5.0.16.RELEASE</spring-web-version>
146146
<jackson-version>2.10.1</jackson-version>
147147
<jackson-databind-version>2.10.1</jackson-databind-version>
148148
<jackson-databind-nullable-version>0.2.1</jackson-databind-nullable-version>

samples/client/petstore/java/webclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<properties>
122122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
123123
<swagger-annotations-version>1.5.22</swagger-annotations-version>
124-
<spring-web-version>5.0.8.RELEASE</spring-web-version>
124+
<spring-web-version>5.0.16.RELEASE</spring-web-version>
125125
<jackson-version>2.10.1</jackson-version>
126126
<jackson-databind-version>2.10.1</jackson-databind-version>
127127
<jackson-databind-nullable-version>0.2.1</jackson-databind-nullable-version>

0 commit comments

Comments
 (0)