20
pom.xml
20
pom.xml
@@ -19,7 +19,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.4.7-SNAPSHOT</version>
|
<version>3.4.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
<skipUnitTests>${skipTests}</skipUnitTests>
|
<skipUnitTests>${skipTests}</skipUnitTests>
|
||||||
|
|
||||||
<springdata.commons>3.4.7-SNAPSHOT</springdata.commons>
|
<springdata.commons>3.4.7</springdata.commons>
|
||||||
<junit-pioneer.version>2.2.0</junit-pioneer.version>
|
<junit-pioneer.version>2.2.0</junit-pioneer.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -428,20 +428,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>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Spring Data Neo4j 7.4.6 (2024.1.6)
|
Spring Data Neo4j 7.4.7 (2024.1.7)
|
||||||
Copyright 2011-2021 the original author or authors.
|
Copyright 2011-2021 the original author or authors.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@@ -66,5 +66,6 @@ limitations under the License.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user