Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Dec 19, 2024
1 parent 7b0b7a0 commit c9590f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'commons-io:commons-io:2.18.0'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'com.google.guava:guava:33.4.0-jre'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.univocity:univocity-parsers:2.9.1' // csv parser
implementation 'org.apache.commons:commons-csv:1.12.0'
Expand Down Expand Up @@ -202,7 +202,7 @@ dependencies {

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

testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

}

0 comments on commit c9590f8

Please sign in to comment.