Skip to content

Commit

Permalink
chore(): Update spring-boot to 3.2.3 and java version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed Feb 23, 2024
1 parent f606cda commit fe76c81
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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
</parent>

<artifactId>server-connector</artifactId>
Expand Down Expand Up @@ -45,9 +45,9 @@
</dependencies>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down

0 comments on commit fe76c81

Please sign in to comment.