Skip to content

Commit

Permalink
modified pom.xml, upgraded sprint
Browse files Browse the repository at this point in the history
  • Loading branch information
pacificcode committed Aug 20, 2024
1 parent 09a2793 commit 0cda645
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ buildNumber.properties
# Ignore all local history of files
.history

### mac
.DS_Store
# End of https://www.gitignore.io/api/java,maven,visualstudiocode
6 changes: 4 additions & 2 deletions 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.7.12</version>
<version>3.2.3</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -52,7 +52,7 @@
<properties>
<java.version>8</java.version>
<jackson.version>2.15.0</jackson.version>
<spring.version>6.0.19</spring.version>
<spring.version>6.0.23</spring.version>
<pmd.version>6.55.0</pmd.version>
</properties>

Expand Down Expand Up @@ -92,11 +92,13 @@
<version>${jackson.version}</version>
</dependency>

<!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
-->

<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down

0 comments on commit 0cda645

Please sign in to comment.