From 27c123c3866a2eb48941c975e87be3be57e99cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:05:52 +0100 Subject: [PATCH] build(deps): Bump neo4j.version from 5.24.2 to 5.25.1 (#1117) * build(deps): Bump neo4j.version from 5.24.2 to 5.25.1 Bumps `neo4j.version` from 5.24.2 to 5.25.1. Updates `org.neo4j:neo4j-cypher-javacc-parser` from 5.24.2 to 5.25.1 - [Release notes](https://github.com/neo4j/neo4j/releases) - [Commits](https://github.com/neo4j/neo4j/compare/5.24.2...5.25.1) Updates `org.neo4j.test:neo4j-harness` from 5.24.2 to 5.25.1 - [Release notes](https://github.com/neo4j/neo4j/releases) - [Commits](https://github.com/neo4j/neo4j/compare/5.24.2...5.25.1) --- updated-dependencies: - dependency-name: org.neo4j:neo4j-cypher-javacc-parser dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.neo4j.test:neo4j-harness dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * New Neo4j patch, new methods. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Simons --- .../org/neo4j/cypherdsl/parser/CypherDslASTFactory.java | 8 +++++++- .../neo4j/cypherdsl/parser/CypherDslASTFactoryTest.java | 2 +- pom.xml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherDslASTFactory.java b/neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherDslASTFactory.java index 27a7b148f6..ac86818fb3 100644 --- a/neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherDslASTFactory.java +++ b/neo4j-cypher-dsl-parser/src/main/java/org/neo4j/cypherdsl/parser/CypherDslASTFactory.java @@ -1936,7 +1936,13 @@ public NULL graphScope(InputPosition inputPosition, List graphName } @Override - public NULL databaseScope(InputPosition inputPosition, List databaseNames, ScopeType scopeType) { + public NULL databasePrivilegeScope(InputPosition inputPosition, List list, ScopeType scopeType) { + throw new UnsupportedOperationException(); + } + + @Override + public LabelExpression dynamicLabelLeaf(InputPosition p, Expression e, EntityType entityType, boolean all, + boolean containsIs) { throw new UnsupportedOperationException(); } diff --git a/neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/CypherDslASTFactoryTest.java b/neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/CypherDslASTFactoryTest.java index fb3967c551..2eb8cf63c4 100644 --- a/neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/CypherDslASTFactoryTest.java +++ b/neo4j-cypher-dsl-parser/src/test/java/org/neo4j/cypherdsl/parser/CypherDslASTFactoryTest.java @@ -120,7 +120,7 @@ class HandleNewMethods { "insertClause", "insertPathPattern", "subqueryInTransactionsBatchParameters", "subqueryInTransactionsConcurrencyParameters", "subqueryInTransactionsErrorParameters", "grantRoles", "showRoles", "renameRole", "revokeRoles", "newFinishClause", - "auth", "authId", "password", "passwordChangeRequired"}) + "auth", "authId", "password", "passwordChangeRequired", "dynamicLabelLeaf", "databasePrivilegeScope" }) void newMethodsShouldNotBeSupportedOOTB(String methodName) { var factory = CypherDslASTFactory.getInstance(null); var methods = factory.getClass().getMethods(); diff --git a/pom.xml b/pom.xml index 317fbe120c..3befe3e339 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ 5.14.2 1.2.2.Final 5.26.0 - 5.24.2 + 5.25.1 5.9 ${project.build.directory}/docs UTF-8