Skip to content
Snippets Groups Projects
Commit 67b9c6b9 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

update Apache CXF to version 4.0.5

fixes a transitive vulnerability
parent 3a8928c5
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<properties> <properties>
<!-- build versions --> <!-- build versions -->
<cxf.version>4.0.3</cxf.version> <cxf.version>4.0.5</cxf.version>
<cxf-xjc.version>4.0.0</cxf-xjc.version> <cxf-xjc.version>4.0.0</cxf-xjc.version>
<jsr305.version>3.0.2</jsr305.version> <jsr305.version>3.0.2</jsr305.version>
...@@ -96,25 +96,25 @@ ...@@ -96,25 +96,25 @@
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Test --> <!-- Test -->
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.apache.commons</groupId>
<artifactId>mockito-core</artifactId> <artifactId>commons-collections4</artifactId>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.assertj</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>assertj-core</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>commons-collections4</artifactId> <artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>mockito-junit-jupiter</artifactId> <artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
...@@ -123,10 +123,21 @@ ...@@ -123,10 +123,21 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.assertj</groupId> <groupId>org.mockito</groupId>
<artifactId>assertj-core</artifactId> <artifactId>mockito-core</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment