Skip to content

Commit

Permalink
Upgrade Hibernate to 5.6.15.Final + 6.4.2.Final
Browse files Browse the repository at this point in the history
- Upgrade slf4j to 2.0.11
- Upgrade mockito to 5.10.0
- Upgrade logback to 1.4.14
- Upgrade junit5 to 5.10.1
- Upgrade assertj to 3.25.2
  • Loading branch information
ghillert committed Jan 27, 2024
1 parent f6701eb commit ee7f970
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">

<!--
Copyright (c) 2013, 2020, Oracle and/or its affiliates.
Copyright (c) 2013, 2024, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
-->
Expand All @@ -23,7 +23,7 @@
<property name="connection.password"></property>

<!-- JDBC connection pool (use the built-in) -->
<property name="connection.pool_size">1</property>
<property name="connection.pool_size">10</property>

<!-- SQL dialect -->
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (c) 2013, 2023, Oracle and/or its affiliates.
Copyright (c) 2013, 2024, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
-->
Expand Down Expand Up @@ -111,17 +111,17 @@
<spring-javaformat-checkstyle.version>0.0.39</spring-javaformat-checkstyle.version>

<!-- dependency versions (alphabetically) -->
<assertj.version>3.24.2</assertj.version>
<assertj.version>3.25.2</assertj.version>
<coherence.groupId>com.oracle.coherence.ce</coherence.groupId>
<coherence.version>23.03</coherence.version>
<hibernate6.version>6.2.6.Final</hibernate6.version>
<hibernate53.version>5.6.12.Final</hibernate53.version>
<hibernate6.version>6.4.2.Final</hibernate6.version>
<hibernate53.version>5.6.15.Final</hibernate53.version>
<hsqldb.version>2.7.2</hsqldb.version>
<junit.version>4.13.2</junit.version>
<junit5.version>5.9.3</junit5.version>
<logback.version>1.4.8</logback.version>
<mockito.version>4.8.1</mockito.version>
<slf4j.version>2.0.7</slf4j.version>
<junit5.version>5.10.1</junit5.version>
<logback.version>1.4.14</logback.version>
<mockito.version>5.10.0</mockito.version>
<slf4j.version>2.0.11</slf4j.version>
</properties>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions samples/coherence-hibernate-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (c) 2022, 2023, Oracle and/or its affiliates.
Copyright (c) 2022, 2024, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.
-->
Expand All @@ -25,7 +25,7 @@

<properties>
<coherence.hibernate.root>${basedir}/../..</coherence.hibernate.root>
<spring-boot.version>3.1.6</spring-boot.version>
<spring-boot.version>3.1.8</spring-boot.version>
</properties>

<modules>
Expand Down

0 comments on commit ee7f970

Please sign in to comment.