Skip to content

Commit 01d6b54

Browse files
committed
Update versions of dependencies
1 parent 0568568 commit 01d6b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

releng/org.eclipse.cdt.target/cdt.target

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="cdt" sequenceNumber="158">
3+
<target name="cdt" sequenceNumber="159">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.eclipse.org/cbi/updates/license/" />
@@ -57,14 +57,14 @@
5757
<dependency>
5858
<groupId>org.slf4j</groupId>
5959
<artifactId>slf4j-api</artifactId>
60-
<version>2.0.7</version>
60+
<version>2.0.13</version>
6161
<type>jar</type>
6262
</dependency>
6363
<!-- slf4j-api requires 1 impl, provide the one that is generally used in the final product, such as standalone debugger -->
6464
<dependency>
6565
<groupId>org.slf4j</groupId>
6666
<artifactId>slf4j-simple</artifactId>
67-
<version>2.0.7</version>
67+
<version>2.0.13</version>
6868
<type>jar</type>
6969
</dependency>
7070
<dependency>

0 commit comments

Comments
 (0)