Skip to content

Commit

Permalink
Upgraded to Spring Boot 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dickerpulli committed Aug 5, 2022
1 parent 8cb640b commit db92956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
</modules>
<organization>
<name>codecentric AG</name>
<url>http://www.codecentric.de</url>
<url>https://www.codecentric.de</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<url>https://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -53,7 +53,7 @@
</scm>
<properties>
<revision>2.3.0-SNAPSHOT</revision>
<spring-boot.version>2.6.7</spring-boot.version>
<spring-boot.version>2.7.2</spring-boot.version>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit db92956

Please sign in to comment.