File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jackson = '2.19.1'
4
4
5
5
[libraries ]
6
6
assertj = ' org.assertj:assertj-core:3.27.3'
7
- dom4j = ' org.dom4j:dom4j:2.1.4 '
7
+ dom4j = ' org.dom4j:dom4j:2.2.0 '
8
8
errorprone = { module = ' com.google.errorprone:error_prone_core' , version.ref = ' errorprone' }
9
9
gson = ' com.google.code.gson:gson:2.13.1'
10
10
jackson-databind = { module = ' com.fasterxml.jackson.core:jackson-databind' , version.ref = ' jackson' }
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apply from: rootProject.file('gradle/benchmark-jmh.gradle')
3
3
description = ' Convenient utility to build XML models by evaluating XPath expressions'
4
4
5
5
java {
6
- sourceCompatibility = JavaVersion . VERSION_1_8
7
- targetCompatibility = JavaVersion . VERSION_1_8
6
+ sourceCompatibility = JavaVersion . VERSION_11
7
+ targetCompatibility = JavaVersion . VERSION_11
8
8
}
9
9
10
10
dependencies {
@@ -19,5 +19,5 @@ dependencies {
19
19
}
20
20
21
21
compileJava {
22
- options. release = 8
22
+ options. release = 11
23
23
}
Original file line number Diff line number Diff line change 1
1
# This is a Gradle generated file for dependency locking.
2
2
# Manual edits can break the build and are not advised.
3
3
# 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
12
5
empty=
You can’t perform that action at this time.
0 commit comments