Skip to content

Commit a32e928

Browse files
committed
Upgrade dependencies:
re2j: 1.7 to 1.8 commons-io: 2.18 to 2.20 lang3: 3.13 to 3.18 (fix CVE-2025-48924) hsqldb: 2.7.2 to 2.7.4
1 parent 82e83cf commit a32e928

5 files changed

Lines changed: 14 additions & 19 deletions

File tree

bundles/aev.core.ui.rcp/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Require-Bundle: org.eclipse.core.runtime,
1010
com.arcadsoftware.aev.core.ui,
1111
org.eclipse.core.filesystem,
1212
org.eclipse.ui.ide,
13-
org.eclipse.ui.forms
13+
org.eclipse.ui.forms,
14+
org.apache.commons.commons-io;bundle-version="2.20.0",
15+
org.apache.commons.lang3;bundle-version="3.18.0"
1416
Bundle-Vendor: ARCAD Software
1517
Export-Package: com.arcadsoftware.aev.core.ui.common,
1618
com.arcadsoftware.aev.core.ui.rcp.dialogs,
@@ -19,8 +21,6 @@ Bundle-ActivationPolicy: lazy
1921
Bundle-ClassPath: .
2022
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2123
Import-Package: net.sf.jmimemagic,
22-
org.apache.commons.io,
23-
org.apache.commons.lang3;version="3.9.0",
2424
org.osgi.service.component.annotations;resolution:=optional
2525
Service-Component: OSGI-INF/com.arcadsoftware.aev.core.ui.rcp.dialogs.RCPDialogConstantFiller.xml,
2626
OSGI-INF/com.arcadsoftware.aev.core.ui.rcp.tools.FileManagerProvider.xml

bundles/aev.core.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Require-Bundle: com.arcadsoftware.aev.core,
5353
org.eclipse.ui.forms;resolution:=optional,
5454
org.eclipse.rap.jface;resolution:=optional,
5555
org.eclipse.rap.ui;resolution:=optional,
56-
org.eclipse.rap.ui.forms;resolution:=optional
56+
org.eclipse.rap.ui.forms;resolution:=optional,
57+
org.apache.commons.lang3;bundle-version="3.18.0"
5758
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
5859
Bundle-ActivationPolicy: lazy
59-
Import-Package: org.apache.commons.lang3

bundles/aev.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ Export-Package: com.arcadsoftware.aev.core,
1717
com.arcadsoftware.aev.core.osgi,
1818
com.arcadsoftware.aev.core.tools
1919
Require-Bundle: org.eclipse.core.runtime,
20-
org.eclipse.core.resources
20+
org.eclipse.core.resources,
21+
org.apache.commons.lang3;bundle-version="3.18.0"
2122
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2223
Import-Package: com.google.re2j,
23-
org.apache.commons.lang3;version="[3.6.0,4.0.0)",
24-
org.apache.commons.lang3.math;version="[3.6.0,4.0.0)",
25-
org.apache.commons.lang3.time;version="[3.6.0,4.0.0)",
2624
org.osgi.service.component,
2725
org.osgi.service.component.annotations;resolution:=optional,
2826
org.w3c.dom

bundles/aev.list.manager/META-INF/MANIFEST.MF

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ Export-Package: com.arcadsoftware.mmk.lists,
1818
com.arcadsoftware.mmk.lists.managers,
1919
com.arcadsoftware.mmk.lists.metadata,
2020
com.arcadsoftware.mmk.lists.test
21-
Import-Package: com.arcadsoftware.ae.core.exceptions,
22-
com.arcadsoftware.ae.core.logger,
23-
com.arcadsoftware.ae.core.translation,
24-
com.arcadsoftware.ae.core.utils,
25-
com.arcadsoftware.aev.core.messages,
26-
org.apache.commons.io;version="2.8.0"
21+
Require-Bundle: com.arcadsoftware.aev.core;bundle-version="12.0.6",
22+
com.arcadsoftware.aev.core.services;bundle-version="12.0.6",
23+
org.apache.commons.commons-io;bundle-version="2.20.0"
2724
Bundle-ClassPath: .,
2825
libs/org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar,
2926
libs/hsqldb-2.7.1-jdk8.jar

releng/aev.platform/com.arcadsoftware.aev.platform.target

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
<dependency>
3030
<groupId>com.google.re2j</groupId>
3131
<artifactId>re2j</artifactId>
32-
<version>1.7</version>
32+
<version>1.8</version>
3333
<type>jar</type>
3434
</dependency>
3535
<dependency>
3636
<groupId>commons-io</groupId>
3737
<artifactId>commons-io</artifactId>
38-
<version>2.18.0</version>
38+
<version>2.20.0</version>
3939
<type>jar</type>
4040
</dependency>
4141
<dependency>
@@ -47,13 +47,13 @@
4747
<dependency>
4848
<groupId>org.apache.commons</groupId>
4949
<artifactId>commons-lang3</artifactId>
50-
<version>3.13.0</version>
50+
<version>3.18.0</version>
5151
<type>jar</type>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.hsqldb</groupId>
5555
<artifactId>hsqldb</artifactId>
56-
<version>2.7.2</version>
56+
<version>2.7.4</version>
5757
<type>jar</type>
5858
</dependency>
5959
</dependencies>

0 commit comments

Comments
 (0)