diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 2303e15a..3ab40226 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
web-eid-springboot-example:
- image: web-eid-springboot-example:3.1.1
+ image: web-eid-springboot-example:3.2.0
restart: always
environment:
JAVA_TOOL_OPTIONS: '-Dspring.profiles.active=prod'
diff --git a/example/pom.xml b/example/pom.xml
index 55bb5092..b50adcec 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -5,12 +5,12 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.4
+ 3.5.3
eu.webeid.example
web-eid-springboot-example
- 3.1.1
+ 3.2.0
web-eid-springboot-example
Example Spring Boot application that demonstrates how to use Web eID for authentication and digital
signing
@@ -18,11 +18,11 @@
17
- 3.5.2
- 3.1.1
- 6.0.0
- 1.44
- 3.4.5
+ 3.5.3
+ 3.2.0
+ 6.0.1
+ 1.44
+ 3.4.6