Skip to content

Commit 23309d2

Browse files
committed
Update versions of dependencies
1 parent 0a21a8e commit 23309d2

File tree

74 files changed

+195
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+195
-284
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>4.0.12</version>
6+
<version>4.0.13</version>
77
</extension>
88
</extensions>

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ NatTable is a subproject of the Nebula Project, the home of further supplemental
99

1010
The project details can be found [here](https://projects.eclipse.org/projects/technology.nebula.nattable).
1111

12-
This project uses [GitHub Issues](https://github.com/eclipse-nebula-nattable/nattable/issues) to track ongoing development and issues.
13-
Be sure to search for existing bugs before you create another one. Remember that ontributions are always welcome!
12+
This project uses [GitHub Issues](https://github.com/eclipse-nattable/nattable/issues) to track ongoing development and issues.
13+
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
1414

1515
Previously this project used Bugzilla. Until the Eclipse Foundation is not shutting down Bugzilla, you can find solved issues there:
1616
* [Search for issues](https://bugs.eclipse.org/bugs/buglist.cgi?product=NatTable)
@@ -45,7 +45,7 @@ The development tools with minimum versions that are used by the NatTable team a
4545

4646
* JDK 21
4747
* Eclipse 4.32 (2024-06)
48-
* Maven 3.9.8 with Tycho 4.0.8
48+
* Maven 3.9.8 with Tycho 4.0.13
4949
* Git
5050
* JUnit5
5151

@@ -60,9 +60,9 @@ The NatTable source is divided into the following main projects:
6060
* org.eclipse.nebula.widgets.nattable.extension.glazedlists.test - NatTable extensions for GlazedLists tests
6161
* org.eclipse.nebula.widgets.nattable.extension.nebula - NatTable extensions for Nebula
6262
* org.eclipse.nebula.widgets.nattable.extension.poi - NatTable extensions for Apache POI
63-
* org.eclipse.nebula.widgets.examples - NatTable example application containing several examples
64-
* org.eclipse.nebula.widgets.examples.e4 - NatTable examples for Eclipse 4
65-
* org.eclipse.nebula.widgets.examples.e4.product - NatTable examples application as Eclipse 4 application
63+
* org.eclipse.nebula.widgets.nattable.examples - NatTable example application containing several examples
64+
* org.eclipse.nebula.widgets.nattable.examples.e4 - NatTable examples for Eclipse 4
65+
* org.eclipse.nebula.widgets.nattable.examples.e4.product - NatTable examples application as Eclipse 4 application
6666

6767
In addition there are also various feature projects necessary for release engineering. All of these projects are packaged as Eclipse plugins/OSGi bundles.
6868

NOTICE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ SPDX-License-Identifier: EPL-2.0
2222

2323
The project maintains the following source code repository:
2424

25-
* https://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/
25+
* https://github.com/eclipse-nattable/nattable
2626

2727
## Third-party Content
2828

2929
The following list contains the third-party-content that is explicitly added additionally to the Eclipse Platform dependencies in the [Target Definition](target-platform/target-platform.target).
3030
A detailed dependency list is available in [DEPENDENCIES](DEPENDENCIES).
3131

32-
Eclipse Collections 10.4
32+
Eclipse Collections 12.0.0
3333

3434
* License: EPL-1.0 OR BSD-3-Clause
3535
* Project: https://www.eclipse.org/collections/
@@ -41,19 +41,19 @@ GlazedLists 1.11
4141
* Project: http://www.glazedlists.com/
4242
* Source: https://github.com/glazedlists/glazedlists/
4343

44-
Eclipse Nebula 3.0.0 (CWT 1.1.0, CDateTime 1.5.0, RichText 1.5.1)
44+
Eclipse Nebula 3.1.1 (CWT 1.1.0, CDateTime 1.5.0, RichText 1.5.1)
4545

4646
* License: EPL-2.0
4747
* Project: https://www.eclipse.org/nebula/
4848
* Source: https://github.com/eclipse/nebula
4949

50-
Apache Commons Collections 4.4.0
50+
Apache Commons Collections 4.5.0
5151

5252
* License: Apache-2.0
5353
* Project: https://commons.apache.org/proper/commons-collections/
5454
* Source: https://github.com/apache/commons-collections
5555

56-
Apache Commons Codec 1.14.0
56+
Apache Commons Codec 1.18.0
5757

5858
* License: Apache-2.0
5959
* Project: https://commons.apache.org/proper/commons-codec/
@@ -64,12 +64,12 @@ Apache Commons Math 3.6.1
6464
* License: Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause
6565
* Project: https://commons.apache.org/proper/commons-math/
6666

67-
Apache POI 4.1.1
67+
Apache POI 5.4.1
6868

6969
* License: Apache-2.0 AND MIT AND BSD-3-Clause AND EPL-1.0
7070
* Project: https://poi.apache.org/
7171

72-
SLF4J API 1.7.30
72+
SLF4J API 2.0.17
7373

7474
* License: MIT
7575
* Project: https://www.slf4j.org/

org.eclipse.nebula.widgets.nattable.core.feature/feature.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@
2121

2222
<plugin
2323
id="org.eclipse.nebula.widgets.nattable.core"
24-
download-size="0"
25-
install-size="0"
26-
version="0.0.0"
27-
unpack="false"/>
28-
29-
<plugin
30-
id="org.eclipse.collections"
31-
download-size="0"
32-
install-size="0"
33-
version="0.0.0"
34-
unpack="false"/>
24+
version="0.0.0"/>
3525

3626
</feature>

org.eclipse.nebula.widgets.nattable.core.test/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Import-Package: org.eclipse.core.commands.common,
1414
Require-Bundle: junit-jupiter-api;bundle-version="5.10.0",
1515
junit-jupiter-engine;bundle-version="5.10.0",
1616
junit-platform-commons;bundle-version="1.10.0",
17-
org.opentest4j;bundle-version="1.3.0"
17+
org.opentest4j;bundle-version="1.3.0",
18+
org.eclipse.collections.impl;bundle-version="12.0.0"
1819
Export-Package: org.eclipse.nebula.widgets.nattable.test.fixture,
1920
org.eclipse.nebula.widgets.nattable.test.fixture.command,
2021
org.eclipse.nebula.widgets.nattable.test.fixture.data,

org.eclipse.nebula.widgets.nattable.core/META-INF/MANIFEST.MF

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -182,29 +182,29 @@ Export-Package: org.eclipse.nebula.widgets.nattable;version="2.6.0",
182182
org.eclipse.nebula.widgets.nattable.viewport.command;version="2.6.0",
183183
org.eclipse.nebula.widgets.nattable.viewport.event;version="2.6.0",
184184
org.eclipse.nebula.widgets.nattable.widget;version="2.6.0"
185-
Import-Package: org.eclipse.collections.api;version="10.1.0",
186-
org.eclipse.collections.api.block;version="10.1.0",
187-
org.eclipse.collections.api.block.function;version="10.1.0",
188-
org.eclipse.collections.api.block.function.primitive;version="10.1.0",
189-
org.eclipse.collections.api.block.predicate;version="10.1.0",
190-
org.eclipse.collections.api.block.predicate.primitive;version="10.1.0",
191-
org.eclipse.collections.api.block.procedure;version="10.1.0",
192-
org.eclipse.collections.api.block.procedure.primitive;version="10.1.0",
193-
org.eclipse.collections.api.collection.primitive;version="10.1.0",
194-
org.eclipse.collections.api.factory;version="10.1.0",
195-
org.eclipse.collections.api.factory.list.primitive;version="10.1.0",
196-
org.eclipse.collections.api.factory.map;version="10.1.0",
197-
org.eclipse.collections.api.factory.map.primitive;version="10.1.0",
185+
Import-Package: org.eclipse.collections.api;version="11.1.0",
186+
org.eclipse.collections.api.block;version="11.1.0",
187+
org.eclipse.collections.api.block.function;version="11.1.0",
188+
org.eclipse.collections.api.block.function.primitive;version="11.1.0",
189+
org.eclipse.collections.api.block.predicate;version="11.1.0",
190+
org.eclipse.collections.api.block.predicate.primitive;version="11.1.0",
191+
org.eclipse.collections.api.block.procedure;version="11.1.0",
192+
org.eclipse.collections.api.block.procedure.primitive;version="11.1.0",
193+
org.eclipse.collections.api.collection.primitive;version="11.1.0",
194+
org.eclipse.collections.api.factory;version="11.1.0",
195+
org.eclipse.collections.api.factory.list.primitive;version="11.1.0",
196+
org.eclipse.collections.api.factory.map;version="11.1.0",
197+
org.eclipse.collections.api.factory.map.primitive;version="11.1.0",
198+
org.eclipse.collections.api.factory.primitive;version="11.1.0",
198199
org.eclipse.collections.api.factory.set;version="10.4.0",
199-
org.eclipse.collections.api.factory.set.primitive;version="10.1.0",
200-
org.eclipse.collections.api.iterator;version="10.1.0",
201-
org.eclipse.collections.api.list;version="10.1.0",
202-
org.eclipse.collections.api.list.primitive;version="10.1.0",
203-
org.eclipse.collections.api.map;version="10.1.0",
204-
org.eclipse.collections.api.map.primitive;version="10.1.0",
205-
org.eclipse.collections.api.set.primitive;version="10.1.0",
206-
org.eclipse.collections.api.tuple.primitive;version="10.1.0",
207-
org.eclipse.collections.impl.factory.primitive;version="10.1.0",
200+
org.eclipse.collections.api.factory.set.primitive;version="11.1.0",
201+
org.eclipse.collections.api.iterator;version="11.1.0",
202+
org.eclipse.collections.api.list;version="11.1.0",
203+
org.eclipse.collections.api.list.primitive;version="11.1.0",
204+
org.eclipse.collections.api.map;version="11.1.0",
205+
org.eclipse.collections.api.map.primitive;version="11.1.0",
206+
org.eclipse.collections.api.set.primitive;version="11.1.0",
207+
org.eclipse.collections.api.tuple.primitive;version="11.1.0",
208208
org.eclipse.core.commands.common,
209209
org.eclipse.jface.action,
210210
org.eclipse.jface.bindings.keys,

org.eclipse.nebula.widgets.nattable.core/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,37 +42,37 @@
4242
<dependency>
4343
<groupId>org.eclipse.collections</groupId>
4444
<artifactId>eclipse-collections-api</artifactId>
45-
<version>11.1.0</version>
45+
<version>12.0.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.eclipse.collections</groupId>
4949
<artifactId>eclipse-collections</artifactId>
50-
<version>11.1.0</version>
50+
<version>12.0.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.eclipse.platform</groupId>
5454
<artifactId>org.eclipse.jface</artifactId>
55-
<version>3.20.0</version>
55+
<version>3.26.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.eclipse.platform</groupId>
5959
<artifactId>org.eclipse.swt</artifactId>
60-
<version>3.114.100</version>
60+
<version>3.120.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.eclipse.platform</groupId>
6464
<artifactId>org.eclipse.equinox.common</artifactId>
65-
<version>3.12.0</version>
65+
<version>3.16.100</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.eclipse.platform</groupId>
6969
<artifactId>org.eclipse.core.commands</artifactId>
70-
<version>3.9.700</version>
70+
<version>3.10.200</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.slf4j</groupId>
7474
<artifactId>slf4j-api</artifactId>
75-
<version>1.7.30</version>
75+
<version>2.0.17</version>
7676
</dependency>
7777
</dependencies>
7878
</project>

org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/ColumnGroupExpandCollapseLayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
import java.util.Collection;
1616

17+
import org.eclipse.collections.api.factory.primitive.IntSets;
1718
import org.eclipse.collections.api.set.primitive.MutableIntSet;
18-
import org.eclipse.collections.impl.factory.primitive.IntSets;
1919
import org.eclipse.nebula.widgets.nattable.group.ColumnGroupModel.ColumnGroup;
2020
import org.eclipse.nebula.widgets.nattable.group.command.ColumnGroupExpandCollapseCommandHandler;
2121
import org.eclipse.nebula.widgets.nattable.hideshow.AbstractColumnHideShowLayer;

org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/ColumnGroupUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import java.util.Collections;
1818
import java.util.List;
1919

20+
import org.eclipse.collections.api.factory.primitive.IntLists;
2021
import org.eclipse.collections.api.list.primitive.MutableIntList;
21-
import org.eclipse.collections.impl.factory.primitive.IntLists;
2222
import org.eclipse.nebula.widgets.nattable.coordinate.PositionUtil;
2323
import org.eclipse.nebula.widgets.nattable.group.ColumnGroupModel.ColumnGroup;
2424
import org.eclipse.nebula.widgets.nattable.group.performance.ColumnGroupHeaderLayer;

org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/RowGroupExpandCollapseLayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
import java.util.Collection;
1616

17+
import org.eclipse.collections.api.factory.primitive.IntSets;
1718
import org.eclipse.collections.api.set.primitive.MutableIntSet;
18-
import org.eclipse.collections.impl.factory.primitive.IntSets;
1919
import org.eclipse.nebula.widgets.nattable.group.command.RowGroupExpandCollapseCommandHandler;
2020
import org.eclipse.nebula.widgets.nattable.group.model.IRowGroup;
2121
import org.eclipse.nebula.widgets.nattable.group.model.IRowGroupModel;

0 commit comments

Comments
 (0)