Skip to content

Commit

Permalink
Upgrade springboot version (#29)
Browse files Browse the repository at this point in the history
* Upgrade springboot version

* Upgrade springboot version
Spring boot requires a min java version of 17
  • Loading branch information
praveenpg committed Dec 18, 2023
1 parent 2ceccc9 commit 5f2623b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>3.0.2</spring.boot.version>
<spring.version>6.0.4</spring.version>
<spring.boot.version>3.1.5</spring.boot.version>
<guava.version>31.0.1-jre</guava.version>
</properties>

Expand All @@ -52,13 +51,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions springboot-unleash-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<artifactId>springboot-unleash-core</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aspectj.version>1.9.9.1</aspectj.version>
<unleash.client.version>7.0.0</unleash.client.version>
Expand Down

0 comments on commit 5f2623b

Please sign in to comment.