Skip to content

Commit 081f1d5

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

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +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>
28+
<surefire.and.failsafe.version>3.5.3</surefire.and.failsafe.version>
2929
<surefire.jpms.args/>
3030
<failsafe.parallelizable.jpms.args/>
3131
<!-- Skip deployment by default for everything in this project. -->
@@ -37,15 +37,15 @@
3737
<!-- Please note that when updating this dependency -->
3838
<!-- (i.e. due to a security vulnerability or bug) that the -->
3939
<!-- corresponding server dependency also needs updating.-->
40-
<netty-bom.version>4.1.119.Final</netty-bom.version>
40+
<netty-bom.version>4.1.120.Final</netty-bom.version>
4141
<!-- Please note that when updating this dependency -->
4242
<!-- (i.e. due to a security vulnerability or bug) that the -->
4343
<!-- corresponding server dependency also needs updating.-->
44-
<reactor-bom.version>2023.0.16</reactor-bom.version>
44+
<reactor-bom.version>2023.0.17</reactor-bom.version>
4545
<slf4j-api.version>1.7.36</slf4j-api.version>
4646
<hamcrest.version>3.0</hamcrest.version>
47-
<mockito-core.version>5.16.1</mockito-core.version>
48-
<junit.version>5.11.4</junit.version>
47+
<mockito-core.version>5.17.0</mockito-core.version>
48+
<junit.version>5.12.2</junit.version>
4949
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
5050
<testng.version>7.11.0</testng.version>
5151
<jarchivelib.version>1.2.0</jarchivelib.version>
@@ -56,9 +56,9 @@
5656
<bouncycastle-jdk18on.version>1.80</bouncycastle-jdk18on.version>
5757
<logback-classic.version>1.2.13</logback-classic.version>
5858
<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>
59+
<lombok.version>1.18.38</lombok.version>
60+
<svm.version>24.2.1</svm.version>
61+
<micrometer.version>1.14.6</micrometer.version>
6262
<blockhound.version>1.0.11.RELEASE</blockhound.version>
6363
<testcontainers.version>1.20.6</testcontainers.version>
6464
<build-resources.version>2024-12.1</build-resources.version>

0 commit comments

Comments
 (0)