File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 2'
2
2
services :
3
3
web-eid-springboot-example :
4
- image : web-eid-springboot-example:3.1.1
4
+ image : web-eid-springboot-example:3.2.0
5
5
restart : always
6
6
environment :
7
7
JAVA_TOOL_OPTIONS : ' -Dspring.profiles.active=prod'
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.4 </version >
8
+ <version >3.5.3 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >eu.webeid.example</groupId >
12
12
<artifactId >web-eid-springboot-example</artifactId >
13
- <version >3.1.1 </version >
13
+ <version >3.2.0 </version >
14
14
<name >web-eid-springboot-example</name >
15
15
<description >Example Spring Boot application that demonstrates how to use Web eID for authentication and digital
16
16
signing
17
17
</description >
18
18
19
19
<properties >
20
20
<java .version>17</java .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>
24
- <jmockit .version>1.44</jmockit .version>
25
- <jib .version>3.4.5 </jib .version>
21
+ <maven-surefire-plugin .version>3.5.3 </maven-surefire-plugin .version>
22
+ <webeid .version>3.2.0 </webeid .version>
23
+ <digidoc4j .version>6.0.1 </digidoc4j .version>
24
+ <jmockit .version>1.44</jmockit .version> <!-- Keep version 1.44, otherwise mocking will fail. -->
25
+ <jib .version>3.4.6 </jib .version>
26
26
</properties >
27
27
28
28
<dependencies >
You can’t perform that action at this time.
0 commit comments