We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134cfef commit cb911f8Copy full SHA for cb911f8
example/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.5.3</version>
+ <version>3.5.10</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>eu.webeid.example</groupId>
@@ -22,7 +22,7 @@
22
<webeid.version>3.2.0</webeid.version>
23
<digidoc4j.version>6.1.0</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>
+ <jib.version>3.5.1</jib.version>
26
</properties>
27
28
<dependencies>
0 commit comments