diff options
Diffstat (limited to 'dcaedt_catalog/commons/pom.xml')
-rw-r--r-- | dcaedt_catalog/commons/pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dcaedt_catalog/commons/pom.xml b/dcaedt_catalog/commons/pom.xml index 6da23c2..e783d33 100644 --- a/dcaedt_catalog/commons/pom.xml +++ b/dcaedt_catalog/commons/pom.xml @@ -75,12 +75,12 @@ </configuration> </plugin> </plugins> - </build> - <dependencies> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpasyncclient</artifactId> - <version>4.1</version> + </build> + <dependencies> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpasyncclient</artifactId> + <version>4.1.4</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -93,9 +93,9 @@ <version>1.3</version> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.9.3</version> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.9.3</version> </dependency> <dependency> <groupId>commons-jxpath</groupId> @@ -105,7 +105,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>20.0</version> </dependency> <dependency> <groupId>org.yaml</groupId> @@ -115,7 +115,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20160212</version> + <version>20160810</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> @@ -132,7 +132,7 @@ <artifactId>spring-web</artifactId> <version>5.0.9.RELEASE</version> </dependency> - </dependencies> + </dependencies> <properties> <sonar.skip>true</sonar.skip> </properties> |