Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Maven dependencies in target platform #793

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading