|
21 | 21 | <parent> |
22 | 22 | <groupId>org.simplify4u</groupId> |
23 | 23 | <artifactId>parent</artifactId> |
24 | | - <version>2.19.0</version> |
| 24 | + <version>2.20.0</version> |
25 | 25 | <relativePath /> |
26 | 26 | </parent> |
27 | 27 |
|
|
142 | 142 | <!-- external library --> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.bouncycastle</groupId> |
145 | | - <artifactId>bcpg-jdk15on</artifactId> |
146 | | - <version>1.70</version> |
| 145 | + <artifactId>bcpg-jdk18on</artifactId> |
| 146 | + <version>1.77</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.projectlombok</groupId> |
150 | 150 | <artifactId>lombok</artifactId> |
151 | | - <version>1.18.28</version> |
| 151 | + <version>1.18.30</version> |
152 | 152 | </dependency> |
153 | 153 | <dependency> |
154 | 154 | <groupId>org.slf4j</groupId> |
155 | 155 | <artifactId>slf4j-api</artifactId> |
156 | | - <version>1.7.36</version> |
| 156 | + <version>2.0.10</version> |
157 | 157 | </dependency> |
158 | 158 | <dependency> |
159 | 159 | <groupId>io.vavr</groupId> |
|
165 | 165 | <dependency> |
166 | 166 | <groupId>org.assertj</groupId> |
167 | 167 | <artifactId>assertj-core</artifactId> |
168 | | - <version>3.24.2</version> |
| 168 | + <version>3.25.0</version> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
171 | 171 | <groupId>org.junit</groupId> |
172 | 172 | <artifactId>junit-bom</artifactId> |
173 | | - <version>5.9.3</version> |
| 173 | + <version>5.10.1</version> |
174 | 174 | <type>pom</type> |
175 | 175 | <scope>import</scope> |
176 | 176 | </dependency> |
|
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>org.simplify4u</groupId> |
184 | | - <artifactId>slf4j-mock</artifactId> |
| 184 | + <artifactId>slf4j2-mock</artifactId> |
185 | 185 | <version>2.3.0</version> |
186 | 186 | </dependency> |
187 | 187 |
|
|
194 | 194 | <dependency> |
195 | 195 | <groupId>org.codehaus.plexus</groupId> |
196 | 196 | <artifactId>plexus-component-annotations</artifactId> |
197 | | - <version>2.1.1</version> |
| 197 | + <version>2.2.0</version> |
198 | 198 | </dependency> |
199 | 199 | <dependency> |
200 | 200 | <groupId>org.codehaus.plexus</groupId> |
|
245 | 245 |
|
246 | 246 | <dependency> |
247 | 247 | <groupId>org.bouncycastle</groupId> |
248 | | - <artifactId>bcpg-jdk15on</artifactId> |
| 248 | + <artifactId>bcpg-jdk18on</artifactId> |
249 | 249 | </dependency> |
250 | 250 | <dependency> |
251 | 251 | <groupId>org.projectlombok</groupId> |
|
279 | 279 | </dependency> |
280 | 280 | <dependency> |
281 | 281 | <groupId>org.simplify4u</groupId> |
282 | | - <artifactId>slf4j-mock</artifactId> |
| 282 | + <artifactId>slf4j2-mock</artifactId> |
283 | 283 | <scope>test</scope> |
284 | 284 | </dependency> |
285 | 285 | </dependencies> |
|
0 commit comments