Skip to content

Commit c7381da

Browse files
authored
Update dependencies (#1489)
1 parent 92e7341 commit c7381da

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed

bundle/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
<goals>
7474
<goal>jar</goal>
7575
</goals>
76-
<configuration>
77-
<additionalOptions combine.children="append">
78-
<option>--add-exports org.graalvm.sdk/com.oracle.svm.core.annotate=org.neo4j.driver</option>
79-
</additionalOptions>
80-
</configuration>
8176
</execution>
8277
</executions>
8378
</plugin>

driver/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-compiler-plugin</artifactId>
125-
<configuration>
126-
<compilerArgs combine.children="append">
127-
<arg>--add-exports</arg>
128-
<arg>org.graalvm.sdk/com.oracle.svm.core.annotate=org.neo4j.driver</arg>
129-
</compilerArgs>
130-
</configuration>
131125
</plugin>
132126
<plugin>
133127
<groupId>org.apache.maven.plugins</groupId>
@@ -152,11 +146,6 @@
152146
<plugin>
153147
<groupId>org.apache.maven.plugins</groupId>
154148
<artifactId>maven-javadoc-plugin</artifactId>
155-
<configuration>
156-
<additionalOptions combine.children="append">
157-
<option>--add-exports org.graalvm.sdk/com.oracle.svm.core.annotate=org.neo4j.driver</option>
158-
</additionalOptions>
159-
</configuration>
160149
</plugin>
161150
<plugin>
162151
<groupId>org.apache.maven.plugins</groupId>

driver/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
requires transitive java.logging;
4343
requires transitive org.reactivestreams;
4444
requires static micrometer.core;
45-
requires static org.graalvm.sdk;
45+
requires static org.graalvm.nativeimage;
4646
requires static org.slf4j;
4747
requires static java.management;
4848
requires static reactor.blockhound;

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
<!-- Please note that when updating this dependency -->
3737
<!-- (i.e. due to a security vulnerability or bug) that the -->
3838
<!-- corresponding server dependency also needs updating.-->
39-
<netty-bom.version>4.1.97.Final</netty-bom.version>
39+
<netty-bom.version>4.1.99.Final</netty-bom.version>
4040
<!-- Please note that when updating this dependency -->
4141
<!-- (i.e. due to a security vulnerability or bug) that the -->
4242
<!-- corresponding server dependency also needs updating.-->
43-
<reactor-bom.version>2022.0.10</reactor-bom.version>
43+
<reactor-bom.version>2022.0.11</reactor-bom.version>
4444
<slf4j-api.version>1.7.36</slf4j-api.version>
4545
<hamcrest.version>2.2</hamcrest.version>
4646
<mockito-core.version>5.5.0</mockito-core.version>
@@ -51,11 +51,11 @@
5151
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
5252
<logback-classic.version>1.2.12</logback-classic.version>
5353
<jackson.version>2.15.2</jackson.version>
54-
<lombok.version>1.18.28</lombok.version>
55-
<svm.version>23.0.1</svm.version>
56-
<micrometer.version>1.11.3</micrometer.version>
54+
<lombok.version>1.18.30</lombok.version>
55+
<svm.version>23.1.0</svm.version>
56+
<micrometer.version>1.11.4</micrometer.version>
5757
<blockhound.version>1.0.8.RELEASE</blockhound.version>
58-
<testcontainers.version>1.19.0</testcontainers.version>
58+
<testcontainers.version>1.19.1</testcontainers.version>
5959
<build-resources.version>5.11.0</build-resources.version>
6060
<!-- To be overwritten by child projects -->
6161
<moduleName/>

0 commit comments

Comments
 (0)