|
134 | 134 | <dependency> |
135 | 135 | <groupId>org.apache.sshd</groupId> |
136 | 136 | <artifactId>sshd-osgi</artifactId> |
137 | | - <version>2.14.0</version> |
| 137 | + <version>2.15.0</version> |
138 | 138 | <type>jar</type> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
|
164 | 164 | <dependency> |
165 | 165 | <groupId>org.jsoup</groupId> |
166 | 166 | <artifactId>jsoup</artifactId> |
167 | | - <version>1.18.3</version> |
| 167 | + <version>1.19.1</version> |
168 | 168 | <type>jar</type> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
|
182 | 182 | <dependency> |
183 | 183 | <groupId>org.slf4j</groupId> |
184 | 184 | <artifactId>slf4j-api</artifactId> |
185 | | - <version>2.0.16</version> |
| 185 | + <version>2.0.17</version> |
186 | 186 | <type>jar</type> |
187 | 187 | </dependency> |
188 | 188 | <dependency> |
189 | 189 | <groupId>org.slf4j</groupId> |
190 | 190 | <artifactId>slf4j-simple</artifactId> |
191 | | - <version>2.0.16</version> |
| 191 | + <version>2.0.17</version> |
192 | 192 | <type>jar</type> |
193 | 193 | </dependency> |
194 | 194 | <dependency> |
|
316 | 316 | <dependency> |
317 | 317 | <groupId>net.bytebuddy</groupId> |
318 | 318 | <artifactId>byte-buddy-agent</artifactId> |
319 | | - <version>1.17.1</version> |
| 319 | + <version>1.17.2</version> |
320 | 320 | <type>jar</type> |
321 | 321 | </dependency> |
322 | 322 | <dependency> |
323 | 323 | <groupId>net.bytebuddy</groupId> |
324 | 324 | <artifactId>byte-buddy</artifactId> |
325 | | - <version>1.17.1</version> |
| 325 | + <version>1.17.2</version> |
326 | 326 | <type>jar</type> |
327 | 327 | </dependency> |
328 | 328 | <dependency> |
|
334 | 334 | <dependency> |
335 | 335 | <groupId>org.mockito</groupId> |
336 | 336 | <artifactId>mockito-core</artifactId> |
337 | | - <version>5.15.2</version> |
| 337 | + <version>5.16.0</version> |
338 | 338 | <type>jar</type> |
339 | 339 | </dependency> |
340 | 340 | <dependency> |
|
672 | 672 | <dependency> |
673 | 673 | <groupId>org.junit.jupiter</groupId> |
674 | 674 | <artifactId>junit-jupiter-api</artifactId> |
675 | | - <version>5.11.4</version> |
| 675 | + <version>5.12.0</version> |
676 | 676 | <type>jar</type> |
677 | 677 | </dependency> |
678 | 678 | <dependency> |
679 | 679 | <groupId>org.junit.jupiter</groupId> |
680 | 680 | <artifactId>junit-jupiter-engine</artifactId> |
681 | | - <version>5.11.4</version> |
| 681 | + <version>5.12.0</version> |
682 | 682 | <type>jar</type> |
683 | 683 | </dependency> |
684 | 684 | <dependency> |
685 | 685 | <groupId>org.junit.jupiter</groupId> |
686 | 686 | <artifactId>junit-jupiter-migrationsupport</artifactId> |
687 | | - <version>5.11.4</version> |
| 687 | + <version>5.12.0</version> |
688 | 688 | <type>jar</type> |
689 | 689 | </dependency> |
690 | 690 | <dependency> |
691 | 691 | <groupId>org.junit.jupiter</groupId> |
692 | 692 | <artifactId>junit-jupiter-params</artifactId> |
693 | | - <version>5.11.4</version> |
| 693 | + <version>5.12.0</version> |
694 | 694 | <type>jar</type> |
695 | 695 | </dependency> |
696 | 696 | <dependency> |
697 | 697 | <groupId>org.junit.platform</groupId> |
698 | 698 | <artifactId>junit-platform-commons</artifactId> |
699 | | - <version>1.11.4</version> |
| 699 | + <version>1.12.0</version> |
700 | 700 | <type>jar</type> |
701 | 701 | </dependency> |
702 | 702 | <dependency> |
703 | 703 | <groupId>org.junit.platform</groupId> |
704 | 704 | <artifactId>junit-platform-engine</artifactId> |
705 | | - <version>1.11.4</version> |
| 705 | + <version>1.12.0</version> |
706 | 706 | <type>jar</type> |
707 | 707 | </dependency> |
708 | 708 | <dependency> |
709 | 709 | <groupId>org.junit.platform</groupId> |
710 | 710 | <artifactId>junit-platform-launcher</artifactId> |
711 | | - <version>1.11.4</version> |
| 711 | + <version>1.12.0</version> |
712 | 712 | <type>jar</type> |
713 | 713 | </dependency> |
714 | 714 | <dependency> |
715 | 715 | <groupId>org.junit.platform</groupId> |
716 | 716 | <artifactId>junit-platform-runner</artifactId> |
717 | | - <version>1.11.4</version> |
| 717 | + <version>1.12.0</version> |
718 | 718 | <type>jar</type> |
719 | 719 | </dependency> |
720 | 720 | <dependency> |
721 | 721 | <groupId>org.junit.platform</groupId> |
722 | 722 | <artifactId>junit-platform-suite-api</artifactId> |
723 | | - <version>1.11.4</version> |
| 723 | + <version>1.12.0</version> |
724 | 724 | <type>jar</type> |
725 | 725 | </dependency> |
726 | 726 | <dependency> |
727 | 727 | <groupId>org.junit.platform</groupId> |
728 | 728 | <artifactId>junit-platform-suite-commons</artifactId> |
729 | | - <version>1.11.4</version> |
| 729 | + <version>1.12.0</version> |
730 | 730 | <type>jar</type> |
731 | 731 | </dependency> |
732 | 732 | <dependency> |
733 | 733 | <groupId>org.junit.platform</groupId> |
734 | 734 | <artifactId>junit-platform-suite-engine</artifactId> |
735 | | - <version>1.11.4</version> |
| 735 | + <version>1.12.0</version> |
736 | 736 | <type>jar</type> |
737 | 737 | </dependency> |
738 | 738 | <dependency> |
739 | 739 | <groupId>org.junit.vintage</groupId> |
740 | 740 | <artifactId>junit-vintage-engine</artifactId> |
741 | | - <version>5.11.4</version> |
| 741 | + <version>5.12.0</version> |
742 | 742 | <type>jar</type> |
743 | 743 | </dependency> |
744 | 744 | <dependency> |
|
0 commit comments