Skip to content

Commit

Permalink
fix(deps): update hibernate.version to v6.6.0.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 8a4cb00 commit 5ca1750
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<querydsl.version>5.1.0</querydsl.version>
<!-- see: https://github.com/rest-assured/rest-assured/issues/1728 -->
<rest-assured.version>5.2.1</rest-assured.version>
<hibernate.version>6.5.2.Final</hibernate.version>
<hibernate.version>6.6.0.Final</hibernate.version>

<!-- maven plugins -->
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<jakartaee-api.version>10.0.0</jakartaee-api.version>
<spring-framework.version>6.2.0-M7</spring-framework.version>
<postgresql.version>42.7.3</postgresql.version>
<hibernate.version>6.5.2.Final</hibernate.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<testcontainers.version>1.20.1</testcontainers.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.10.3</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion jakarta-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<jakartaee-api.version>10.0.0</jakartaee-api.version>
<spring-framework.version>6.2.0-M7</spring-framework.version>
<postgresql.version>42.7.3</postgresql.version>
<hibernate.version>6.6.0.CR1</hibernate.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<testcontainers.version>1.20.1</testcontainers.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.10.3</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion jakartaee-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<spring-framework.version>6.2.0-M7</spring-framework.version>
<postgresql.version>42.7.3</postgresql.version>
<spring-data.version>2024.0.2</spring-data.version>
<hibernate.version>6.5.2.Final</hibernate.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<reactor.version>2024.0.0-M4</reactor.version>
<jackson.version>2.17.2</jackson.version>
<testcontainers.version>1.20.1</testcontainers.version>
Expand Down

0 comments on commit 5ca1750

Please sign in to comment.