26
pom.xml
26
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>3.1.12-SNAPSHOT</version>
|
||||
<version>3.1.12</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<springdata.commons>3.1.12-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>3.1.12-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>4.1.12-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.keyvalue>3.1.12-SNAPSHOT</springdata.keyvalue>
|
||||
<springdata.commons>3.1.12</springdata.commons>
|
||||
<springdata.jpa>3.1.12</springdata.jpa>
|
||||
<springdata.mongodb>4.1.12</springdata.mongodb>
|
||||
<springdata.keyvalue>3.1.12</springdata.keyvalue>
|
||||
|
||||
<hibernate.version>6.1.5.Final</hibernate.version>
|
||||
</properties>
|
||||
@@ -137,20 +137,8 @@
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshot</id>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
|
||||
|
||||
</repositories>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 4.1.11 (2023.0.11)
|
||||
Spring Data REST 4.1.12 (2023.0.12)
|
||||
Copyright (c) 2012-2019 Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0
|
||||
@@ -56,5 +56,6 @@ subcomponent's license, as noted in the license.txt file.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user