Skip to content

Commit 6827b24

Browse files
committed
bump dependencies
1 parent b88fdd7 commit 6827b24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ dependencies {
173173
implementation 'org.apache.commons:commons-lang3:3.17.0'
174174
implementation 'org.apache.commons:commons-math3:3.6.1'
175175
implementation 'commons-io:commons-io:2.17.0'
176-
implementation 'com.google.guava:guava:33.3.0-jre'
176+
implementation 'com.google.guava:guava:33.3.1-jre'
177177
implementation 'com.google.code.gson:gson:2.11.0'
178178
implementation 'com.univocity:univocity-parsers:2.9.1' // csv parser
179-
implementation 'org.apache.commons:commons-csv:1.11.0'
179+
implementation 'org.apache.commons:commons-csv:1.12.0'
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-5'
183+
implementation 'com.github.luben:zstd-jni:1.5.6-6'
184184
implementation 'com.github.dpaukov:combinatoricslib3:3.4.0'
185185
implementation 'us.ihmc:euclid:0.21.0'
186186

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

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

205-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
206-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
205+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
206+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
207207

208208
}

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)