Skip to content

Commit b559dab

Browse files
committed
build(deps): Update dependencies
1 parent 7698a73 commit b559dab

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

driver/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<rootDir>${project.basedir}/..</rootDir>
2121
<api.classes.directory>${basedir}/target/classes-without-jpms</api.classes.directory>
2222
<maven.compiler.xlint.extras>,-try</maven.compiler.xlint.extras>
23-
<surefire.jpms.args>--add-opens org.neo4j.driver/org.neo4j.bolt.connection.netty.impl.util.messaging=ALL-UNNAMED</surefire.jpms.args>
2423
<failsafe.parallelizable.jpms.args>--add-opens org.neo4j.driver/org.neo4j.driver.internal.util=ALL-UNNAMED --add-opens org.neo4j.driver/org.neo4j.driver.internal.async=ALL-UNNAMED</failsafe.parallelizable.jpms.args>
2524
<blockhound.tag>blockHoundTest</blockhound.tag>
2625
<maven.deploy.skip>false</maven.deploy.skip>

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
<parallelizable.it.forkCount>2</parallelizable.it.forkCount>
2626
<!-- All tests tagged are to be executed in parallel -->
2727
<parallelizable.it.tags>parallelizableIT</parallelizable.it.tags>
28-
<surefire.and.failsafe.version>3.1.2</surefire.and.failsafe.version>
29-
<surefire.jpms.args/>
28+
<surefire.and.failsafe.version>3.5.3</surefire.and.failsafe.version>
3029
<failsafe.parallelizable.jpms.args/>
3130
<!-- Skip deployment by default for everything in this project. -->
3231
<maven.deploy.skip>true</maven.deploy.skip>
@@ -37,15 +36,15 @@
3736
<!-- Please note that when updating this dependency -->
3837
<!-- (i.e. due to a security vulnerability or bug) that the -->
3938
<!-- corresponding server dependency also needs updating.-->
40-
<netty-bom.version>4.1.119.Final</netty-bom.version>
39+
<netty-bom.version>4.1.120.Final</netty-bom.version>
4140
<!-- Please note that when updating this dependency -->
4241
<!-- (i.e. due to a security vulnerability or bug) that the -->
4342
<!-- corresponding server dependency also needs updating.-->
44-
<reactor-bom.version>2023.0.16</reactor-bom.version>
43+
<reactor-bom.version>2023.0.17</reactor-bom.version>
4544
<slf4j-api.version>1.7.36</slf4j-api.version>
4645
<hamcrest.version>3.0</hamcrest.version>
47-
<mockito-core.version>5.16.1</mockito-core.version>
48-
<junit.version>5.11.4</junit.version>
46+
<mockito-core.version>5.17.0</mockito-core.version>
47+
<junit.version>5.12.2</junit.version>
4948
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
5049
<testng.version>7.11.0</testng.version>
5150
<jarchivelib.version>1.2.0</jarchivelib.version>
@@ -56,9 +55,9 @@
5655
<bouncycastle-jdk18on.version>1.80</bouncycastle-jdk18on.version>
5756
<logback-classic.version>1.2.13</logback-classic.version>
5857
<jackson.version>2.18.3</jackson.version>
59-
<lombok.version>1.18.36</lombok.version>
60-
<svm.version>24.1.2</svm.version>
61-
<micrometer.version>1.13.12</micrometer.version>
58+
<lombok.version>1.18.38</lombok.version>
59+
<svm.version>24.2.1</svm.version>
60+
<micrometer.version>1.14.6</micrometer.version>
6261
<blockhound.version>1.0.11.RELEASE</blockhound.version>
6362
<testcontainers.version>1.20.6</testcontainers.version>
6463
<build-resources.version>2024-12.1</build-resources.version>
@@ -312,7 +311,6 @@
312311
<artifactId>maven-surefire-plugin</artifactId>
313312
<version>${surefire.and.failsafe.version}</version>
314313
<configuration>
315-
<argLine>${surefire.jpms.args}</argLine>
316314
<trimStackTrace>false</trimStackTrace>
317315
<classpathDependencyExcludes>
318316
<classpathDependencyExclude>org.graalvm.nativeimage:svm</classpathDependencyExclude>

0 commit comments

Comments
 (0)