File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-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
+ <!-- temporary explicit dependency to ensure testcontainers-bom 1.19.16 works with commons-compress 1.26.0 -->
110
+ <dependency >
111
+ <groupId >commons-codec</groupId >
112
+ <artifactId >commons-codec</artifactId >
113
+ </dependency >
109
114
<dependency >
110
115
<groupId >org.reactivestreams</groupId >
111
116
<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
+ <!-- temporary explicit dependency to ensure testcontainers-bom 1.19.16 works with commons-compress 1.26.0 -->
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
+ <!-- temporary explicit dependency to ensure testcontainers-bom 1.19.16 works with commons-compress 1.26.0 -->
186
+ <dependency >
187
+ <groupId >commons-codec</groupId >
188
+ <artifactId >commons-codec</artifactId >
189
+ <version >${commons-codec.version} </version >
190
+ <scope >test</scope >
191
+ </dependency >
183
192
<dependency >
184
193
<groupId >org.bouncycastle</groupId >
185
194
<artifactId >bcprov-jdk18on</artifactId >
You can’t perform that action at this time.
0 commit comments