diff --git a/spring-batch-bigquery/pom.xml b/spring-batch-bigquery/pom.xml index 4e7fc75..611f82f 100644 --- a/spring-batch-bigquery/pom.xml +++ b/spring-batch-bigquery/pom.xml @@ -22,7 +22,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.3 diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index cf120f0..7a413ee 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -19,7 +19,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.3 diff --git a/spring-batch-neo4j/pom.xml b/spring-batch-neo4j/pom.xml index d9a7d88..77c0732 100644 --- a/spring-batch-neo4j/pom.xml +++ b/spring-batch-neo4j/pom.xml @@ -20,7 +20,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.3 diff --git a/spring-batch-neo4j/src/test/java/org/springframework/batch/extensions/neo4j/Neo4jItemWriterTests.java b/spring-batch-neo4j/src/test/java/org/springframework/batch/extensions/neo4j/Neo4jItemWriterTests.java index a5189fd..4b34810 100644 --- a/spring-batch-neo4j/src/test/java/org/springframework/batch/extensions/neo4j/Neo4jItemWriterTests.java +++ b/spring-batch-neo4j/src/test/java/org/springframework/batch/extensions/neo4j/Neo4jItemWriterTests.java @@ -404,6 +404,21 @@ public boolean hasRelationshipPropertyPersistTypeInfoFlag() { return false; } + @Override + public boolean hasVectorProperty() { + return false; + } + + @Override + public Neo4jPersistentProperty getVectorProperty() { + return null; + } + + @Override + public Neo4jPersistentProperty getRequiredVectorProperty() { + return null; + } + @Override public String getPrimaryLabel() { return "MyEntity"; diff --git a/spring-batch-notion/pom.xml b/spring-batch-notion/pom.xml index d9eec3b..847db0f 100644 --- a/spring-batch-notion/pom.xml +++ b/spring-batch-notion/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 3.5.3