Skip to content

Commit

Permalink
fix(deps): update hibernate.version to v6.6.2.final (#822)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 565eaef commit 5b907a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6.0.Final</hibernate.version>
<hibernate.version>6.6.2.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.4</postgresql.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<testcontainers.version>1.20.1</testcontainers.version>
<jackson.version>2.18.1</jackson.version>
<junit.version>5.11.0</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.4</postgresql.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<testcontainers.version>1.20.1</testcontainers.version>
<jackson.version>2.18.1</jackson.version>
<junit.version>5.11.0</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.4</postgresql.version>
<spring-data.version>2024.0.5</spring-data.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<reactor.version>2024.0.0-SNAPSHOT</reactor.version>
<jackson.version>2.18.1</jackson.version>
<testcontainers.version>1.20.1</testcontainers.version>
Expand Down
2 changes: 1 addition & 1 deletion jpa/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.4</postgresql.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<lombok.version>1.18.34</lombok.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.8</logback.version>
Expand Down

0 comments on commit 5b907a8

Please sign in to comment.