Skip to content

Commit

Permalink
chore(deps): update hibernate core to v6.3.0.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent 0867649 commit d541d54
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<spring-framework.version>6.1.0-M4</spring-framework.version>
<postgresql.version>42.6.0</postgresql.version>
<querydsl.version>5.0.0</querydsl.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.0.Final</hibernate.version>
<reactor.version>2022.0.10</reactor.version>
<spring-data.version>2023.1.0-M2</spring-data.version>

Expand Down
2 changes: 1 addition & 1 deletion data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<postgresql.version>42.6.0</postgresql.version>
<querydsl.version>5.0.0</querydsl.version>
<spring-data.version>2023.1.0-M2</spring-data.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.0.Final</hibernate.version>
<reactor.version>2022.0.10</reactor.version>
<jackson.version>2.15.2</jackson.version>
<testcontainers.version>1.19.0</testcontainers.version>
Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<spring-framework.version>6.1.0-M4</spring-framework.version>
<postgresql.version>42.6.0</postgresql.version>
<querydsl.version>5.0.0</querydsl.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.0.Final</hibernate.version>
<reactor.version>2022.0.10</reactor.version>
<spring-data.version>2023.1.0-M2</spring-data.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.1.0-M4</spring-framework.version>
<postgresql.version>42.6.0</postgresql.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.0.Final</hibernate.version>

<!-- Apache Tomcat -->
<tomcat.version>10.1.13</tomcat.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.1.0-M4</spring-framework.version>
<postgresql.version>42.6.0</postgresql.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.0.Final</hibernate.version>

<!-- Apache Tomcat -->
<tomcat.version>10.1.13</tomcat.version>
Expand Down

0 comments on commit d541d54

Please sign in to comment.