diff options
Diffstat (limited to 'artifactbroker')
-rw-r--r-- | artifactbroker/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 1ca0581..16fa7c6 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.13.3</version> + <version>2.14.1</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -87,7 +87,12 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.8</version> + <version>2.12.3</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.12.3</version> </dependency> <dependency> <groupId>org.json</groupId> |