Skip to content

Commit

Permalink
Using last spring-boot-starter-parent that will work with Java 11. De…
Browse files Browse the repository at this point in the history
…pendabot wants us to do better. We don't have Java 17 in production environments.
  • Loading branch information
Paul Cuddihy committed Aug 2, 2023
1 parent 84c74e9 commit 6b649b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>2.7.5</version>
</parent>
<properties>
<swagger.version>3.0.0</swagger.version>
Expand Down

0 comments on commit 6b649b1

Please sign in to comment.