File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ dependencies {
173
173
implementation ' org.apache.commons:commons-lang3:3.17.0'
174
174
implementation ' org.apache.commons:commons-math3:3.6.1'
175
175
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'
177
177
implementation ' com.google.code.gson:gson:2.11.0'
178
178
implementation ' com.univocity:univocity-parsers:2.9.1' // csv parser
179
179
implementation ' org.apache.commons:commons-csv:1.12.0'
@@ -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.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 '
207
207
208
208
}
You can’t perform that action at this time.
0 commit comments