Skip to content

Commit 8a0a7c3

Browse files
committed
Upgrade dependence lib
1 parent e995d42 commit 8a0a7c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@
109109
<dependency>
110110
<groupId>org.springframework.boot</groupId>
111111
<artifactId>spring-boot-starter</artifactId>
112-
<version>2.7.16</version>
112+
<version>2.7.18</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.springframework.boot</groupId>
116116
<artifactId>spring-boot-configuration-processor</artifactId>
117-
<version>2.7.16</version>
117+
<version>2.7.18</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.springframework.boot</groupId>
@@ -124,12 +124,12 @@
124124
<dependency>
125125
<groupId>org.springframework.boot</groupId>
126126
<artifactId>spring-boot-autoconfigure</artifactId>
127-
<version>2.7.16</version>
127+
<version>2.7.18</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.springframework</groupId>
131131
<artifactId>spring-context</artifactId>
132-
<version>5.3.27</version>
132+
<version>5.3.36</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.slf4j</groupId>
@@ -139,12 +139,12 @@
139139
<dependency>
140140
<groupId>org.springframework.boot</groupId>
141141
<artifactId>spring-boot-starter-test</artifactId>
142-
<version>2.7.16</version>
142+
<version>2.7.18</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.apache.commons</groupId>
146146
<artifactId>commons-lang3</artifactId>
147-
<version>3.13.0</version>
147+
<version>3.14.0</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>junit</groupId>
@@ -320,7 +320,7 @@
320320
<plugin>
321321
<groupId>org.codehaus.mojo</groupId>
322322
<artifactId>flatten-maven-plugin</artifactId>
323-
<version>1.5.0</version>
323+
<version>1.6.0</version>
324324
<configuration>
325325
<updatePomFile>true</updatePomFile>
326326
<flattenMode>resolveCiFriendliesOnly</flattenMode>

0 commit comments

Comments
 (0)