diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-02-18 12:49:06 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-02-18 12:49:06 +0100 |
commit | d698e8ffffa0f243fe2e0a4b8d7027997a242098 (patch) | |
tree | 57affb71a39359b21413162a25a44a86a5bb4162 /pdf-over-gui | |
parent | 86f1fe8b6621110741df4fddf5fe866ba844e8c7 (diff) | |
download | pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.tar.gz pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.tar.bz2 pdf-over-d698e8ffffa0f243fe2e0a4b8d7027997a242098.zip |
some miscellaneous dependency bumping
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |