|
333 | 333 | <dependency>
|
334 | 334 | <groupId>net.bytebuddy</groupId>
|
335 | 335 | <artifactId>byte-buddy-agent</artifactId>
|
336 |
| - <version>1.15.1</version> |
| 336 | + <version>1.15.2</version> |
337 | 337 | <type>jar</type>
|
338 | 338 | </dependency>
|
339 | 339 | <dependency>
|
340 | 340 | <groupId>net.bytebuddy</groupId>
|
341 | 341 | <artifactId>byte-buddy</artifactId>
|
342 |
| - <version>1.15.1</version> |
| 342 | + <version>1.15.2</version> |
343 | 343 | <type>jar</type>
|
344 | 344 | </dependency>
|
345 | 345 | <dependency>
|
|
689 | 689 | <dependency>
|
690 | 690 | <groupId>org.junit.jupiter</groupId>
|
691 | 691 | <artifactId>junit-jupiter-api</artifactId>
|
692 |
| - <version>5.11.0</version> |
| 692 | + <version>5.11.1</version> |
693 | 693 | <type>jar</type>
|
694 | 694 | </dependency>
|
695 | 695 | <dependency>
|
696 | 696 | <groupId>org.junit.jupiter</groupId>
|
697 | 697 | <artifactId>junit-jupiter-engine</artifactId>
|
698 |
| - <version>5.11.0</version> |
| 698 | + <version>5.11.1</version> |
699 | 699 | <type>jar</type>
|
700 | 700 | </dependency>
|
701 | 701 | <dependency>
|
702 | 702 | <groupId>org.junit.jupiter</groupId>
|
703 | 703 | <artifactId>junit-jupiter-migrationsupport</artifactId>
|
704 |
| - <version>5.11.0</version> |
| 704 | + <version>5.11.1</version> |
705 | 705 | <type>jar</type>
|
706 | 706 | </dependency>
|
707 | 707 | <dependency>
|
708 | 708 | <groupId>org.junit.jupiter</groupId>
|
709 | 709 | <artifactId>junit-jupiter-params</artifactId>
|
710 |
| - <version>5.11.0</version> |
| 710 | + <version>5.11.1</version> |
711 | 711 | <type>jar</type>
|
712 | 712 | </dependency>
|
713 | 713 | <dependency>
|
714 | 714 | <groupId>org.junit.platform</groupId>
|
715 | 715 | <artifactId>junit-platform-commons</artifactId>
|
716 |
| - <version>1.11.0</version> |
| 716 | + <version>1.11.1</version> |
717 | 717 | <type>jar</type>
|
718 | 718 | </dependency>
|
719 | 719 | <dependency>
|
720 | 720 | <groupId>org.junit.platform</groupId>
|
721 | 721 | <artifactId>junit-platform-engine</artifactId>
|
722 |
| - <version>1.11.0</version> |
| 722 | + <version>1.11.1</version> |
723 | 723 | <type>jar</type>
|
724 | 724 | </dependency>
|
725 | 725 | <dependency>
|
726 | 726 | <groupId>org.junit.platform</groupId>
|
727 | 727 | <artifactId>junit-platform-launcher</artifactId>
|
728 |
| - <version>1.11.0</version> |
| 728 | + <version>1.11.1</version> |
729 | 729 | <type>jar</type>
|
730 | 730 | </dependency>
|
731 | 731 | <dependency>
|
732 | 732 | <groupId>org.junit.platform</groupId>
|
733 | 733 | <artifactId>junit-platform-runner</artifactId>
|
734 |
| - <version>1.11.0</version> |
| 734 | + <version>1.11.1</version> |
735 | 735 | <type>jar</type>
|
736 | 736 | </dependency>
|
737 | 737 | <dependency>
|
738 | 738 | <groupId>org.junit.platform</groupId>
|
739 | 739 | <artifactId>junit-platform-suite-api</artifactId>
|
740 |
| - <version>1.11.0</version> |
| 740 | + <version>1.11.1</version> |
741 | 741 | <type>jar</type>
|
742 | 742 | </dependency>
|
743 | 743 | <dependency>
|
744 | 744 | <groupId>org.junit.platform</groupId>
|
745 | 745 | <artifactId>junit-platform-suite-commons</artifactId>
|
746 |
| - <version>1.11.0</version> |
| 746 | + <version>1.11.1</version> |
747 | 747 | <type>jar</type>
|
748 | 748 | </dependency>
|
749 | 749 | <dependency>
|
750 | 750 | <groupId>org.junit.platform</groupId>
|
751 | 751 | <artifactId>junit-platform-suite-engine</artifactId>
|
752 |
| - <version>1.11.0</version> |
| 752 | + <version>1.11.1</version> |
753 | 753 | <type>jar</type>
|
754 | 754 | </dependency>
|
755 | 755 | <dependency>
|
756 | 756 | <groupId>org.junit.vintage</groupId>
|
757 | 757 | <artifactId>junit-vintage-engine</artifactId>
|
758 |
| - <version>5.11.0</version> |
| 758 | + <version>5.11.1</version> |
759 | 759 | <type>jar</type>
|
760 | 760 | </dependency>
|
761 | 761 | <dependency>
|
|
0 commit comments