Skip to content

Commit

Permalink
[NOID] Bump driver version (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif authored Oct 24, 2023
1 parent 36e649d commit 2584902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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: '4.0.0'
api group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '4.4.12'
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
Expand Down

0 comments on commit 2584902

Please sign in to comment.