Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/roboconf-target-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.4</version>
<version>2.12.1</version>
</dependency>

<!-- Fix class path errors for Docker-Java -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.4</version>
<version>2.12.1</version>
</dependency>

<!-- Use the one in Karaf -->
Expand Down
2 changes: 1 addition & 1 deletion core/roboconf-target-iaas-ec2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.3.0</version>
<version>2.12.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- Properties and other things... -->
<properties>
<jersey.stack.version>1.18.2</jersey.stack.version>
<jackson.stack.version>2.3.1</jackson.stack.version>
<jackson.stack.version>2.12.1</jackson.stack.version>
<karaf.version>4.0.9</karaf.version>
<ipojo.version>1.12.1</ipojo.version>
<jclouds.version>1.8.1</jclouds.version>
Expand Down