Skip to content

Commit

Permalink
Upgrading to spring boot 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BuntyRaghani committed Nov 26, 2022
1 parent c75065d commit a330cad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.5</version>
<version>2.7.6</version>
</parent>

<groupId>com.example</groupId>
<artifactId>hello-world</artifactId>
<version>1.0.1-SNAPSHOT</version>
<artifactId>spring-boot-2-hello-world</artifactId>
<version>1.0.2-SNAPSHOT</version>

<name>hello-world</name>
<name>spring-boot-2-hello-world</name>
<description>A simple Spring Boot app to send hello world message to a user</description>

<properties>
Expand Down

0 comments on commit a330cad

Please sign in to comment.