Skip to content

Commit 627af10

Browse files
eclipse-releng-botlaeubi
authored andcommitted
Update target-platform with latest version
1 parent e1f7bf2 commit 627af10

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>org.apache.sshd</groupId>
136136
<artifactId>sshd-osgi</artifactId>
137-
<version>2.14.0</version>
137+
<version>2.15.0</version>
138138
<type>jar</type>
139139
</dependency>
140140
<dependency>
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.jsoup</groupId>
166166
<artifactId>jsoup</artifactId>
167-
<version>1.18.3</version>
167+
<version>1.19.1</version>
168168
<type>jar</type>
169169
</dependency>
170170
<dependency>
@@ -182,13 +182,13 @@
182182
<dependency>
183183
<groupId>org.slf4j</groupId>
184184
<artifactId>slf4j-api</artifactId>
185-
<version>2.0.16</version>
185+
<version>2.0.17</version>
186186
<type>jar</type>
187187
</dependency>
188188
<dependency>
189189
<groupId>org.slf4j</groupId>
190190
<artifactId>slf4j-simple</artifactId>
191-
<version>2.0.16</version>
191+
<version>2.0.17</version>
192192
<type>jar</type>
193193
</dependency>
194194
<dependency>
@@ -316,13 +316,13 @@
316316
<dependency>
317317
<groupId>net.bytebuddy</groupId>
318318
<artifactId>byte-buddy-agent</artifactId>
319-
<version>1.17.1</version>
319+
<version>1.17.2</version>
320320
<type>jar</type>
321321
</dependency>
322322
<dependency>
323323
<groupId>net.bytebuddy</groupId>
324324
<artifactId>byte-buddy</artifactId>
325-
<version>1.17.1</version>
325+
<version>1.17.2</version>
326326
<type>jar</type>
327327
</dependency>
328328
<dependency>
@@ -334,7 +334,7 @@
334334
<dependency>
335335
<groupId>org.mockito</groupId>
336336
<artifactId>mockito-core</artifactId>
337-
<version>5.15.2</version>
337+
<version>5.16.0</version>
338338
<type>jar</type>
339339
</dependency>
340340
<dependency>
@@ -672,73 +672,73 @@
672672
<dependency>
673673
<groupId>org.junit.jupiter</groupId>
674674
<artifactId>junit-jupiter-api</artifactId>
675-
<version>5.11.4</version>
675+
<version>5.12.0</version>
676676
<type>jar</type>
677677
</dependency>
678678
<dependency>
679679
<groupId>org.junit.jupiter</groupId>
680680
<artifactId>junit-jupiter-engine</artifactId>
681-
<version>5.11.4</version>
681+
<version>5.12.0</version>
682682
<type>jar</type>
683683
</dependency>
684684
<dependency>
685685
<groupId>org.junit.jupiter</groupId>
686686
<artifactId>junit-jupiter-migrationsupport</artifactId>
687-
<version>5.11.4</version>
687+
<version>5.12.0</version>
688688
<type>jar</type>
689689
</dependency>
690690
<dependency>
691691
<groupId>org.junit.jupiter</groupId>
692692
<artifactId>junit-jupiter-params</artifactId>
693-
<version>5.11.4</version>
693+
<version>5.12.0</version>
694694
<type>jar</type>
695695
</dependency>
696696
<dependency>
697697
<groupId>org.junit.platform</groupId>
698698
<artifactId>junit-platform-commons</artifactId>
699-
<version>1.11.4</version>
699+
<version>1.12.0</version>
700700
<type>jar</type>
701701
</dependency>
702702
<dependency>
703703
<groupId>org.junit.platform</groupId>
704704
<artifactId>junit-platform-engine</artifactId>
705-
<version>1.11.4</version>
705+
<version>1.12.0</version>
706706
<type>jar</type>
707707
</dependency>
708708
<dependency>
709709
<groupId>org.junit.platform</groupId>
710710
<artifactId>junit-platform-launcher</artifactId>
711-
<version>1.11.4</version>
711+
<version>1.12.0</version>
712712
<type>jar</type>
713713
</dependency>
714714
<dependency>
715715
<groupId>org.junit.platform</groupId>
716716
<artifactId>junit-platform-runner</artifactId>
717-
<version>1.11.4</version>
717+
<version>1.12.0</version>
718718
<type>jar</type>
719719
</dependency>
720720
<dependency>
721721
<groupId>org.junit.platform</groupId>
722722
<artifactId>junit-platform-suite-api</artifactId>
723-
<version>1.11.4</version>
723+
<version>1.12.0</version>
724724
<type>jar</type>
725725
</dependency>
726726
<dependency>
727727
<groupId>org.junit.platform</groupId>
728728
<artifactId>junit-platform-suite-commons</artifactId>
729-
<version>1.11.4</version>
729+
<version>1.12.0</version>
730730
<type>jar</type>
731731
</dependency>
732732
<dependency>
733733
<groupId>org.junit.platform</groupId>
734734
<artifactId>junit-platform-suite-engine</artifactId>
735-
<version>1.11.4</version>
735+
<version>1.12.0</version>
736736
<type>jar</type>
737737
</dependency>
738738
<dependency>
739739
<groupId>org.junit.vintage</groupId>
740740
<artifactId>junit-vintage-engine</artifactId>
741-
<version>5.11.4</version>
741+
<version>5.12.0</version>
742742
<type>jar</type>
743743
</dependency>
744744
<dependency>

0 commit comments

Comments
 (0)