Browse Source

Merge pull request #10 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-webflux-5.3.18

Bump spring-webflux from 5.3.17 to 5.3.18 in /examples/spring-framework
custom-downloader
larsw GitHub 3 years ago
parent
commit
d2b9512f48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/spring-framework/pom.xml

+ 1
- 1
examples/spring-framework/pom.xml View File

@@ -139,7 +139,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId> <artifactId>spring-webflux</artifactId>
<version>5.3.17</version>
<version>5.3.18</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>


Loading…
Cancel
Save