File tree Expand file tree Collapse file tree 7 files changed +24
-6
lines changed Expand file tree Collapse file tree 7 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
9
<groupId >org.neo4j.driver</groupId >
10
- <version >5.15 -SNAPSHOT</version >
10
+ <version >5.17 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >benchkit-backend</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.neo4j.driver</groupId >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
- <version >5.15 -SNAPSHOT</version >
9
+ <version >5.17 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.neo4j.driver</groupId >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
- <version >5.15 -SNAPSHOT</version >
9
+ <version >5.17 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >neo4j-java-driver</artifactId >
106
106
<artifactId >neo4j</artifactId >
107
107
<scope >test</scope >
108
108
</dependency >
109
+ <dependency >
110
+ <groupId >commons-codec</groupId >
111
+ <artifactId >commons-codec</artifactId >
112
+ </dependency >
109
113
<dependency >
110
114
<groupId >org.reactivestreams</groupId >
111
115
<artifactId >reactive-streams-tck</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.neo4j.driver</groupId >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
- <version >5.15 -SNAPSHOT</version >
9
+ <version >5.17 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<groupId >org.neo4j.doc.driver</groupId >
Original file line number Diff line number Diff line change 50
50
<jarchivelib .version>1.2.0</jarchivelib .version>
51
51
<!-- supply a newer version than the one supplied by the jarchivelib 1.2.0 -->
52
52
<commons-compress .version>1.25.0</commons-compress .version>
53
+ <!-- an optional dependency of commons-compress used by TarArchiveOutputStream -->
54
+ <commons-codec .version>1.16.1</commons-codec .version>
53
55
<bouncycastle-jdk18on .version>1.78.1</bouncycastle-jdk18on .version>
54
56
<logback-classic .version>1.2.12</logback-classic .version>
55
57
<jackson .version>2.17.2</jackson .version>
181
183
<version >${commons-compress.version} </version >
182
184
<scope >test</scope >
183
185
</dependency >
186
+ <dependency >
187
+ <groupId >commons-codec</groupId >
188
+ <artifactId >commons-codec</artifactId >
189
+ <version >${commons-codec.version} </version >
190
+ <scope >test</scope >
191
+ </dependency >
184
192
<dependency >
185
193
<groupId >org.bouncycastle</groupId >
186
194
<artifactId >bcprov-jdk18on</artifactId >
212
220
<type >pom</type >
213
221
<scope >import</scope >
214
222
</dependency >
223
+ <dependency >
224
+ <groupId >com.tngtech.archunit</groupId >
225
+ <artifactId >archunit-junit5</artifactId >
226
+ <version >${archunit-junit5.version} </version >
227
+ <scope >test</scope >
228
+ </dependency >
215
229
216
230
<!-- Testkit Backend Dependencies -->
217
231
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
9
<groupId >org.neo4j.driver</groupId >
10
- <version >5.15 -SNAPSHOT</version >
10
+ <version >5.17 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >testkit-backend</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.neo4j.driver</groupId >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
- <version >5.15 -SNAPSHOT</version >
9
+ <version >5.17 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
You can’t perform that action at this time.
0 commit comments