Skip to content

Commit aea9794

Browse files
committed
Update to latest dependencies that don't cause convergence errors.
Remove unneeded <dependencyMansgement> section which is no longer needed.
1 parent 3ff7933 commit aea9794

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

pom.xml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136

137137
<properties>
138138
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
139-
<version.jmh>1.35</version.jmh>
139+
<version.jmh>1.36</version.jmh>
140140
<version.powermock>2.0.9</version.powermock>
141-
<version.spotbugs>4.7.1</version.spotbugs>
141+
<version.spotbugs>4.7.3</version.spotbugs>
142142
<version.findsecbugs>1.12.0</version.findsecbugs>
143143
<version.spotbugs.maven>4.7.3.0</version.spotbugs.maven>
144144
<version.surefire>3.0.0-M7</version.surefire>
@@ -149,17 +149,6 @@
149149
<date.prev_release>2021-05-24 00:00:00</date.prev_release>
150150
</properties>
151151

152-
<dependencyManagement>
153-
<dependencies>
154-
<!-- Required to eliminate dependency convergence issue in AntiSamy 1.7.0 -->
155-
<dependency>
156-
<groupId>org.apache.httpcomponents.core5</groupId>
157-
<artifactId>httpcore5</artifactId>
158-
<version>5.1.4</version>
159-
</dependency>
160-
</dependencies>
161-
</dependencyManagement>
162-
163152
<dependencies>
164153
<dependency>
165154
<groupId>javax.servlet</groupId>
@@ -182,7 +171,7 @@
182171
<dependency>
183172
<groupId>xom</groupId>
184173
<artifactId>xom</artifactId>
185-
<version>1.3.7</version>
174+
<version>1.3.8</version>
186175
<exclusions>
187176
<!-- excluded because we directly import newer versions. -->
188177
<exclusion>
@@ -259,12 +248,12 @@
259248
<dependency>
260249
<groupId>org.owasp.antisamy</groupId>
261250
<artifactId>antisamy</artifactId>
262-
<version>1.7.0</version>
251+
<version>1.7.2</version>
263252
</dependency>
264253
<dependency>
265254
<groupId>org.slf4j</groupId>
266255
<artifactId>slf4j-api</artifactId>
267-
<version>1.7.36</version>
256+
<version>2.0.4</version>
268257
</dependency>
269258
<dependency>
270259
<groupId>xml-apis</groupId>

0 commit comments

Comments
 (0)