Skip to content

Commit

Permalink
EPA-167: Bumped dependencies (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva authored Nov 12, 2024
1 parent 83a9941 commit 0b5b8a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
<version-maven-plugin.version>2.17.1</version-maven-plugin.version>

<mockito.version>4.8.0</mockito.version>
<junit.version>5.8.2</junit.version>
<slf4j.version>2.0.7</slf4j.version>
<mockito.version>5.14.2</mockito.version>
<junit5.version>5.11.3</junit5.version>
<slf4j.version>2.0.16</slf4j.version>
<apache-cxf.version>4.0.5</apache-cxf.version>
</properties>

Expand Down Expand Up @@ -112,15 +112,15 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.14</version>
<version>${slf4j.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.78.1</version>
<version>1.79</version>
</dependency>

<dependency>
Expand All @@ -132,7 +132,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.3</version>
<version>${junit5.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -144,7 +144,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.12.0</version>
<version>${mockito.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 0b5b8a3

Please sign in to comment.