Update dependencies

pull/91/head
Richard Körber 2020-06-02 12:50:27 +02:00
parent b32f03b23a
commit 8de55cdd9b
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
2 changed files with 9 additions and 9 deletions

View File

@ -53,7 +53,7 @@
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId> <artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version> <version>${bouncycastle.version}.01</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>

16
pom.xml
View File

@ -51,10 +51,10 @@
</developers> </developers>
<properties> <properties>
<bouncycastle.version>1.64</bouncycastle.version> <bouncycastle.version>1.65</bouncycastle.version>
<httpclient.version>4.5.10</httpclient.version> <httpclient.version>4.5.12</httpclient.version>
<jose4j.version>0.7.0</jose4j.version> <jose4j.version>0.7.1</jose4j.version>
<slf4j.version>1.7.29</slf4j.version> <slf4j.version>1.7.30</slf4j.version>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
</properties> </properties>
@ -185,13 +185,13 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>4.13</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId> <artifactId>hamcrest</artifactId>
<version>2.1</version> <version>2.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@ -204,13 +204,13 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>2.23.4</version> <version>3.3.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.awaitility</groupId> <groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId> <artifactId>awaitility</artifactId>
<version>3.1.5</version> <version>4.0.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>