Skip to content

Commit

Permalink
poi 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 28, 2023
1 parent df7a953 commit 9854477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ repositories {
}

dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'com.h2database:h2:2.2.224'
implementation 'org.apache.poi:poi-ooxml:5.2.3'
implementation 'org.apache.poi:poi:5.2.3'
implementation 'org.apache.poi:poi-ooxml:5.2.4'
implementation 'org.apache.poi:poi:5.2.4'
implementation 'org.apache.xmlbeans:xmlbeans:5.1.1'
implementation 'org.apache.commons:commons-text:1.10.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
testImplementation 'commons-io:commons-io:2.13.0'
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.36'
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.18.0'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.20.0'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 9854477

Please sign in to comment.