Skip to content

Commit 684de10

Browse files
committed
Moved from Apache POI 5.2.3 to 5.5.0.
1 parent 4d64db8 commit 684de10

File tree

8 files changed

+53
-15
lines changed

8 files changed

+53
-15
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2016, 2024 Obeo.
2+
Copyright (c) 2016, 2025 Obeo.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License v1.0
55
which accompanies this distribution, and is a vailable at
@@ -16,7 +16,7 @@
1616
</prerequisites>
1717
<groupId>org.obeonetwork.bits</groupId>
1818
<artifactId>org.obeonetwork.bits.parent</artifactId>
19-
<version>0.14.0-SNAPSHOT</version>
19+
<version>0.15.0-SNAPSHOT</version>
2020
<packaging>pom</packaging>
2121

2222
<modules>

thirdparties/org.antlr.runtime_4.10.1.v20230210-9999/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.obeonetwork.bits</groupId>
88
<artifactId>org.obeonetwork.bits.parent</artifactId>
99
<relativePath>../..</relativePath>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.15.0-SNAPSHOT</version>
1111
</parent>
1212
<groupId>org.obeonetwork.bits</groupId>
1313
<artifactId>org.antlr.runtime</artifactId>

thirdparties/org.antlr.runtime_4.7.2.v20221112-9999/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.obeonetwork.bits</groupId>
88
<artifactId>org.obeonetwork.bits.parent</artifactId>
99
<relativePath>../..</relativePath>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.15.0-SNAPSHOT</version>
1111
</parent>
1212
<groupId>org.obeonetwork.bits</groupId>
1313
<artifactId>org.antlr.runtime</artifactId>

thirdparties/org.apache.poi.feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2016, 2023 Obeo.
3+
Copyright (c) 2016, 2025 Obeo.
44
All rights reserved. This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v1.0
66
which accompanies this distribution, and is available at
@@ -13,7 +13,7 @@
1313
<feature
1414
id="org.apache.poi.feature"
1515
label="Apache POI"
16-
version="5.2.3.qualifier"
16+
version="5.5.0.qualifier"
1717
provider-name="Apache">
1818

1919
<description url="https://poi.apache.org/">

thirdparties/org.apache.poi.feature/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2016, 2023 Obeo.
3+
Copyright (c) 2016, 2025 Obeo.
44
All rights reserved. This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v1.0
66
which accompanies this distribution, and is available at
@@ -17,10 +17,10 @@
1717
<groupId>org.obeonetwork.bits</groupId>
1818
<artifactId>org.obeonetwork.bits.parent</artifactId>
1919
<relativePath>../..</relativePath>
20-
<version>0.14.0-SNAPSHOT</version>
20+
<version>0.15.0-SNAPSHOT</version>
2121
</parent>
2222
<groupId>org.obeonetwork.bits</groupId>
2323
<artifactId>org.apache.poi.feature</artifactId>
24-
<version>5.2.3-SNAPSHOT</version>
24+
<version>5.5.0-SNAPSHOT</version>
2525
<packaging>eclipse-feature</packaging>
2626
</project>

thirdparties/org.apache.poi/META-INF/MANIFEST.MF

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Poi
44
Bundle-SymbolicName: org.apache.poi
5-
Bundle-Version: 5.2.3.qualifier
5+
Bundle-Version: 5.5.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: Apache
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
@@ -17,6 +17,10 @@ Export-Package: com.graphbuilder.curve,
1717
com.microsoft.schemas.compatibility.impl,
1818
com.microsoft.schemas.office.drawing.x2008.diagram,
1919
com.microsoft.schemas.office.drawing.x2008.diagram.impl,
20+
com.microsoft.schemas.office.drawing.x2012.chart,
21+
com.microsoft.schemas.office.drawing.x2012.chart.impl,
22+
com.microsoft.schemas.office.drawing.x2014.chartex,
23+
com.microsoft.schemas.office.drawing.x2014.chartex.impl,
2024
com.microsoft.schemas.office.excel,
2125
com.microsoft.schemas.office.excel.impl,
2226
com.microsoft.schemas.office.office,
@@ -31,6 +35,8 @@ Export-Package: com.graphbuilder.curve,
3135
com.microsoft.schemas.office.visio.x2012.main.impl,
3236
com.microsoft.schemas.office.word,
3337
com.microsoft.schemas.office.word.impl,
38+
com.microsoft.schemas.office.word.x2010.wordml,
39+
com.microsoft.schemas.office.word.x2010.wordml.impl,
3440
com.microsoft.schemas.office.word.x2012.wordml,
3541
com.microsoft.schemas.office.word.x2012.wordml.impl,
3642
com.microsoft.schemas.office.x2006.digsig,
@@ -48,6 +54,7 @@ Export-Package: com.graphbuilder.curve,
4854
org.apache.commons.collections4,
4955
org.apache.commons.collections4.bag,
5056
org.apache.commons.collections4.bidimap,
57+
org.apache.commons.collections4.bloomfilter,
5158
org.apache.commons.collections4.collection,
5259
org.apache.commons.collections4.comparators,
5360
org.apache.commons.collections4.functors,
@@ -91,6 +98,7 @@ Export-Package: com.graphbuilder.curve,
9198
org.apache.commons.compress.compressors.xz,
9299
org.apache.commons.compress.compressors.z,
93100
org.apache.commons.compress.compressors.zstandard,
101+
org.apache.commons.compress.harmony,
94102
org.apache.commons.compress.harmony.archive.internal.nls,
95103
org.apache.commons.compress.harmony.pack200,
96104
org.apache.commons.compress.harmony.unpack200,
@@ -100,8 +108,12 @@ Export-Package: com.graphbuilder.curve,
100108
org.apache.commons.compress.parallel,
101109
org.apache.commons.compress.utils,
102110
org.apache.commons.io,
111+
org.apache.commons.io.build,
112+
org.apache.commons.io.channels,
113+
org.apache.commons.io.charset,
103114
org.apache.commons.io.comparator,
104115
org.apache.commons.io.file,
116+
org.apache.commons.io.file.attribute,
105117
org.apache.commons.io.file.spi,
106118
org.apache.commons.io.filefilter,
107119
org.apache.commons.io.function,
@@ -110,6 +122,24 @@ Export-Package: com.graphbuilder.curve,
110122
org.apache.commons.io.monitor,
111123
org.apache.commons.io.output,
112124
org.apache.commons.io.serialization,
125+
org.apache.commons.lang3,
126+
org.apache.commons.lang3.arch,
127+
org.apache.commons.lang3.builder,
128+
org.apache.commons.lang3.compare,
129+
org.apache.commons.lang3.concurrent,
130+
org.apache.commons.lang3.concurrent.locks,
131+
org.apache.commons.lang3.event,
132+
org.apache.commons.lang3.exception,
133+
org.apache.commons.lang3.function,
134+
org.apache.commons.lang3.math,
135+
org.apache.commons.lang3.mutable,
136+
org.apache.commons.lang3.reflect,
137+
org.apache.commons.lang3.stream,
138+
org.apache.commons.lang3.text,
139+
org.apache.commons.lang3.text.translate,
140+
org.apache.commons.lang3.time,
141+
org.apache.commons.lang3.tuple,
142+
org.apache.commons.lang3.util,
113143
org.apache.commons.math3,
114144
org.apache.commons.math3.analysis,
115145
org.apache.commons.math3.analysis.differentiation,
@@ -187,11 +217,14 @@ Export-Package: com.graphbuilder.curve,
187217
org.apache.commons.math3.util,
188218
org.apache.logging.log4j,
189219
org.apache.logging.log4j.internal,
220+
org.apache.logging.log4j.internal.map,
190221
org.apache.logging.log4j.message,
191222
org.apache.logging.log4j.simple,
223+
org.apache.logging.log4j.simple.internal,
192224
org.apache.logging.log4j.spi,
193225
org.apache.logging.log4j.status,
194226
org.apache.logging.log4j.util,
227+
org.apache.logging.log4j.util.internal,
195228
org.apache.poi,
196229
org.apache.poi.common,
197230
org.apache.poi.common.usermodel,
@@ -222,6 +255,7 @@ Export-Package: com.graphbuilder.curve,
222255
org.apache.poi.hpsf,
223256
org.apache.poi.hpsf.extractor,
224257
org.apache.poi.hpsf.wellknown,
258+
org.apache.poi.hslf,
225259
org.apache.poi.hslf.blip,
226260
org.apache.poi.hslf.dev,
227261
org.apache.poi.hslf.exceptions,
@@ -268,6 +302,7 @@ Export-Package: com.graphbuilder.curve,
268302
org.apache.poi.hwpf.sprm,
269303
org.apache.poi.hwpf.usermodel,
270304
org.apache.poi.hwpf.util,
305+
org.apache.poi.logging,
271306
org.apache.poi.ooxml,
272307
org.apache.poi.ooxml.dev,
273308
org.apache.poi.ooxml.extractor,
@@ -335,6 +370,7 @@ Export-Package: com.graphbuilder.curve,
335370
org.apache.poi.xdgf.usermodel.shape.exceptions,
336371
org.apache.poi.xdgf.util,
337372
org.apache.poi.xdgf.xml,
373+
org.apache.poi.xslf,
338374
org.apache.poi.xslf.draw,
339375
org.apache.poi.xslf.draw.geom,
340376
org.apache.poi.xslf.extractor,
@@ -351,6 +387,7 @@ Export-Package: com.graphbuilder.curve,
351387
org.apache.poi.xssf.usermodel.extensions,
352388
org.apache.poi.xssf.usermodel.helpers,
353389
org.apache.poi.xssf.util,
390+
org.apache.poi.xwpf,
354391
org.apache.poi.xwpf.extractor,
355392
org.apache.poi.xwpf.model,
356393
org.apache.poi.xwpf.usermodel,
@@ -359,6 +396,7 @@ Export-Package: com.graphbuilder.curve,
359396
org.apache.xmlbeans.impl.config,
360397
org.apache.xmlbeans.impl.inst2xsd,
361398
org.apache.xmlbeans.impl.inst2xsd.util,
399+
org.apache.xmlbeans.impl.logging,
362400
org.apache.xmlbeans.impl.regex,
363401
org.apache.xmlbeans.impl.repackage,
364402
org.apache.xmlbeans.impl.richParser,

thirdparties/org.apache.poi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<properties>
7-
<poiVersion>5.2.3</poiVersion>
7+
<poiVersion>5.5.0</poiVersion>
88
<xdocreportVersion>1.0.6</xdocreportVersion>
99
</properties>
1010

1111
<parent>
1212
<groupId>org.obeonetwork.bits</groupId>
1313
<artifactId>org.obeonetwork.bits.parent</artifactId>
1414
<relativePath>../..</relativePath>
15-
<version>0.14.0-SNAPSHOT</version>
15+
<version>0.15.0-SNAPSHOT</version>
1616
</parent>
1717
<groupId>org.obeonetwork.bits</groupId>
1818
<artifactId>org.apache.poi</artifactId>

thirdparties/org.obeonetwork.bits.thirdparties.update/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2016, 2023 Obeo.
3+
Copyright (c) 2016, 2025 Obeo.
44
All rights reserved. This program and the accompanying materials
55
are made available under the terms of the Eclipse Public License v1.0
66
which accompanies this distribution, and is available at
@@ -17,11 +17,11 @@
1717
<groupId>org.obeonetwork.bits</groupId>
1818
<artifactId>org.obeonetwork.bits.parent</artifactId>
1919
<relativePath>../..</relativePath>
20-
<version>0.14.0-SNAPSHOT</version>
20+
<version>0.15.0-SNAPSHOT</version>
2121
</parent>
2222
<groupId>org.obeonetwork.bits</groupId>
2323
<artifactId>org.obeonetwork.bits.thirdparties.update</artifactId>
24-
<version>0.14.0-SNAPSHOT</version>
24+
<version>0.15.0-SNAPSHOT</version>
2525
<packaging>eclipse-repository</packaging>
2626

2727

0 commit comments

Comments
 (0)