File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ dependencies {
180
180
implementation ' org.zeroturnaround:zt-zip:1.17'
181
181
implementation ' org.apache.commons:commons-compress:1.27.1'
182
182
implementation ' org.tukaani:xz:1.10'
183
- implementation ' com.github.luben:zstd-jni:1.5.6-10 '
183
+ implementation ' com.github.luben:zstd-jni:1.5.7-1 '
184
184
implementation ' com.github.dpaukov:combinatoricslib3:3.4.0'
185
185
implementation ' us.ihmc:euclid:0.22.3'
186
186
187
- implementation ' org.slf4j:slf4j-api:2.0.16 '
188
- implementation ' org.slf4j:jul-to-slf4j:2.0.16 ' // for netlib logging messages
187
+ implementation ' org.slf4j:slf4j-api:2.0.17 '
188
+ implementation ' org.slf4j:jul-to-slf4j:2.0.17 ' // for netlib logging messages
189
189
implementation ' org.apache.logging.log4j:log4j-core:2.24.0' // 2.24.1-3 causes messy output at startup
190
190
implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0'
191
191
@@ -202,7 +202,7 @@ dependencies {
202
202
203
203
implementation fileTree(dir : ' lib' , include : ' *.jar' )
204
204
205
- testImplementation ' org.junit.jupiter:junit-jupiter-engine :5.11.4'
206
- testRuntimeOnly ' org.junit.jupiter :junit-jupiter-engine:5.11.4 '
205
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 ' // 5. 11.4
206
+ testRuntimeOnly ' org.junit.platform :junit-platform-launcher '
207
207
208
208
}
You can’t perform that action at this time.
0 commit comments