Skip to content

Commit

Permalink
Java21 (#1286)
Browse files Browse the repository at this point in the history
* Add jitpack

* Update spring boot
  • Loading branch information
ao508 authored Oct 2, 2024
1 parent 270b061 commit 421a5f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0</version>
<version>3.3.3</version>
</parent>

<repositories>
Expand All @@ -36,11 +36,12 @@
</pluginRepository>
</pluginRepositories>

<!--https://docs.spring.io/spring-data/neo4j/docs/6.0.6/reference/html/#Migrating-->
<properties>
<java.version>21</java.version>
<maven.compiler.version>3.11.0</maven.compiler.version>
<spring.version>5.3.5.RELEASE</spring.version>
<spring.boot.version>3.3.0</spring.boot.version>
<spring.boot.version>3.3.3</spring.boot.version>
<jackson.version>2.17.2</jackson.version>
<neo4j-ogm.version>4.0.11</neo4j-ogm.version>
<junitjupiter.version>5.9.1</junitjupiter.version>
Expand Down

0 comments on commit 421a5f7

Please sign in to comment.