Skip to content

Commit

Permalink
Upgrade to spring-data-jpa 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reda-alaoui committed Nov 30, 2023
1 parent a3a0e0e commit 4fadde7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cosium.spring.data</groupId>
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<name>Spring Data JPA EntityGraph</name>
Expand Down
2 changes: 1 addition & 1 deletion generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cosium.spring.data</groupId>
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<name>Spring Data JPA EntityGraph Generator</name>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.cosium.spring.data</groupId>
<artifactId>spring-data-jpa-entity-graph-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -17,16 +17,15 @@
</modules>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>

<spring.data.jpa>3.1.3</spring.data.jpa>
<spring.data.jpa>3.2.0</spring.data.jpa>
<querydsl>5.0.0</querydsl>

<dbunit>2.7.3</dbunit>
<spring-test-dbunit>1.3.0</spring-test-dbunit>
<spring.framework.version>6.1.1</spring.framework.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.1.Final</hibernate.version>
<hsqldb.version>2.7.2</hsqldb.version>
<assertj>3.24.2</assertj>
<logback>1.4.12</logback>
Expand Down

0 comments on commit 4fadde7

Please sign in to comment.