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 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.4.4 </version >
8+ <version >3.5.3 </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.1 </version >
13+ <version >3.2.0 </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.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>
2626 </properties >
2727
2828 <dependencies >
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ export WEBEID_DIR='web-eid/web-eid-springboot-example'
1212export WEBEID_DIR=' web-eid/test-web-eid-springboot-example'
1313
1414. venv/bin/activate
15- fab -e -H ${SERVER_USER} @${SERVER_ADDRESS} :${SERVER_PORT} " $@ "
15+ ~ /.local/bin/ fab -e -H ${SERVER_USER} @${SERVER_ADDRESS} :${SERVER_PORT} " $@ "
You can’t perform that action at this time.
0 commit comments