File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 49
49
<testng .version>7.9.0</testng .version>
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
- <commons-compress .version>1.25.0</commons-compress .version>
52
+ <commons-compress .version>1.26.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.77</bouncycastle-jdk18on .version>
54
56
<logback-classic .version>1.2.13</logback-classic .version>
55
57
<jackson .version>2.16.1</jackson .version>
180
182
<version >${commons-compress.version} </version >
181
183
<scope >test</scope >
182
184
</dependency >
185
+ <dependency >
186
+ <groupId >commons-codec</groupId >
187
+ <artifactId >commons-codec</artifactId >
188
+ <version >${commons-codec.version} </version >
189
+ <scope >test</scope >
190
+ </dependency >
183
191
<dependency >
184
192
<groupId >org.bouncycastle</groupId >
185
193
<artifactId >bcprov-jdk18on</artifactId >
You can’t perform that action at this time.
0 commit comments