|
109 | 109 | <dependency>
|
110 | 110 | <groupId>org.springframework.boot</groupId>
|
111 | 111 | <artifactId>spring-boot-starter</artifactId>
|
112 |
| - <version>2.7.16</version> |
| 112 | + <version>2.7.18</version> |
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>org.springframework.boot</groupId>
|
116 | 116 | <artifactId>spring-boot-configuration-processor</artifactId>
|
117 |
| - <version>2.7.16</version> |
| 117 | + <version>2.7.18</version> |
118 | 118 | </dependency>
|
119 | 119 | <dependency>
|
120 | 120 | <groupId>org.springframework.boot</groupId>
|
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>org.springframework.boot</groupId>
|
126 | 126 | <artifactId>spring-boot-autoconfigure</artifactId>
|
127 |
| - <version>2.7.16</version> |
| 127 | + <version>2.7.18</version> |
128 | 128 | </dependency>
|
129 | 129 | <dependency>
|
130 | 130 | <groupId>org.springframework</groupId>
|
131 | 131 | <artifactId>spring-context</artifactId>
|
132 |
| - <version>5.3.27</version> |
| 132 | + <version>5.3.36</version> |
133 | 133 | </dependency>
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.slf4j</groupId>
|
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>org.springframework.boot</groupId>
|
141 | 141 | <artifactId>spring-boot-starter-test</artifactId>
|
142 |
| - <version>2.7.16</version> |
| 142 | + <version>2.7.18</version> |
143 | 143 | </dependency>
|
144 | 144 | <dependency>
|
145 | 145 | <groupId>org.apache.commons</groupId>
|
146 | 146 | <artifactId>commons-lang3</artifactId>
|
147 |
| - <version>3.13.0</version> |
| 147 | + <version>3.14.0</version> |
148 | 148 | </dependency>
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>junit</groupId>
|
|
320 | 320 | <plugin>
|
321 | 321 | <groupId>org.codehaus.mojo</groupId>
|
322 | 322 | <artifactId>flatten-maven-plugin</artifactId>
|
323 |
| - <version>1.5.0</version> |
| 323 | + <version>1.6.0</version> |
324 | 324 | <configuration>
|
325 | 325 | <updatePomFile>true</updatePomFile>
|
326 | 326 | <flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
0 commit comments