Skip to content

Commit acfaf0e

Browse files
authored
Bump version to 3.1.0 (#62)
WE2-884 Signed-off-by: Mart Somermaa <[email protected]> Co-authored-by: Mart Somermaa <[email protected]>
1 parent b3acfde commit acfaf0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following lines to Maven `pom.xml` to include the Web eID authentication
2525
<dependency>
2626
<groupId>org.webeid.security</groupId>
2727
<artifactId>authtoken-validation</artifactId>
28-
<version>3.0.1</version>
28+
<version>3.1.0</version>
2929
</dependency>
3030
</dependencies>
3131

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>authtoken-validation</artifactId>
77
<groupId>org.webeid.security</groupId>
8-
<version>3.0.2-SNAPSHOT</version>
8+
<version>3.1.0</version>
99
<packaging>jar</packaging>
1010
<name>authtoken-validation</name>
1111
<description>Web eID authentication token validation library for Java</description>
1212

1313
<properties>
1414
<java.version>11</java.version>
1515
<jjwt.version>0.12.5</jjwt.version>
16-
<bouncycastle.version>1.78</bouncycastle.version>
17-
<jackson.version>2.17.0</jackson.version>
16+
<bouncycastle.version>1.78.1</bouncycastle.version>
17+
<jackson.version>2.17.1</jackson.version>
1818
<slf4j.version>2.0.9</slf4j.version>
1919
<junit-jupiter.version>5.10.2</junit-jupiter.version>
2020
<assertj.version>3.25.3</assertj.version>
21-
<mockito.version>5.11.0</mockito.version>
21+
<mockito.version>5.12.0</mockito.version>
2222
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
2323
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
2424
<maven-javadoc-plugin.version>3.6.2</maven-javadoc-plugin.version>

0 commit comments

Comments
 (0)