Upgrade to Neo4j Java Driver 5.26.2
Closes gh-43132
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user