Skip to content

Commit b83184e

Browse files
fix: Bump CI version of Neo4j to trigger a specific deprecation warning.
1 parent 57d841b commit b83184e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mkdir -p /tmp/jenkins-home
66

77
export JENKINS_USER=${JENKINS_USER_NAME}
88
export SDN_FORCE_REUSE_OF_CONTAINERS=true
9-
export SDN_NEO4J_VERSION=5.20
9+
export SDN_NEO4J_VERSION=5.26.2
1010

1111
MAVEN_OPTS="-Duser.name=${JENKINS_USER} -Duser.home=/tmp/jenkins-home -Dscan=false" \
1212
./mvnw -s settings.xml -P${PROFILE} clean dependency:list verify -Dsort -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-neo4j -Ddevelocity.storage.directory=/tmp/jenkins-home/.develocity-root

0 commit comments

Comments
 (0)