diff options
Diffstat (limited to 'maven/poi.pom')
-rw-r--r-- | maven/poi.pom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index 6f2c4243ab..7c1b4cf84f 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -62,7 +62,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.3</version> + <version>1.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> @@ -76,7 +76,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.9</version> + <version>1.10</version> </dependency> <dependency> |