|
18 | 18 | --> |
19 | 19 | <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"> |
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | | - |
| 21 | + |
22 | 22 | <parent> |
23 | 23 | <groupId>org.commonjava</groupId> |
24 | 24 | <artifactId>commonjava</artifactId> |
25 | | - <version>18</version> |
| 25 | + <version>21</version> |
26 | 26 | </parent> |
27 | | - |
| 27 | + |
28 | 28 | <groupId>org.commonjava.boms</groupId> |
29 | 29 | <artifactId>web-commons-bom</artifactId> |
30 | 30 | <version>30-SNAPSHOT</version> |
31 | | - |
| 31 | + |
32 | 32 | <packaging>pom</packaging> |
33 | | - |
| 33 | + |
34 | 34 | <name>Web Commons (BOM)</name> |
35 | 35 | <description>List of common dependencies used in web applications.</description> |
36 | | - |
| 36 | + |
37 | 37 | <url>https://github.com/Commonjava/web-commons-bom</url> |
38 | 38 | <inceptionYear>2012-2024</inceptionYear> |
39 | | - |
| 39 | + |
40 | 40 | <developers> |
41 | 41 | <developer> |
42 | 42 | <id>jdcasey</id> |
43 | 43 | |
44 | 44 | <name>John Casey</name> |
45 | 45 | </developer> |
46 | 46 | </developers> |
47 | | - |
| 47 | + |
48 | 48 | <scm> |
49 | 49 | <connection>scm:git:https://github.com/Commonjava/web-commons-bom</connection> |
50 | 50 | <developerConnection>scm:git:https://github.com/Commonjava/web-commons-bom</developerConnection> |
51 | 51 | <url>https://github.com/Commonjava/web-commons-bom</url> |
52 | 52 | <tag>HEAD</tag> |
53 | 53 | </scm> |
54 | | - |
| 54 | + |
55 | 55 | <properties> |
56 | 56 | <projectOwner>Red Hat, Inc.</projectOwner> |
57 | 57 | <projectEmail>https://github.com/Commonjava/web-commons-bom</projectEmail> |
58 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
59 | | - <slf4j-version>2.0.7</slf4j-version> |
| 59 | + <slf4j-version>2.0.17</slf4j-version> |
60 | 60 | <weft-version>1.22</weft-version> |
61 | 61 | <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> |
65 | 66 | <resteasy-version>3.0.12.Final</resteasy-version> |
66 | 67 | <jaxrs-version>3.0.12.Final</jaxrs-version> |
67 | 68 | <weld-version>3.1.9.Final</weld-version> |
68 | 69 | <cdi-version>2.0</cdi-version> |
69 | | - <logback-version>1.5.13</logback-version> |
| 70 | + <logback-version>1.5.19</logback-version> |
70 | 71 | <enforceBestPractices>false</enforceBestPractices> |
71 | 72 | <enforceStandards>false</enforceStandards> |
72 | 73 | <enforceVersions>false</enforceVersions> |
73 | 74 | </properties> |
74 | | - |
| 75 | + |
75 | 76 | <dependencyManagement> |
76 | 77 | <dependencies> |
77 | 78 | <dependency> |
78 | 79 | <groupId>org.commonjava.cdi.util</groupId> |
79 | 80 | <artifactId>weft</artifactId> |
80 | 81 | <version>${weft-version}</version> |
81 | 82 | </dependency> |
82 | | - |
| 83 | + |
83 | 84 | <dependency> |
84 | 85 | <groupId>org.commonjava.web</groupId> |
85 | 86 | <artifactId>webdav-handler-common</artifactId> |
|
95 | 96 | <artifactId>webdav-handler-servlet</artifactId> |
96 | 97 | <version>${webdav-version}</version> |
97 | 98 | </dependency> |
98 | | - |
99 | | - <dependency> |
100 | | - <groupId>commons-lang</groupId> |
101 | | - <artifactId>commons-lang</artifactId> |
102 | | - <version>2.6</version> |
103 | | - </dependency> |
| 99 | + |
104 | 100 | <dependency> |
105 | 101 | <groupId>commons-io</groupId> |
106 | 102 | <artifactId>commons-io</artifactId> |
107 | | - <version>2.14.0</version> |
| 103 | + <version>2.20.0</version> |
108 | 104 | </dependency> |
109 | 105 | <dependency> |
110 | 106 | <groupId>org.apache.commons</groupId> |
111 | 107 | <artifactId>commons-lang3</artifactId> |
112 | | - <version>3.12.0</version> |
| 108 | + <version>3.19.0</version> |
113 | 109 | </dependency> |
114 | 110 |
|
115 | 111 | <dependency> |
|
157 | 153 | <artifactId>logback-classic</artifactId> |
158 | 154 | <version>${logback-version}</version> |
159 | 155 | </dependency> |
160 | | - |
| 156 | + |
161 | 157 | <dependency> |
162 | 158 | <groupId>args4j</groupId> |
163 | 159 | <artifactId>args4j</artifactId> |
164 | | - <version>2.0.29</version> |
| 160 | + <version>2.37</version> |
165 | 161 | </dependency> |
166 | | - |
167 | | - |
| 162 | + |
| 163 | + |
168 | 164 | <dependency> |
169 | 165 | <groupId>org.jboss.resteasy</groupId> |
170 | 166 | <artifactId>jaxrs-api</artifactId> |
|
208 | 204 | <dependency> |
209 | 205 | <groupId>com.google.code.gson</groupId> |
210 | 206 | <artifactId>gson</artifactId> |
211 | | - <version>2.8.9</version> |
| 207 | + <version>2.13.2</version> |
212 | 208 | </dependency> |
213 | 209 | <dependency> |
214 | 210 | <groupId>org.apache.httpcomponents</groupId> |
|
232 | 228 | </exclusion> |
233 | 229 | </exclusions> |
234 | 230 | </dependency> |
235 | | - |
| 231 | + |
236 | 232 | <dependency> |
237 | 233 | <groupId>com.google.guava</groupId> |
238 | 234 | <artifactId>guava</artifactId> |
239 | 235 | <version>32.0.0-jre</version> |
240 | 236 | </dependency> |
241 | | - |
| 237 | + |
242 | 238 | <dependency> |
243 | 239 | <groupId>commons-codec</groupId> |
244 | 240 | <artifactId>commons-codec</artifactId> |
245 | | - <version>1.15</version> |
| 241 | + <version>1.19.0</version> |
246 | 242 | </dependency> |
247 | | - |
| 243 | + |
248 | 244 | <dependency> |
249 | 245 | <groupId>org.jboss.weld.se</groupId> |
250 | 246 | <artifactId>weld-se-shaded</artifactId> |
|
283 | 279 | <dependency> |
284 | 280 | <groupId>com.fasterxml.jackson.core</groupId> |
285 | 281 | <artifactId>jackson-core</artifactId> |
286 | | - <version>${jackson-version}</version> |
| 282 | + <version>${jackson-version}.0</version> |
287 | 283 | </dependency> |
288 | 284 | <dependency> |
289 | 285 | <groupId>com.fasterxml.jackson.core</groupId> |
290 | 286 | <artifactId>jackson-databind</artifactId> |
291 | | - <version>${jackson-version}</version> |
| 287 | + <version>${jackson-version}.0</version> |
292 | 288 | </dependency> |
293 | 289 | <dependency> |
294 | 290 | <groupId>com.fasterxml.jackson.core</groupId> |
|
309 | 305 | </dependency> |
310 | 306 | </dependencies> |
311 | 307 | </dependencyManagement> |
312 | | - |
| 308 | + |
313 | 309 | <build> |
314 | 310 | <plugins> |
315 | 311 | <plugin> |
|
0 commit comments