Skip to content

Commit f97a878

Browse files
committed
Remedy security risk in osgi example
1 parent 7e59adf commit f97a878

File tree

1 file changed

+5
-5
lines changed
  • examples/osgi/apache-karaf-feature

1 file changed

+5
-5
lines changed

examples/osgi/apache-karaf-feature/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>
1919
<artifactId>jackson-core</artifactId>
20-
<version>2.8.4</version>
20+
<version>2.8.9</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.fasterxml.jackson.core</groupId>
2424
<artifactId>jackson-annotations</artifactId>
25-
<version>2.8.4</version>
25+
<version>2.8.9</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-databind</artifactId>
30-
<version>2.8.4</version>
30+
<version>2.8.9</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.datatype</groupId>
3434
<artifactId>jackson-datatype-jdk8</artifactId>
35-
<version>2.8.4</version>
35+
<version>2.8.9</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.google.guava</groupId>
@@ -91,4 +91,4 @@
9191

9292
</build>
9393

94-
</project>
94+
</project>

0 commit comments

Comments
 (0)