Skip to content

Commit

Permalink
Upgrade spring boot (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmemarioss authored Aug 15, 2024
1 parent f9b35fb commit 742f904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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>3.3.0</version>
<version>3.3.2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -275,7 +275,7 @@
<version>3.4.0</version>
<configuration>
<configLocation>checkstyle/google_checks.xml</configLocation>
<encoding>UTF-8</encoding>
<inputEncoding>UTF-8</inputEncoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
Expand Down

0 comments on commit 742f904

Please sign in to comment.