|
25 | 25 | <sha1></sha1>
|
26 | 26 | <changelist>-SNAPSHOT</changelist>
|
27 | 27 | <java.version>21</java.version>
|
28 |
| - <junit.version>5.11.4</junit.version> |
| 28 | + <junit.version>5.12.0</junit.version> |
29 | 29 |
|
30 | 30 | <maven.compiler.source>${java.version}</maven.compiler.source>
|
31 | 31 | <maven.compiler.target>${java.version}</maven.compiler.target>
|
|
71 | 71 | <dependency>
|
72 | 72 | <groupId>com.fasterxml.jackson</groupId>
|
73 | 73 | <artifactId>jackson-bom</artifactId>
|
74 |
| - <version>2.18.2</version> |
| 74 | + <version>2.18.3</version> |
75 | 75 | <scope>import</scope>
|
76 | 76 | <type>pom</type>
|
77 | 77 | </dependency>
|
|
170 | 170 | <plugin>
|
171 | 171 | <groupId>org.codehaus.mojo</groupId>
|
172 | 172 | <artifactId>flatten-maven-plugin</artifactId>
|
173 |
| - <version>1.6.0</version> |
| 173 | + <version>1.7.0</version> |
174 | 174 | </plugin>
|
175 | 175 | <plugin>
|
176 | 176 | <groupId>org.apache.maven.plugins</groupId>
|
177 | 177 | <artifactId>maven-clean-plugin</artifactId>
|
178 |
| - <version>3.4.0</version> |
| 178 | + <version>3.4.1</version> |
179 | 179 | </plugin>
|
180 | 180 | <plugin>
|
181 | 181 | <groupId>org.apache.maven.plugins</groupId>
|
182 | 182 | <artifactId>maven-compiler-plugin</artifactId>
|
183 |
| - <version>3.13.0</version> |
| 183 | + <version>3.14.0</version> |
184 | 184 | <configuration>
|
185 | 185 | <source>${java.version}</source>
|
186 | 186 | <target>${java.version}</target>
|
|
199 | 199 | <plugin>
|
200 | 200 | <groupId>org.apache.maven.plugins</groupId>
|
201 | 201 | <artifactId>maven-deploy-plugin</artifactId>
|
202 |
| - <version>3.1.3</version> |
| 202 | + <version>3.1.4</version> |
203 | 203 | </plugin>
|
204 | 204 | <plugin>
|
205 | 205 | <groupId>org.apache.maven.plugins</groupId>
|
206 | 206 | <artifactId>maven-install-plugin</artifactId>
|
207 |
| - <version>3.1.3</version> |
| 207 | + <version>3.1.4</version> |
208 | 208 | </plugin>
|
209 | 209 | <plugin>
|
210 | 210 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments