Skip to content

Commit

Permalink
prep 4.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 25, 2023
1 parent 5cd8196 commit 27b5a5f
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 @@ -18,7 +18,7 @@ sonarqube {
}

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

sourceCompatibility = 1.8

Expand All @@ -29,14 +29,14 @@ repositories {
dependencies {
api 'org.apache.poi:poi:5.2.5'
api 'org.apache.poi:poi-ooxml:5.2.5'
implementation 'com.github.pjfanning:poi-shared-strings:2.7.0'
implementation 'com.github.pjfanning:poi-shared-strings:2.7.1'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'commons-io:commons-io:2.15.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
testImplementation 'org.mockito:mockito-core:4.11.0'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.0'
}

test {
Expand Down

0 comments on commit 27b5a5f

Please sign in to comment.