Skip to content

Commit

Permalink
chore: revert to hibernate 6.2.7.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Sep 3, 2023
1 parent 6a9096a commit 4e74f45
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 39 deletions.
11 changes: 2 additions & 9 deletions 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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<reactor.version>2022.0.10</reactor.version>
<spring-data.version>2023.1.0-M2</spring-data.version>

Expand Down Expand Up @@ -178,14 +178,7 @@
<version>${hibernate.version}</version>
<optional>true</optional>
</dependency>
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.0</version>
</dependency>



<!-- QueryDsl -->
<dependency>
<groupId>com.querydsl</groupId>
Expand Down
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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.Final</hibernate.version>

<!-- maven plugins -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
Expand Down
8 changes: 1 addition & 7 deletions 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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.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 Expand Up @@ -179,12 +179,6 @@
<version>${hibernate.version}</version>
<optional>true</optional>
</dependency>
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.0</version>
</dependency>

<!-- QueryDsl -->
<dependency>
Expand Down
8 changes: 1 addition & 7 deletions 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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<reactor.version>2022.0.10</reactor.version>
<spring-data.version>2023.1.0-M2</spring-data.version>

Expand Down Expand Up @@ -178,12 +178,6 @@
<version>${hibernate.version}</version>
<optional>true</optional>
</dependency>
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.0</version>
</dependency>

<!-- QueryDsl -->
<dependency>
Expand Down
8 changes: 1 addition & 7 deletions 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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.Final</hibernate.version>

<!-- Apache Tomcat -->
<tomcat.version>10.1.13</tomcat.version>
Expand Down Expand Up @@ -158,12 +158,6 @@
<version>${hibernate.version}</version>
<optional>true</optional>
</dependency>
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.0</version>
</dependency>

<!-- Required by Hibernate -->
<dependency>
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.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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.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
8 changes: 1 addition & 7 deletions 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.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.Final</hibernate.version>

<!-- Apache Tomcat -->
<tomcat.version>10.1.13</tomcat.version>
Expand Down Expand Up @@ -158,12 +158,6 @@
<version>${hibernate.version}</version>
<optional>true</optional>
</dependency>
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.0</version>
</dependency>

<!-- Required by Hibernate -->
<dependency>
Expand Down

0 comments on commit 4e74f45

Please sign in to comment.