Skip to content

Commit

Permalink
All in on JDK21/SB3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
olle committed Jul 21, 2024
1 parent 7c22ef2 commit 98a1e76
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 @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<java.version>21</java.version>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
</properties>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.0.3</version>
<version>3.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 98a1e76

Please sign in to comment.