File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 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 >
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>
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 >
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 >
You can’t perform that action at this time.
0 commit comments