Skip to content

Commit

Permalink
Update Maven dependencies in target platform
Browse files Browse the repository at this point in the history
Also replace the outdated apache commons P2 dependency, because its
source bundle is not available on the same update site anymore.
  • Loading branch information
Bananeweizen committed Dec 28, 2024
1 parent fab3688 commit b0685c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions net.sf.eclipsecs.target/net.sf.eclipsecs.target.target
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="Eclipse Checkstyle" sequenceNumber="1728798967">
<target name="Eclipse Checkstyle" sequenceNumber="1735410879">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.feature.group" version="3.18.1300.v20220831-1800"/>
Expand All @@ -16,7 +16,7 @@
<unit id="org.eclipse.emf.feature.group" version="2.31.0.v20220817-1401"/>
<unit id="org.sat4j.core" version="2.3.6.v20201214"/>
<unit id="org.sat4j.pb" version="2.3.6.v20201214"/>
<unit id="org.apache.commons.io" version="2.8.0.v20210415-0900"/>
<unit id="org.apache.commons.commons-io" version="2.11.0"/>
<unit id="org.objectweb.asm" version="9.3.0.v20220409-0157"/>
<unit id="org.objectweb.asm.tree" version="9.3.0.v20220409-0157"/>
<unit id="junit-jupiter-api" version="5.9.0"/>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.177</version>
<version>4.8.179</version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ location "https://download.eclipse.org/releases/2022-09/202209141001/" {
org.eclipse.emf.feature.group // e4.ui -> EMF
org.sat4j.core
org.sat4j.pb
org.apache.commons.io
org.apache.commons.commons-io
org.objectweb.asm
org.objectweb.asm.tree

Expand Down Expand Up @@ -87,7 +87,7 @@ maven AssertJ
dependency {
groupId="org.assertj"
artifactId="assertj-core"
version="3.26.3"
version="3.27.0"
}
}
maven Classgraph
Expand All @@ -99,7 +99,7 @@ maven Classgraph
dependency {
groupId="io.github.classgraph"
artifactId="classgraph"
version="4.8.177"
version="4.8.179"
}
}
maven DOM4J
Expand Down

0 comments on commit b0685c4

Please sign in to comment.