Skip to content

Commit ab9bed3

Browse files
committed
build(deps): bump bouncycastle, jackson, slf4j, junit, assertj, mockito versions
WE2-820 Signed-off-by: Mart Somermaa <[email protected]>
1 parent 00e4ecd commit ab9bed3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>authtoken-validation</artifactId>
77
<groupId>org.webeid.security</groupId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>authtoken-validation</name>
1111
<description>Web eID authentication token validation library for Java</description>
@@ -15,12 +15,12 @@
1515
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
1616
<java.version>11</java.version>
1717
<jjwt.version>0.11.5</jjwt.version>
18-
<jackson.version>2.13.4.2</jackson.version>
19-
<slf4j.version>1.7.36</slf4j.version>
20-
<bouncycastle.version>1.70</bouncycastle.version>
21-
<junit-jupiter.version>5.8.2</junit-jupiter.version>
22-
<assertj.version>3.23.1</assertj.version>
23-
<mockito.version>4.6.1</mockito.version>
18+
<bouncycastle.version>1.76</bouncycastle.version>
19+
<jackson.version>2.15.2</jackson.version>
20+
<slf4j.version>2.0.5</slf4j.version>
21+
<junit-jupiter.version>5.9.2</junit-jupiter.version>
22+
<assertj.version>3.24.2</assertj.version>
23+
<mockito.version>5.2.0</mockito.version>
2424
<jacoco.version>0.8.5</jacoco.version>
2525
<sonar.coverage.jacoco.xmlReportPaths>
2626
${project.basedir}/../jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml
@@ -55,12 +55,12 @@
5555
</dependency>
5656
<dependency>
5757
<groupId>org.bouncycastle</groupId>
58-
<artifactId>bcprov-jdk15on</artifactId>
58+
<artifactId>bcprov-jdk18on</artifactId>
5959
<version>${bouncycastle.version}</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.bouncycastle</groupId>
63-
<artifactId>bcpkix-jdk15on</artifactId>
63+
<artifactId>bcpkix-jdk18on</artifactId>
6464
<version>${bouncycastle.version}</version>
6565
</dependency>
6666

0 commit comments

Comments
 (0)