Skip to content

Commit

Permalink
chore(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 25, 2024
1 parent 6fadff4 commit b45e081
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.target
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>net.sf.jstuff</groupId>
<artifactId>jstuff-core</artifactId>
<version>7.11.0</version>
<version>7.12.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.apache.commons.lang3" version="3.12.0" match="greaterOrEqual"/>
<import plugin="de.sebthom.eclipse.commons" version="1.0.0" match="greaterOrEqual"/>
<import plugin="net.sf.jstuff.core" version="7.11.0" match="compatible"/>
<import plugin="de.sebthom.eclipse.commons" version="1.0.0.20240625-1932" match="greaterOrEqual"/>
<import plugin="net.sf.jstuff.core" version="7.12.0" match="compatible"/>
</requires>

<plugin
Expand Down
6 changes: 3 additions & 3 deletions plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Require-Bundle: org.eclipse.platform;bundle-version="4.25.0",
org.eclipse.osgi,
org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.apache.commons.lang3;bundle-version="3.12.0",
de.sebthom.eclipse.commons;bundle-version="1.0.0",
net.sf.jstuff.core;bundle-version="[7.11.0,8.0.0)"
org.apache.commons.lang3;bundle-version="[3.12.0,4.0.0)",
de.sebthom.eclipse.commons;bundle-version="[1.0.0.20240625-1932,2.0.0)",
net.sf.jstuff.core;bundle-version="[7.12.0,8.0.0)"

0 comments on commit b45e081

Please sign in to comment.