|
86 | 86 | <dependency> |
87 | 87 | <groupId>com.google.code.gson</groupId> |
88 | 88 | <artifactId>gson</artifactId> |
89 | | - <version>2.12.1</version> |
| 89 | + <version>2.13.0</version> |
90 | 90 | <type>jar</type> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
|
104 | 104 | <dependency> |
105 | 105 | <groupId>commons-io</groupId> |
106 | 106 | <artifactId>commons-io</artifactId> |
107 | | - <version>2.18.0</version> |
| 107 | + <version>2.19.0</version> |
108 | 108 | <type>jar</type> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
|
696 | 696 | <dependency> |
697 | 697 | <groupId>org.junit.jupiter</groupId> |
698 | 698 | <artifactId>junit-jupiter-api</artifactId> |
699 | | - <version>5.12.1</version> |
| 699 | + <version>5.12.2</version> |
700 | 700 | <type>jar</type> |
701 | 701 | </dependency> |
702 | 702 | <dependency> |
703 | 703 | <groupId>org.junit.jupiter</groupId> |
704 | 704 | <artifactId>junit-jupiter-engine</artifactId> |
705 | | - <version>5.12.1</version> |
| 705 | + <version>5.12.2</version> |
706 | 706 | <type>jar</type> |
707 | 707 | </dependency> |
708 | 708 | <dependency> |
709 | 709 | <groupId>org.junit.jupiter</groupId> |
710 | 710 | <artifactId>junit-jupiter-migrationsupport</artifactId> |
711 | | - <version>5.12.1</version> |
| 711 | + <version>5.12.2</version> |
712 | 712 | <type>jar</type> |
713 | 713 | </dependency> |
714 | 714 | <dependency> |
715 | 715 | <groupId>org.junit.jupiter</groupId> |
716 | 716 | <artifactId>junit-jupiter-params</artifactId> |
717 | | - <version>5.12.1</version> |
| 717 | + <version>5.12.2</version> |
718 | 718 | <type>jar</type> |
719 | 719 | </dependency> |
720 | 720 | <dependency> |
721 | 721 | <groupId>org.junit.platform</groupId> |
722 | 722 | <artifactId>junit-platform-commons</artifactId> |
723 | | - <version>1.12.1</version> |
| 723 | + <version>1.12.2</version> |
724 | 724 | <type>jar</type> |
725 | 725 | </dependency> |
726 | 726 | <dependency> |
727 | 727 | <groupId>org.junit.platform</groupId> |
728 | 728 | <artifactId>junit-platform-engine</artifactId> |
729 | | - <version>1.12.1</version> |
| 729 | + <version>1.12.2</version> |
730 | 730 | <type>jar</type> |
731 | 731 | </dependency> |
732 | 732 | <dependency> |
733 | 733 | <groupId>org.junit.platform</groupId> |
734 | 734 | <artifactId>junit-platform-launcher</artifactId> |
735 | | - <version>1.12.1</version> |
| 735 | + <version>1.12.2</version> |
736 | 736 | <type>jar</type> |
737 | 737 | </dependency> |
738 | 738 | <dependency> |
739 | 739 | <groupId>org.junit.platform</groupId> |
740 | 740 | <artifactId>junit-platform-runner</artifactId> |
741 | | - <version>1.12.1</version> |
| 741 | + <version>1.12.2</version> |
742 | 742 | <type>jar</type> |
743 | 743 | </dependency> |
744 | 744 | <dependency> |
745 | 745 | <groupId>org.junit.platform</groupId> |
746 | 746 | <artifactId>junit-platform-suite-api</artifactId> |
747 | | - <version>1.12.1</version> |
| 747 | + <version>1.12.2</version> |
748 | 748 | <type>jar</type> |
749 | 749 | </dependency> |
750 | 750 | <dependency> |
751 | 751 | <groupId>org.junit.platform</groupId> |
752 | 752 | <artifactId>junit-platform-suite-commons</artifactId> |
753 | | - <version>1.12.1</version> |
| 753 | + <version>1.12.2</version> |
754 | 754 | <type>jar</type> |
755 | 755 | </dependency> |
756 | 756 | <dependency> |
757 | 757 | <groupId>org.junit.platform</groupId> |
758 | 758 | <artifactId>junit-platform-suite-engine</artifactId> |
759 | | - <version>1.12.1</version> |
| 759 | + <version>1.12.2</version> |
760 | 760 | <type>jar</type> |
761 | 761 | </dependency> |
762 | 762 | <dependency> |
763 | 763 | <groupId>org.junit.vintage</groupId> |
764 | 764 | <artifactId>junit-vintage-engine</artifactId> |
765 | | - <version>5.12.1</version> |
| 765 | + <version>5.12.2</version> |
766 | 766 | <type>jar</type> |
767 | 767 | </dependency> |
768 | 768 | <dependency> |
|
0 commit comments