Skip to content

Commit 514e463

Browse files
Bump org.dom4j:dom4j from 2.1.4 to 2.2.0 (#322)
* Bump org.dom4j:dom4j from 2.1.4 to 2.2.0 Bumps [org.dom4j:dom4j](https://github.com/dom4j/dom4j) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/dom4j/dom4j/releases) - [Commits](dom4j/dom4j@version-2.1.4...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] <support@github.com> * Bump the JVM version for DOM4J. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SimY4 <alex.simkin@outlook.com>
1 parent 84968ff commit 514e463

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jackson = '2.19.1'
44

55
[libraries]
66
assertj = 'org.assertj:assertj-core:3.27.3'
7-
dom4j = 'org.dom4j:dom4j:2.1.4'
7+
dom4j = 'org.dom4j:dom4j:2.2.0'
88
errorprone = { module = 'com.google.errorprone:error_prone_core', version.ref = 'errorprone' }
99
gson = 'com.google.code.gson:gson:2.13.1'
1010
jackson-databind = { module = 'com.fasterxml.jackson.core:jackson-databind', version.ref = 'jackson' }

xpath-to-xml-dom4j/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply from: rootProject.file('gradle/benchmark-jmh.gradle')
33
description = 'Convenient utility to build XML models by evaluating XPath expressions'
44

55
java {
6-
sourceCompatibility = JavaVersion.VERSION_1_8
7-
targetCompatibility = JavaVersion.VERSION_1_8
6+
sourceCompatibility = JavaVersion.VERSION_11
7+
targetCompatibility = JavaVersion.VERSION_11
88
}
99

1010
dependencies {
@@ -19,5 +19,5 @@ dependencies {
1919
}
2020

2121
compileJava {
22-
options.release = 8
22+
options.release = 11
2323
}

xpath-to-xml-dom4j/gradle.lockfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
javax.xml.bind:jaxb-api:2.2.12=runtimeClasspath
5-
javax.xml.stream:stax-api:1.0-2=runtimeClasspath
6-
jaxen:jaxen:1.1.6=runtimeClasspath
7-
net.java.dev.msv:xsdlib:2013.6.1=runtimeClasspath
8-
org.dom4j:dom4j:2.1.4=compileClasspath,runtimeClasspath
9-
pull-parser:pull-parser:2.1.10=runtimeClasspath
10-
relaxngDatatype:relaxngDatatype:20020414=runtimeClasspath
11-
xpp3:xpp3:1.1.4c=runtimeClasspath
4+
org.dom4j:dom4j:2.2.0=compileClasspath,runtimeClasspath
125
empty=

0 commit comments

Comments
 (0)