File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments