Skip to content

Commit

Permalink
upgrade commons-io (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 1, 2023
1 parent dc166e3 commit d4e5e99
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 @@ -18,7 +18,7 @@ sonarqube {
}

group = 'com.github.pjfanning'
version = '4.2.0'
version = '4.2.1-SNAPSHOT'

sourceCompatibility = 1.8

Expand All @@ -31,7 +31,7 @@ dependencies {
api 'org.apache.poi:poi-ooxml:5.2.4'
implementation 'com.github.pjfanning:poi-shared-strings:2.7.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'commons-io:commons-io:2.13.0'
implementation 'commons-io:commons-io:2.14.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
testImplementation 'org.mockito:mockito-core:4.11.0'
Expand Down

0 comments on commit d4e5e99

Please sign in to comment.