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'
44
55[libraries ]
66assertj = ' org.assertj:assertj-core:3.27.3'
7- dom4j = ' org.dom4j:dom4j:2.1.4 '
7+ dom4j = ' org.dom4j:dom4j:2.2.0 '
88errorprone = { module = ' com.google.errorprone:error_prone_core' , version.ref = ' errorprone' }
99gson = ' com.google.code.gson:gson:2.13.1'
1010jackson-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')
33description = ' Convenient utility to build XML models by evaluating XPath expressions'
44
55java {
6- sourceCompatibility = JavaVersion . VERSION_1_8
7- targetCompatibility = JavaVersion . VERSION_1_8
6+ sourceCompatibility = JavaVersion . VERSION_11
7+ targetCompatibility = JavaVersion . VERSION_11
88}
99
1010dependencies {
@@ -19,5 +19,5 @@ dependencies {
1919}
2020
2121compileJava {
22- options. release = 8
22+ options. release = 11
2323}
Original file line number Diff line number Diff line change 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
125empty=
You can’t perform that action at this time.
0 commit comments