Skip to content

Commit 55a0acd

Browse files
committed
Update dependencies (neo4j#1538)
1 parent 7e34d3e commit 55a0acd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.neo4j.driver</groupId>
77
<artifactId>neo4j-java-driver-parent</artifactId>
8-
<version>5.15-SNAPSHOT</version>
8+
<version>5.17-SNAPSHOT</version>
99

1010
<packaging>pom</packaging>
1111
<name>Neo4j Java Driver Project</name>
@@ -48,6 +48,8 @@
4848
<!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
4949
<testng.version>7.10.2</testng.version>
5050
<jarchivelib.version>1.2.0</jarchivelib.version>
51+
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
52+
<commons-compress.version>1.25.0</commons-compress.version>
5153
<bouncycastle-jdk18on.version>1.78.1</bouncycastle-jdk18on.version>
5254
<logback-classic.version>1.2.12</logback-classic.version>
5355
<jackson.version>2.17.2</jackson.version>
@@ -173,6 +175,12 @@
173175
<version>${jarchivelib.version}</version>
174176
<scope>test</scope>
175177
</dependency>
178+
<dependency>
179+
<groupId>org.apache.commons</groupId>
180+
<artifactId>commons-compress</artifactId>
181+
<version>${commons-compress.version}</version>
182+
<scope>test</scope>
183+
</dependency>
176184
<dependency>
177185
<groupId>org.bouncycastle</groupId>
178186
<artifactId>bcprov-jdk18on</artifactId>
@@ -204,12 +212,6 @@
204212
<type>pom</type>
205213
<scope>import</scope>
206214
</dependency>
207-
<dependency>
208-
<groupId>com.tngtech.archunit</groupId>
209-
<artifactId>archunit-junit5</artifactId>
210-
<version>${archunit-junit5.version}</version>
211-
<scope>test</scope>
212-
</dependency>
213215

214216
<!-- Testkit Backend Dependencies -->
215217
<dependency>

0 commit comments

Comments
 (0)