Skip to content

Commit

Permalink
Update to Spring Boot 2.5.3
Browse files Browse the repository at this point in the history
Fixes #43
Fixes #42
Fixes #41
  • Loading branch information
neiser committed Jul 24, 2021
1 parent de440e5 commit 075288e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/openapi-generator-for-spring-demo-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.qaware.tools.openapi-generator-for-spring.demo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion demo/openapi-generator-for-spring-demo-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.qaware.tools.openapi-generator-for-spring.demo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</parent>

<groupId>de.qaware.tools.openapi-generator-for-spring</groupId>
Expand Down

0 comments on commit 075288e

Please sign in to comment.