diff options
-rw-r--r-- | pdf-over-gui/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 8 |
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> @@ -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> |