Skip to content

Commit

Permalink
Fix broken build tby upgrading spring version to compatible version f…
Browse files Browse the repository at this point in the history
…or open API dependency upgrade
  • Loading branch information
conorheffron committed Nov 28, 2024
1 parent 9f555e0 commit 0bae2cc
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 @@ -22,15 +22,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath />
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>21</java.version>
<spring.version>3.3.5</spring.version>
<spring.version>3.4.0</spring.version>
<frontend-maven-plugin.version>1.15.1</frontend-maven-plugin.version>
<node.version>v20.16.0</node.version>
<npm.version>10.8.1</npm.version>
Expand Down

0 comments on commit 0bae2cc

Please sign in to comment.