We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad762f1 commit 9705bc3Copy full SHA for 9705bc3
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>shared-resources</artifactId>
14
- <version>4.0.0</version>
+ <version>4.0.1</version>
15
<packaging>jar</packaging>
16
17
<name>Java shared resources</name>
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>org.springframework.boot</groupId>
44
<artifactId>spring-boot</artifactId>
45
- <version>4.0.1</version>
+ <version>4.0.3</version>
46
<scope>provided</scope>
47
</dependency>
48
@@ -53,7 +53,7 @@
53
54
<groupId>org.codehaus.janino</groupId>
55
<artifactId>janino</artifactId>
56
- <version>3.1.9</version>
+ <version>3.1.12</version>
57
58
</dependencies>
59
0 commit comments