We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5207c commit 49b8577Copy full SHA for 49b8577
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>2.2.2.RELEASE</version>
+ <version>2.2.4.RELEASE</version>
9
</parent>
10
11
<groupId>org.bekit</groupId>
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>org.apache.commons</groupId>
36
<artifactId>commons-lang3</artifactId>
37
- <version>3.7</version>
+ <version>3.9</version>
38
</dependency>
39
</dependencies>
40
</dependencyManagement>
0 commit comments