|
800 | 800 | <dependency> |
801 | 801 | <groupId>org.junit.jupiter</groupId> |
802 | 802 | <artifactId>junit-jupiter-api</artifactId> |
803 | | - <version>6.0.3</version> |
| 803 | + <version>6.1.0</version> |
804 | 804 | <type>jar</type> |
805 | 805 | </dependency> |
806 | 806 | <dependency> |
807 | 807 | <groupId>org.junit.jupiter</groupId> |
808 | 808 | <artifactId>junit-jupiter-engine</artifactId> |
809 | | - <version>6.0.3</version> |
| 809 | + <version>6.1.0</version> |
810 | 810 | <type>jar</type> |
811 | 811 | </dependency> |
812 | 812 | <dependency> |
813 | 813 | <groupId>org.junit.jupiter</groupId> |
814 | 814 | <artifactId>junit-jupiter-migrationsupport</artifactId> |
815 | | - <version>6.0.3</version> |
| 815 | + <version>6.1.0</version> |
816 | 816 | <type>jar</type> |
817 | 817 | </dependency> |
818 | 818 | <dependency> |
819 | 819 | <groupId>org.junit.jupiter</groupId> |
820 | 820 | <artifactId>junit-jupiter-params</artifactId> |
821 | | - <version>6.0.3</version> |
| 821 | + <version>6.1.0</version> |
822 | 822 | <type>jar</type> |
823 | 823 | </dependency> |
824 | 824 | <dependency> |
825 | 825 | <groupId>org.junit.platform</groupId> |
826 | 826 | <artifactId>junit-platform-commons</artifactId> |
827 | | - <version>6.0.3</version> |
| 827 | + <version>6.1.0</version> |
828 | 828 | <type>jar</type> |
829 | 829 | </dependency> |
830 | 830 | <dependency> |
831 | 831 | <groupId>org.junit.platform</groupId> |
832 | 832 | <artifactId>junit-platform-engine</artifactId> |
833 | | - <version>6.0.3</version> |
| 833 | + <version>6.1.0</version> |
834 | 834 | <type>jar</type> |
835 | 835 | </dependency> |
836 | 836 | <dependency> |
837 | 837 | <groupId>org.junit.platform</groupId> |
838 | 838 | <artifactId>junit-platform-launcher</artifactId> |
839 | | - <version>6.0.3</version> |
| 839 | + <version>6.1.0</version> |
840 | 840 | <type>jar</type> |
841 | 841 | </dependency> |
842 | 842 | <dependency> |
843 | 843 | <groupId>org.junit.platform</groupId> |
844 | 844 | <artifactId>junit-platform-suite-api</artifactId> |
845 | | - <version>6.0.3</version> |
| 845 | + <version>6.1.0</version> |
846 | 846 | <type>jar</type> |
847 | 847 | </dependency> |
848 | 848 | <dependency> |
849 | 849 | <groupId>org.junit.platform</groupId> |
850 | 850 | <artifactId>junit-platform-suite-engine</artifactId> |
851 | | - <version>6.0.3</version> |
| 851 | + <version>6.1.0</version> |
852 | 852 | <type>jar</type> |
853 | 853 | </dependency> |
854 | 854 | <dependency> |
855 | 855 | <groupId>org.junit.vintage</groupId> |
856 | 856 | <artifactId>junit-vintage-engine</artifactId> |
857 | | - <version>6.0.3</version> |
| 857 | + <version>6.1.0</version> |
858 | 858 | <type>jar</type> |
859 | 859 | </dependency> |
860 | 860 | </dependencies> |
|
0 commit comments