Upgrade to Neo4j Java Driver 5.26.2

Closes gh-43132
This commit is contained in:
Stéphane Nicoll
2024-11-13 09:16:26 +09:00
parent 5b72231a84
commit 9fb7077402
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -66,7 +66,7 @@ class Neo4jPropertiesTests {
}
private static void assertDuration(Duration duration, long expectedValueInMillis) {
if (expectedValueInMillis == org.neo4j.driver.internal.async.pool.PoolSettings.NOT_CONFIGURED) {
if (expectedValueInMillis == -1) {
assertThat(duration).isNull();
}
else {

View File

@@ -1509,7 +1509,7 @@ bom {
]
}
}
library("Neo4j Java Driver", "5.26.0") {
library("Neo4j Java Driver", "5.26.2") {
alignWith {
version {
from "org.springframework.data:spring-data-neo4j"