This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
testing-with-neo4j-harness
neo4j-java-driver-test-harness-spring-boot-autoconfigure Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44:groupId: org.neo4j.driver
55:artifactId: neo4j-java-driver-spring-boot-starter
66:neo4j-java-driver-spring-boot-starter_version: 4.0-SNAPSHOT
7- :spring-boot_version: 2.2.6 .RELEASE
7+ :spring-boot_version: 2.3.1 .RELEASE
88:neo4j_version: 4.0.3
99:config_prefix: org.neo4j.driver
1010:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
1919 <java .version>1.8</java .version>
2020 <neo4j-java-driver-spring-boot-starter .version>${revision}${sha1}${changelist} </neo4j-java-driver-spring-boot-starter .version>
2121 <!-- Change to 4.0.0 if needed and if on JDK 11 + -->
22- <neo4j-ogm .version>3.2.10 </neo4j-ogm .version>
23- <neo4j .version>3.5.16 </neo4j .version>
22+ <neo4j-ogm .version>3.2.12 </neo4j-ogm .version>
23+ <neo4j .version>3.5.18 </neo4j .version>
2424 <testcontainers .version>1.12.4</testcontainers .version>
2525 </properties >
2626
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >spring-boot-starter-parent</artifactId >
66 <groupId >org.springframework.boot</groupId >
7- <version >2.3.0 .RELEASE</version >
7+ <version >2.3.1 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 3535 <properties >
3636 <java-module-name >neo4j.java.driver.spring.boot.test_harness</java-module-name >
3737 <!-- The test harness support is build against the JDK8 compatible version by default -->
38- <neo4j .version>3.5.16 </neo4j .version>
38+ <neo4j .version>3.5.18 </neo4j .version>
3939 </properties >
4040
4141 <dependencies >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >spring-boot-starter-parent</artifactId >
2525 <groupId >org.springframework.boot</groupId >
26- <version >2.3.0 .RELEASE</version >
26+ <version >2.3.1 .RELEASE</version >
2727 <relativePath ></relativePath >
2828 </parent >
2929
You can’t perform that action at this time.
0 commit comments