This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
testing-with-neo4j-harness Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
:groupId: org.neo4j.driver
5
5
:artifactId: neo4j-java-driver-spring-boot-starter
6
6
:neo4j-java-driver-spring-boot-starter_version: 4.2-SNAPSHOT
7
- :spring-boot_version: 2.3.9 .RELEASE
7
+ :spring-boot_version: 2.3.12 .RELEASE
8
8
:neo4j_version: 4.2.4
9
9
:config_prefix: org.neo4j.driver
10
10
:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
19
19
<java .version>1.8</java .version>
20
20
<neo4j-java-driver-spring-boot-starter .version>${revision}${sha1}${changelist} </neo4j-java-driver-spring-boot-starter .version>
21
21
<!-- Change to 4.0.0 if needed and if on JDK 11 + -->
22
- <neo4j-ogm .version>3.2.21 </neo4j-ogm .version>
22
+ <neo4j-ogm .version>3.2.24 </neo4j-ogm .version>
23
23
<neo4j .version>3.5.27</neo4j .version>
24
24
<testcontainers .version>1.15.2</testcontainers .version>
25
25
</properties >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >spring-boot-starter-parent</artifactId >
6
6
<groupId >org.springframework.boot</groupId >
7
- <version >2.3.9 .RELEASE</version >
7
+ <version >2.3.12 .RELEASE</version >
8
8
<relativePath ></relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >spring-boot-starter-parent</artifactId >
25
25
<groupId >org.springframework.boot</groupId >
26
- <version >2.3.9 .RELEASE</version >
26
+ <version >2.3.12 .RELEASE</version >
27
27
<relativePath ></relativePath >
28
28
</parent >
29
29
104
104
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
105
105
<maven-surefire-plugin .version>3.0.0-M4</maven-surefire-plugin .version>
106
106
<maven .version>3.6.1</maven .version>
107
- <neo4j-java-driver .version>4.2.4 </neo4j-java-driver .version>
107
+ <neo4j-java-driver .version>4.2.7 </neo4j-java-driver .version>
108
108
<neo4j .repository>neo4j</neo4j .repository>
109
109
<neo4j .version>4.2.4</neo4j .version>
110
110
<project .build.docs>${project.build.directory} /docs</project .build.docs>
You can’t perform that action at this time.
0 commit comments