The GitHub Actions job "CI" on grails-core.git/feat/neo4j-examples-docs has failed. Run started by GitHub user borinquenkid (triggered by borinquenkid).
Head commit for run: 11606d683daa6595e0652a82a421a2181a93d5ba / Walter Duque de Estrada <[email protected]> fix(grails-data-neo4j): declare intentional Jetty/neo4j-driver BOM overrides The three neo4j example apps deliberately force Jetty to 9.4.x and neo4j-java-driver to 4.4.13 for compatibility with the embedded Neo4j 3.5.x test harness, diverging from the versions the Spring Boot BOM (pulled in transitively via grails-bom) would otherwise select. This was already documented in a comment but never registered with validateDependencyVersions, so CI failed with "Dependency version validation failed" for grails3-neo4j and grails3-neo4j-hibernate. Declare the override via project.ext.allowedBomOverrides, the mechanism the validator itself points to for intentional deviations. Co-Authored-By: Claude Sonnet 5 <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/28767994799 With regards, GitHub Actions via GitBox
