|
602 | 602 | <maven-dependency-plugin-version>3.2.0</maven-dependency-plugin-version> |
603 | 603 | <exec-maven-plugin-version>3.0.0</exec-maven-plugin-version> |
604 | 604 | <spotbugs-maven-plugin-version>4.5.3.0</spotbugs-maven-plugin-version> |
605 | | - <spotbugs-version>4.6.0</spotbugs-version> |
606 | | - <checkstyle-version>10.1</checkstyle-version> |
| 605 | + <spotbugs-version>4.7.1</spotbugs-version> |
| 606 | + <checkstyle-version>10.3.2</checkstyle-version> |
607 | 607 | <directory-maven-version>1.0</directory-maven-version> |
608 | 608 | <maven-jxr-plugin-version>3.1.1</maven-jxr-plugin-version> |
609 | 609 | <maven-gpg-plugin-version>3.0.1</maven-gpg-plugin-version> |
610 | 610 | <hamcrest-junit-version>2.0.0.0</hamcrest-junit-version> |
611 | | - <simplestub-version>1.3.0</simplestub-version> |
| 611 | + <simplestub-version>1.3.2</simplestub-version> |
612 | 612 | <jakarta-json-version>2.0.1</jakarta-json-version> |
613 | 613 | <jms-api-version>2.0.1</jms-api-version> |
614 | 614 | <kjetland-mbknor-jsonschema-version>1.0.39</kjetland-mbknor-jsonschema-version> |
|
624 | 624 | <commons.io.version>2.11.0</commons.io.version> |
625 | 625 | <awaitility-version>4.2.0</awaitility-version> |
626 | 626 | <client-java-version>14.0.1</client-java-version> |
627 | | - <kotlin-stdlib-version>1.7.0</kotlin-stdlib-version> |
628 | | - <okhttp-version>4.9.3</okhttp-version> |
629 | | - <junit.jupiter.version>5.8.2</junit.jupiter.version> |
| 627 | + <kotlin-stdlib-version>1.7.10</kotlin-stdlib-version> |
| 628 | + <okhttp-version>4.10.0</okhttp-version> |
| 629 | + <junit.jupiter.version>5.9.0</junit.jupiter.version> |
630 | 630 | <junit.vintage.version>5.7.1</junit.vintage.version> |
631 | 631 | <junit.platform.version>1.7.0</junit.platform.version> |
632 | 632 | <junit.platform.surefire.version>1.3.2</junit.platform.surefire.version> |
633 | 633 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
634 | | - <jersey-version>3.0.4</jersey-version> |
| 634 | + <jersey-version>3.0.6</jersey-version> |
635 | 635 | <jackson-version>2.13.3</jackson-version> |
636 | 636 | <jackson-databind-version>2.13.3</jackson-databind-version> |
637 | 637 | <dependency-check-version>7.0.0</dependency-check-version> |
|
642 | 642 | <skip.dependency-check>false</skip.dependency-check> |
643 | 643 | <jacoco.version>0.8.7</jacoco.version> |
644 | 644 | <git-commit-id-plugin-version>4.9.10</git-commit-id-plugin-version> |
645 | | - <htmlunit-version>2.62.0</htmlunit-version> |
| 645 | + <htmlunit-version>2.63.0</htmlunit-version> |
646 | 646 | <checkstyle.config.location>${root.basedir}/build-tools/checkstyle/customized_google_checks.xml</checkstyle.config.location> |
647 | 647 | <no-reports>false</no-reports> |
648 | 648 | </properties> |
|
0 commit comments