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