Skip to content

Commit

Permalink
fix(deps): update hibernate.version to v6.3.0.final (#424)
Browse files Browse the repository at this point in the history
* chore: clean codes

* chore: clean codes

* fix(deps): update hibernate.version to v6.3.0.final

---------

Co-authored-by: hantsy <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and hantsy authored Sep 2, 2023
1 parent 2b1861c commit a30b97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<testcontainers.version>1.19.0</testcontainers.version>
<querydsl.version>5.0.0</querydsl.version>
<rest-assured.version>5.3.0</rest-assured.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate.version>6.3.0.Final</hibernate.version>

<!-- maven plugins -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.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 @@ -26,7 +26,7 @@
<spring-framework.version>6.1.0-M4</spring-framework.version>
<postgresql.version>42.6.0</postgresql.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

0 comments on commit a30b97e

Please sign in to comment.