Skip to content

Commit f69d968

Browse files
authored
Merge pull request #66 from rnc/BR1
Update versions. Remove commons-lang:2.6
2 parents eb87a50 + 902bc72 commit f69d968

File tree

1 file changed

+32
-36
lines changed

1 file changed

+32
-36
lines changed

pom.xml

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,68 +18,69 @@
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
21-
21+
2222
<parent>
2323
<groupId>org.commonjava</groupId>
2424
<artifactId>commonjava</artifactId>
25-
<version>18</version>
25+
<version>21</version>
2626
</parent>
27-
27+
2828
<groupId>org.commonjava.boms</groupId>
2929
<artifactId>web-commons-bom</artifactId>
3030
<version>30-SNAPSHOT</version>
31-
31+
3232
<packaging>pom</packaging>
33-
33+
3434
<name>Web Commons (BOM)</name>
3535
<description>List of common dependencies used in web applications.</description>
36-
36+
3737
<url>https://github.com/Commonjava/web-commons-bom</url>
3838
<inceptionYear>2012-2024</inceptionYear>
39-
39+
4040
<developers>
4141
<developer>
4242
<id>jdcasey</id>
4343
<email>[email protected]</email>
4444
<name>John Casey</name>
4545
</developer>
4646
</developers>
47-
47+
4848
<scm>
4949
<connection>scm:git:https://github.com/Commonjava/web-commons-bom</connection>
5050
<developerConnection>scm:git:https://github.com/Commonjava/web-commons-bom</developerConnection>
5151
<url>https://github.com/Commonjava/web-commons-bom</url>
5252
<tag>HEAD</tag>
5353
</scm>
54-
54+
5555
<properties>
5656
<projectOwner>Red Hat, Inc.</projectOwner>
5757
<projectEmail>https://github.com/Commonjava/web-commons-bom</projectEmail>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59-
<slf4j-version>2.0.7</slf4j-version>
59+
<slf4j-version>2.0.17</slf4j-version>
6060
<weft-version>1.22</weft-version>
6161
<webdav-version>3.2.0</webdav-version>
62-
<jackson-version>2.15.2</jackson-version>
63-
<httpcoreVersion>4.4.15</httpcoreVersion>
64-
<httpclientVersion>4.5.13</httpclientVersion>
62+
<!-- Note jackson-core/databind was published as 2.20.0 but annotations was 2.20 -->
63+
<jackson-version>2.20</jackson-version>
64+
<httpcoreVersion>4.4.16</httpcoreVersion>
65+
<httpclientVersion>4.5.14</httpclientVersion>
6566
<resteasy-version>3.0.12.Final</resteasy-version>
6667
<jaxrs-version>3.0.12.Final</jaxrs-version>
6768
<weld-version>3.1.9.Final</weld-version>
6869
<cdi-version>2.0</cdi-version>
69-
<logback-version>1.5.13</logback-version>
70+
<logback-version>1.5.19</logback-version>
7071
<enforceBestPractices>false</enforceBestPractices>
7172
<enforceStandards>false</enforceStandards>
7273
<enforceVersions>false</enforceVersions>
7374
</properties>
74-
75+
7576
<dependencyManagement>
7677
<dependencies>
7778
<dependency>
7879
<groupId>org.commonjava.cdi.util</groupId>
7980
<artifactId>weft</artifactId>
8081
<version>${weft-version}</version>
8182
</dependency>
82-
83+
8384
<dependency>
8485
<groupId>org.commonjava.web</groupId>
8586
<artifactId>webdav-handler-common</artifactId>
@@ -95,21 +96,16 @@
9596
<artifactId>webdav-handler-servlet</artifactId>
9697
<version>${webdav-version}</version>
9798
</dependency>
98-
99-
<dependency>
100-
<groupId>commons-lang</groupId>
101-
<artifactId>commons-lang</artifactId>
102-
<version>2.6</version>
103-
</dependency>
99+
104100
<dependency>
105101
<groupId>commons-io</groupId>
106102
<artifactId>commons-io</artifactId>
107-
<version>2.14.0</version>
103+
<version>2.20.0</version>
108104
</dependency>
109105
<dependency>
110106
<groupId>org.apache.commons</groupId>
111107
<artifactId>commons-lang3</artifactId>
112-
<version>3.12.0</version>
108+
<version>3.19.0</version>
113109
</dependency>
114110

115111
<dependency>
@@ -157,14 +153,14 @@
157153
<artifactId>logback-classic</artifactId>
158154
<version>${logback-version}</version>
159155
</dependency>
160-
156+
161157
<dependency>
162158
<groupId>args4j</groupId>
163159
<artifactId>args4j</artifactId>
164-
<version>2.0.29</version>
160+
<version>2.37</version>
165161
</dependency>
166-
167-
162+
163+
168164
<dependency>
169165
<groupId>org.jboss.resteasy</groupId>
170166
<artifactId>jaxrs-api</artifactId>
@@ -208,7 +204,7 @@
208204
<dependency>
209205
<groupId>com.google.code.gson</groupId>
210206
<artifactId>gson</artifactId>
211-
<version>2.8.9</version>
207+
<version>2.13.2</version>
212208
</dependency>
213209
<dependency>
214210
<groupId>org.apache.httpcomponents</groupId>
@@ -232,19 +228,19 @@
232228
</exclusion>
233229
</exclusions>
234230
</dependency>
235-
231+
236232
<dependency>
237233
<groupId>com.google.guava</groupId>
238234
<artifactId>guava</artifactId>
239235
<version>32.0.0-jre</version>
240236
</dependency>
241-
237+
242238
<dependency>
243239
<groupId>commons-codec</groupId>
244240
<artifactId>commons-codec</artifactId>
245-
<version>1.15</version>
241+
<version>1.19.0</version>
246242
</dependency>
247-
243+
248244
<dependency>
249245
<groupId>org.jboss.weld.se</groupId>
250246
<artifactId>weld-se-shaded</artifactId>
@@ -283,12 +279,12 @@
283279
<dependency>
284280
<groupId>com.fasterxml.jackson.core</groupId>
285281
<artifactId>jackson-core</artifactId>
286-
<version>${jackson-version}</version>
282+
<version>${jackson-version}.0</version>
287283
</dependency>
288284
<dependency>
289285
<groupId>com.fasterxml.jackson.core</groupId>
290286
<artifactId>jackson-databind</artifactId>
291-
<version>${jackson-version}</version>
287+
<version>${jackson-version}.0</version>
292288
</dependency>
293289
<dependency>
294290
<groupId>com.fasterxml.jackson.core</groupId>
@@ -309,7 +305,7 @@
309305
</dependency>
310306
</dependencies>
311307
</dependencyManagement>
312-
308+
313309
<build>
314310
<plugins>
315311
<plugin>

0 commit comments

Comments
 (0)