Skip to content

Commit 49b8577

Browse files
committed
升级spring-boot版本到2.2.4.RELEASE、升级commons-lang3版本到3.9
1 parent 2f5207c commit 49b8577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.2.RELEASE</version>
8+
<version>2.2.4.RELEASE</version>
99
</parent>
1010

1111
<groupId>org.bekit</groupId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.apache.commons</groupId>
3636
<artifactId>commons-lang3</artifactId>
37-
<version>3.7</version>
37+
<version>3.9</version>
3838
</dependency>
3939
</dependencies>
4040
</dependencyManagement>

0 commit comments

Comments
 (0)