Skip to content

Commit e8c0ace

Browse files
committed
Bump spring-boot-starter-parent to 3.5.3
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
1 parent 43acc28 commit e8c0ace

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

spring-batch-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-parent</artifactId>
25-
<version>3.5.0</version>
25+
<version>3.5.3</version>
2626
<relativePath/>
2727
</parent>
2828

spring-batch-excel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>3.4.5</version>
22+
<version>3.5.3</version>
2323
<relativePath/>
2424
</parent>
2525

spring-batch-neo4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.4.5</version>
23+
<version>3.5.3</version>
2424
<relativePath/>
2525
</parent>
2626

spring-batch-neo4j/src/test/java/org/springframework/batch/extensions/neo4j/Neo4jItemWriterTests.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,21 @@ public boolean hasRelationshipPropertyPersistTypeInfoFlag() {
404404
return false;
405405
}
406406

407+
@Override
408+
public boolean hasVectorProperty() {
409+
return false;
410+
}
411+
412+
@Override
413+
public Neo4jPersistentProperty getVectorProperty() {
414+
return null;
415+
}
416+
417+
@Override
418+
public Neo4jPersistentProperty getRequiredVectorProperty() {
419+
return null;
420+
}
421+
407422
@Override
408423
public String getPrimaryLabel() {
409424
return "MyEntity";

spring-batch-notion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.5</version>
8+
<version>3.5.3</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)