Skip to content

Commit c9590f8

Browse files
committed
bump dependencies
1 parent 7b0b7a0 commit c9590f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ 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.18.0'
176-
implementation 'com.google.guava:guava:33.3.1-jre'
176+
implementation 'com.google.guava:guava:33.4.0-jre'
177177
implementation 'com.google.code.gson:gson:2.11.0'
178178
implementation 'com.univocity:univocity-parsers:2.9.1' // csv parser
179179
implementation 'org.apache.commons:commons-csv:1.12.0'
@@ -202,7 +202,7 @@ dependencies {
202202

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

205-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
206-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
205+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
206+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
207207

208208
}

0 commit comments

Comments
 (0)