Skip to content

Commit b291a53

Browse files
dependabot[bot]joehni
authored andcommitted
Bump org.dom4j:dom4j from 2.0.2 to 2.2.0
Bumps [org.dom4j:dom4j](https://github.com/dom4j/dom4j) from 2.0.2 to 2.2.0. - [Release notes](https://github.com/dom4j/dom4j/releases) - [Commits](dom4j/dom4j@version-2.0.2...version/2.2.0) --- updated-dependencies: - dependency-name: org.dom4j:dom4j dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 347d6ad commit b291a53

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,6 @@
389389
<groupId>org.dom4j</groupId>
390390
<artifactId>dom4j</artifactId>
391391
<version>${version.org.dom4j}</version>
392-
<exclusions>
393-
<exclusion>
394-
<groupId>jaxen</groupId>
395-
<artifactId>jaxen</artifactId>
396-
</exclusion>
397-
</exclusions>
398392
</dependency>
399393

400394
<dependency>
@@ -1129,7 +1123,7 @@
11291123
<version.org.apache.felix>7.0.5</version.org.apache.felix>
11301124
<version.org.codehaus.jettison>1.5.4</version.org.codehaus.jettison>
11311125
<version.com.fasterxml.woodstox.core>6.4.0</version.com.fasterxml.woodstox.core>
1132-
<version.org.dom4j>2.0.2</version.org.dom4j>
1126+
<version.org.dom4j>2.2.0</version.org.dom4j>
11331127
<version.org.hibernate.orm.core>7.1.6.Final</version.org.hibernate.orm.core>
11341128
<version.org.hibernate.orm.envers>${version.org.hibernate.orm.core}</version.org.hibernate.orm.envers>
11351129
<version.org.jdom>1.1.3</version.org.jdom>

xstream-distribution/src/content/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1 id="optional-deps">Optional Dependencies</h1>
7171
<li><a href="https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.4a/xmlpull-1.1.3.4a.jar">XmlPull</a>, the <a href="http://www.xmlpull.org/">XML pull parser API</a> and factory to detect available implementations.</li>
7272
<li><a href="http://www.extreme.indiana.edu/dist/java-repository/xpp3/jars/xpp3_min-1.1.4c.jar">Xpp3</a>, an XML pull parser.</li>
7373
<li><a href="http://downloads.sourceforge.net/kxml/kxml2-2.3.0.jar">kXML2</a> or <a href="http://downloads.sourceforge.net/kxml/kxml2-min-2.3.0.jar">kXML2-min</a>, an XML pull parser.</li>
74-
<li><a href="https://github.com/dom4j/dom4j/releases/download/version-2.0.2/dom4j-2.0.2.jar">DOM4J</a>, easy XML representation and manipulation framework.</li>
74+
<li><a href="https://github.com/dom4j/dom4j/releases/download/version-2.2.0/dom4j-2.2.0.jar">DOM4J</a>, easy XML representation and manipulation framework.</li>
7575
<li><a href="http://www.jdom.org/dist/binary/archive/jdom-1.1.3.zip">JDOM</a>, easy XML representation and manipulation (superseded by JDOM2).</li>
7676
<li><a href="http://www.jdom.org/dist/binary/jdom-2.0.6.zip">JDOM2</a>, easy XML representation and manipulation, successor of JDOM.</li>
7777
<li>StaX, the <a href="https://repo1.maven.org/maven2/stax/stax/1.2.0/stax-1.2.0.jar">reference implementation</a> of the <a href="https://repo1.maven.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar">Streaming API for XML</a>.</li>

0 commit comments

Comments
 (0)