Skip to content

Commit 75d96e0

Browse files
committed
bump dependencies and fix junit
1 parent e592163 commit 75d96e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ dependencies {
180180
implementation 'org.zeroturnaround:zt-zip:1.17'
181181
implementation 'org.apache.commons:commons-compress:1.27.1'
182182
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'
184184
implementation 'com.github.dpaukov:combinatoricslib3:3.4.0'
185185
implementation 'us.ihmc:euclid:0.22.3'
186186

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
189189
implementation 'org.apache.logging.log4j:log4j-core:2.24.0' // 2.24.1-3 causes messy output at startup
190190
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0'
191191

@@ -202,7 +202,7 @@ dependencies {
202202

203203
implementation fileTree(dir: 'lib', include: '*.jar')
204204

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'
207207

208208
}

0 commit comments

Comments
 (0)