Skip to content

Commit

Permalink
chore(deps): migrate to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbloquet committed Feb 17, 2024
1 parent a104263 commit fd1336e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions service/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>3.0.0-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -19,7 +19,7 @@
<properties>
<cucumber.version>7.8.0</cucumber.version>
<junit.version>5.9.1</junit.version>
<java.version>19</java.version>
<java.version>21</java.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -50,11 +50,6 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down

0 comments on commit fd1336e

Please sign in to comment.