summaryrefslogtreecommitdiff
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
parent86f1fe8b6621110741df4fddf5fe866ba844e8c7 (diff)
downloadpdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.tar.gz
pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.tar.bz2
pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.zip
some miscellaneous dependency bumping
-rw-r--r--pdf-over-gui/pom.xml4
-rw-r--r--pom.xml8
2 files changed, 6 insertions, 6 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 9d5e50b4..6682ab98 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -55,12 +55,12 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.2</version>
+ <version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.11.3</version>
+ <version>1.14.3</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
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>