Skip to content

Commit

Permalink
Update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed May 12, 2024
1 parent 0568568 commit 01d6b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releng/org.eclipse.cdt.target/cdt.target
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="cdt" sequenceNumber="158">
<target name="cdt" sequenceNumber="159">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/" />
Expand Down Expand Up @@ -57,14 +57,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.13</version>
<type>jar</type>
</dependency>
<!-- slf4j-api requires 1 impl, provide the one that is generally used in the final product, such as standalone debugger -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.7</version>
<version>2.0.13</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 01d6b54

Please sign in to comment.