Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/com.puppycrawl…
Browse files Browse the repository at this point in the history
….tools-checkstyle-9.0.1' into dependabot/gradle/com.puppycrawl.tools-checkstyle-9.0.1

# Conflicts:
#	build.gradle
  • Loading branch information
AntonOellerer committed Oct 4, 2021
2 parents c401c25 + 71810d4 commit d72331d
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 @@ -7,7 +7,7 @@ plugins {
}

group 'com.docu-tools'
version = '1.2.1'
version = '1.2.3'

sourceCompatibility = 17
targetCompatibility = 17
Expand All @@ -33,7 +33,7 @@ dependencies {
implementation("org.apache.poi:poi-ooxml-lite:$apachePOIVersion")

implementation("com.google.code.gson:gson:2.8.8")
implementation("org.apache.tika:tika-core:1.26")
implementation("org.apache.tika:tika-core:2.1.0")

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.1'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.1'
Expand Down

0 comments on commit d72331d

Please sign in to comment.