26
pom.xml
26
pom.xml
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>3.1.12-SNAPSHOT</version>
|
<version>3.1.12</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -28,10 +28,10 @@
|
|||||||
<project.type>multi</project.type>
|
<project.type>multi</project.type>
|
||||||
<dist.id>spring-data-rest</dist.id>
|
<dist.id>spring-data-rest</dist.id>
|
||||||
|
|
||||||
<springdata.commons>3.1.12-SNAPSHOT</springdata.commons>
|
<springdata.commons>3.1.12</springdata.commons>
|
||||||
<springdata.jpa>3.1.12-SNAPSHOT</springdata.jpa>
|
<springdata.jpa>3.1.12</springdata.jpa>
|
||||||
<springdata.mongodb>4.1.12-SNAPSHOT</springdata.mongodb>
|
<springdata.mongodb>4.1.12</springdata.mongodb>
|
||||||
<springdata.keyvalue>3.1.12-SNAPSHOT</springdata.keyvalue>
|
<springdata.keyvalue>3.1.12</springdata.keyvalue>
|
||||||
|
|
||||||
<hibernate.version>6.1.5.Final</hibernate.version>
|
<hibernate.version>6.1.5.Final</hibernate.version>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -137,20 +137,8 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
<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>
|
</repositories>
|
||||||
|
|
||||||
</project>
|
</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.
|
Copyright (c) 2012-2019 Pivotal Software, Inc.
|
||||||
|
|
||||||
This product is licensed to you under the Apache License, Version 2.0
|
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