summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-02-18 12:49:06 +0100
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-02-18 12:49:06 +0100
commitd698e8ffffa0f243fe2e0a4b8d7027997a242098 (patch)
tree57affb71a39359b21413162a25a44a86a5bb4162 /pom.xml
parent86f1fe8b6621110741df4fddf5fe866ba844e8c7 (diff)
downloadpdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.tar.gz
pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.tar.bz2
pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.zip
some miscellaneous dependency bumping
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 07d071b3..efe885f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,8 +133,8 @@
<groupId>org.apache.maven.plugins</groupId>
<version>3.7.0</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>11</source>
+ <target>8</target>
<verbose>true</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
@@ -168,7 +168,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.6</version>
+ <version>1.15</version>
</dependency>
<!-- <dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -188,7 +188,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>