Skip to content

Commit

Permalink
Update commons-lang3, JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Aug 2, 2024
1 parent 9052fc6 commit 46fb8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configurations {
}

dependencies {
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-lang3:3.15.0'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.dstadler:commons-dost:1.3.4'

Expand All @@ -57,7 +57,7 @@ dependencies {
api 'dumbster:dumbster:1.6'

// for TestHelpers we need junit during normal compile...
implementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

testImplementation 'org.apache.commons:commons-email:1.5'
testImplementation 'com.sun.activation:javax.activation:1.2.0' // needed for JDK 11
Expand Down

0 comments on commit 46fb8d3

Please sign in to comment.