This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed
testing-with-neo4j-harness
neo4j-java-driver-spring-boot-autoconfigure/src/test/java/org/neo4j/driver/springframework/boot/autoconfigure
neo4j-java-driver-test-harness-spring-boot-autoconfigure Expand file tree Collapse file tree 11 files changed +18
-18
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.1.1.1
7- :spring-boot_version: 2.3.7 .RELEASE
8- :neo4j_version: 4.2.1
7+ :spring-boot_version: 2.3.9 .RELEASE
8+ :neo4j_version: 4.2.4
99:config_prefix: org.neo4j.driver
1010:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
1111
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.5 .RELEASE</version >
7+ <version >2.3.9 .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.5 .RELEASE</version >
7+ <version >2.3.9 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
1818 <properties >
1919 <java .version>11</java .version>
2020 <neo4j-java-driver-spring-boot-starter .version>${revision}${sha1}${changelist} </neo4j-java-driver-spring-boot-starter .version>
21- <neo4j .version>4.0.7 </neo4j .version>
21+ <neo4j .version>4.2.4 </neo4j .version>
2222 </properties >
2323
2424 <dependencyManagement >
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.5 .RELEASE</version >
7+ <version >2.3.9 .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.17 </neo4j-ogm .version>
23- <neo4j .version>3.5.23 </neo4j .version>
22+ <neo4j-ogm .version>3.2.21 </neo4j-ogm .version>
23+ <neo4j .version>3.5.27 </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.5 .RELEASE</version >
7+ <version >2.3.9 .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.5 .RELEASE</version >
7+ <version >2.3.9 .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.5 .RELEASE</version >
7+ <version >2.3.9 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
1818 <properties >
1919 <java .version>11</java .version>
2020 <neo4j-java-driver-spring-boot-starter .version>${revision}${sha1}${changelist} </neo4j-java-driver-spring-boot-starter .version>
21- <neo4j .version>4.0.7 </neo4j .version>
21+ <neo4j .version>4.2.4 </neo4j .version>
2222 </properties >
2323
2424 <dependencyManagement >
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.5 .RELEASE</version >
7+ <version >2.3.9 .RELEASE</version >
88 <relativePath ></relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class Neo4jDriverAutoConfigurationIT {
7070
7171 String imageVersion = Optional .ofNullable (System .getenv (SYS_PROPERTY_NEO4J_VERSION ))
7272 .filter (isNotBlank )
73- .orElseGet (() -> System .getProperty (SYS_PROPERTY_NEO4J_VERSION , "3.5.14 " ));
73+ .orElseGet (() -> System .getProperty (SYS_PROPERTY_NEO4J_VERSION , "3.5.27 " ));
7474
7575 String image = repository + ":" + imageVersion ;
7676 LOGGER .info (() -> String .format ("Using image %s" , image ));
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.18 </neo4j .version>
38+ <neo4j .version>3.5.27 </neo4j .version>
3939 </properties >
4040
4141 <dependencies >
You can’t perform that action at this time.
0 commit comments