Skip to content

Commit

Permalink
Upgrade test dependencies.
Browse files Browse the repository at this point in the history
Fixes GH-2412.
  • Loading branch information
odrotbohm committed Aug 15, 2024
1 parent 2e91859 commit 924baf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<springdata.mongodb>4.4.0-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.4.0-SNAPSHOT</springdata.keyvalue>

<hibernate.version>6.5.0.CR1</hibernate.version>
<hibernate.version>6.5.2.Final</hibernate.version>
</properties>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-rest-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</modules>

<properties>
<groovy.version>2.4.4</groovy.version>
<groovy.version>2.4.21</groovy.version>
</properties>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<properties>
<java-module-name>spring.data.rest.tests.jpa</java-module-name>
<spring-security.version>4.0.1.RELEASE</spring-security.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -50,7 +49,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.1</version>
<version>2.7.3</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<java-module-name>spring.data.rest.tests.security</java-module-name>
<spring-security.version>6.1.7</spring-security.version>
<spring-security.version>6.3.1</spring-security.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 924baf6

Please sign in to comment.