Browse Source

upgrade woodstox

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916587 13f79535-47bb-0310-9956-ffa450edef68
pull/614/head
PJ Fanning 1 month ago
parent
commit
0e806d485c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -154,7 +154,7 @@ subprojects {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:2.0.12'
force 'com.fasterxml.woodstox:woodstox-core:6.6.1'
force 'com.fasterxml.woodstox:woodstox-core:6.6.2'
}
}
}

Loading…
Cancel
Save