Skip to content

Commit

Permalink
[PPP-4893][PPP-5077][PPP-5128][PPP-4407][PPP-4660][PPP-4760][PPP-5043…
Browse files Browse the repository at this point in the history
…][PPP-4967] Karaf upgrade to 4.4.6 and vulnerability fixes
  • Loading branch information
aramos committed Nov 7, 2024
1 parent 8bb57ad commit 2d336cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -519,9 +519,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2d336cb

Please sign in to comment.