Skip to content

Commit

Permalink
Merge pull request #912 from cherylking/bumpCommonsIO
Browse files Browse the repository at this point in the history
update commons-io version
  • Loading branch information
cherylking authored Oct 3, 2024
2 parents bd046d6 + 514a80c commit ab5ea67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation localGroovy()
implementation ("io.openliberty.tools:liberty-ant-tasks:$libertyAntVersion")
implementation ("io.openliberty.tools:ci.common:$libertyCommonVersion")
implementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.14.0'
provided group: 'com.ibm.websphere.appserver.spi', name: 'com.ibm.websphere.appserver.spi.kernel.embeddable', version: '1.0.0'
testImplementation 'junit:junit:4.13.1'
testImplementation gradleTestKit()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'war'
jar.enabled = false
description = 'WAR Module'
dependencies {
implementation group: 'commons-io', name: 'commons-io', version: '2.8.0', transitive:true
implementation group: 'commons-io', name: 'commons-io', version: '2.14.0', transitive:true
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
providedCompile group: 'javax', name: 'javaee-api', version:'7.0'
providedCompile project(':SampleEJB')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'war'
jar.enabled = false
description = 'WAR Module'
dependencies {
implementation group: 'commons-io', name: 'commons-io', version: '2.8.0', transitive:true
implementation group: 'commons-io', name: 'commons-io', version: '2.14.0', transitive:true
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
providedCompile group: 'javax', name: 'javaee-api', version:'7.0'
providedCompile project(':SampleEJB')
Expand Down

0 comments on commit ab5ea67

Please sign in to comment.