Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit bcb9c42

Browse files
committed
Bump version to 3.1.1, update dependencies
WE2-1072 Signed-off-by: Mart Somermaa <[email protected]>
1 parent 653c296 commit bcb9c42

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
web-eid-springboot-example:
4-
image: web-eid-springboot-example:3.1.0
4+
image: web-eid-springboot-example:3.1.1
55
restart: always
66
environment:
77
JAVA_TOOL_OPTIONS: '-Dspring.profiles.active=prod'

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.4.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>eu.webeid.example</groupId>
1212
<artifactId>web-eid-springboot-example</artifactId>
13-
<version>3.1.0</version>
13+
<version>3.1.1</version>
1414
<name>web-eid-springboot-example</name>
1515
<description>Example Spring Boot application that demonstrates how to use Web eID for authentication and digital
1616
signing
1717
</description>
1818

1919
<properties>
2020
<java.version>17</java.version>
21-
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
22-
<webeid.version>3.1.0</webeid.version>
23-
<digidoc4j.version>5.3.1</digidoc4j.version>
21+
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
22+
<webeid.version>3.1.1</webeid.version>
23+
<digidoc4j.version>6.0.0</digidoc4j.version>
2424
<jmockit.version>1.44</jmockit.version>
25-
<jib.version>3.4.2</jib.version>
25+
<jib.version>3.4.5</jib.version>
2626
</properties>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)