|
103 | 103 | <dependency> |
104 | 104 | <groupId>org.slf4j</groupId> |
105 | 105 | <artifactId>slf4j-bom</artifactId> |
106 | | - <version>2.0.17</version> |
| 106 | + <version>2.0.18</version> |
107 | 107 | <type>pom</type> |
108 | 108 | <scope>import</scope> |
109 | 109 | </dependency> |
|
194 | 194 | <dependency> |
195 | 195 | <groupId>org.apache.commons</groupId> |
196 | 196 | <artifactId>commons-lang3</artifactId> |
197 | | - <version>3.19.0</version> |
| 197 | + <version>3.20.0</version> |
198 | 198 | </dependency> |
199 | 199 | <dependency> |
200 | 200 | <groupId>com.github.npathai</groupId> |
|
211 | 211 | <dependency> |
212 | 212 | <groupId>com.google.code.gson</groupId> |
213 | 213 | <artifactId>gson</artifactId> |
214 | | - <version>2.13.2</version> |
| 214 | + <version>2.14.0</version> |
215 | 215 | <scope>test</scope> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
|
223 | 223 | <dependency> |
224 | 224 | <groupId>com.tngtech.archunit</groupId> |
225 | 225 | <artifactId>archunit</artifactId> |
226 | | - <version>1.4.1</version> |
| 226 | + <version>1.4.2</version> |
227 | 227 | <scope>test</scope> |
228 | 228 | </dependency> |
229 | 229 | <dependency> |
|
268 | 268 | <dependency> |
269 | 269 | <groupId>org.mockito</groupId> |
270 | 270 | <artifactId>mockito-core</artifactId> |
271 | | - <version>5.21.0</version> |
| 271 | + <version>5.23.0</version> |
272 | 272 | <scope>test</scope> |
273 | 273 | </dependency> |
274 | 274 | <!-- |
|
340 | 340 | </plugin> |
341 | 341 | <plugin> |
342 | 342 | <artifactId>maven-resources-plugin</artifactId> |
343 | | - <version>3.3.1</version> |
| 343 | + <version>3.5.0</version> |
344 | 344 | </plugin> |
345 | 345 | <plugin> |
346 | 346 | <artifactId>maven-source-plugin</artifactId> |
|
362 | 362 | <plugin> |
363 | 363 | <groupId>org.jacoco</groupId> |
364 | 364 | <artifactId>jacoco-maven-plugin</artifactId> |
365 | | - <version>0.8.14</version> |
| 365 | + <version>0.8.15</version> |
366 | 366 | <configuration> |
367 | 367 | <!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing --> |
368 | 368 | <excludes> |
|
535 | 535 | <plugin> |
536 | 536 | <groupId>com.github.siom79.japicmp</groupId> |
537 | 537 | <artifactId>japicmp-maven-plugin</artifactId> |
538 | | - <version>0.23.1</version> |
| 538 | + <version>0.26.1</version> |
539 | 539 | <configuration> |
540 | 540 | <parameter> |
541 | 541 | <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> |
|
585 | 585 | </plugin> |
586 | 586 | <plugin> |
587 | 587 | <artifactId>maven-compiler-plugin</artifactId> |
588 | | - <version>3.14.0</version> |
| 588 | + <version>3.15.0</version> |
589 | 589 | <configuration> |
590 | 590 | <source>11</source> |
591 | 591 | <target>11</target> |
|
602 | 602 | <plugin> |
603 | 603 | <groupId>org.apache.maven.plugins</groupId> |
604 | 604 | <artifactId>maven-jar-plugin</artifactId> |
605 | | - <version>3.4.2</version> |
| 605 | + <version>3.5.0</version> |
606 | 606 | <configuration> |
607 | 607 | <archive> |
608 | 608 | <manifestEntries> |
|
626 | 626 | <plugin> |
627 | 627 | <groupId>org.apache.maven.plugins</groupId> |
628 | 628 | <artifactId>maven-release-plugin</artifactId> |
629 | | - <version>3.1.1</version> |
| 629 | + <version>3.3.1</version> |
630 | 630 | <configuration> |
631 | 631 | <autoVersionSubmodules>true</autoVersionSubmodules> |
632 | 632 | <useReleaseProfile>false</useReleaseProfile> |
|
637 | 637 | <plugin> |
638 | 638 | <groupId>org.apache.maven.plugins</groupId> |
639 | 639 | <artifactId>maven-site-plugin</artifactId> |
640 | | - <version>3.21.0</version> |
| 640 | + <version>3.22.0</version> |
641 | 641 | </plugin> |
642 | 642 | <plugin> |
643 | 643 | <artifactId>maven-surefire-plugin</artifactId> |
|
904 | 904 | <plugin> |
905 | 905 | <groupId>org.apache.maven.plugins</groupId> |
906 | 906 | <artifactId>maven-enforcer-plugin</artifactId> |
907 | | - <version>3.6.2</version> |
| 907 | + <version>3.6.3</version> |
908 | 908 | <executions> |
909 | 909 | <execution> |
910 | 910 | <id>enforce-jacoco-exist</id> |
|
0 commit comments