diff --git a/LICENSES.txt b/LICENSES.txt index 9a67f07cf..6f2600107 100644 --- a/LICENSES.txt +++ b/LICENSES.txt @@ -222,6 +222,7 @@ Apache-2.0 picocli-4.7.5.jar proto-google-common-protos-2.29.0.jar reactor-core-3.6.2.jar + reactor-core-3.6.3.jar reload4j-1.2.22.jar scala-collection-contrib_2.13-0.3.0.jar scala-library-2.13.11.jar diff --git a/NOTICE.txt b/NOTICE.txt index ec62168bd..458dfa75a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -252,6 +252,7 @@ Apache-2.0 picocli-4.7.5.jar proto-google-common-protos-2.29.0.jar reactor-core-3.6.2.jar + reactor-core-3.6.3.jar reload4j-1.2.22.jar scala-collection-contrib_2.13-0.3.0.jar scala-library-2.13.11.jar diff --git a/test-utils/build.gradle b/test-utils/build.gradle index d0cf4ff8a..6d28c848d 100644 --- a/test-utils/build.gradle +++ b/test-utils/build.gradle @@ -29,7 +29,7 @@ dependencies { api group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2' api group: 'org.neo4j.community', name: 'it-test-support', version: neo4jVersionEffective // , classifier: "tests" api group: 'org.neo4j', name: 'log-test-utils', version: neo4jVersionEffective // , classifier: "tests" - api group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '5.16.0' + api group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '5.18.0' api group: 'org.apache.hadoop', name: 'hadoop-hdfs', version: '3.3.6', withoutServers.andThen(withoutLoggers) // If updated check if the transitive dependency to javax.servlet.jsp:jsp-api:2.1 has also updated // and remove the manual licensing check for it in licenses-3rdparties.gradle