diff options
Diffstat (limited to 'dcaedt_catalog/db')
-rw-r--r-- | dcaedt_catalog/db/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dcaedt_catalog/db/pom.xml b/dcaedt_catalog/db/pom.xml index 2870d04..1c92e6e 100644 --- a/dcaedt_catalog/db/pom.xml +++ b/dcaedt_catalog/db/pom.xml @@ -128,7 +128,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>20.0</version> </dependency> <dependency> <groupId>org.yaml</groupId> @@ -138,14 +138,14 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20160212</version> + <version>20160810</version> </dependency> <dependency> - <groupId>com.github.wnameless</groupId> - <artifactId>json-flattener</artifactId> - <version>0.2.2</version> + <groupId>com.github.wnameless</groupId> + <artifactId>json-flattener</artifactId> + <version>0.2.2</version> </dependency> - </dependencies> + </dependencies> <properties> <sonar.skip>true</sonar.skip> </properties> |