Skip to content

Commit

Permalink
deps: update xom to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 28, 2022
1 parent 0d72725 commit d0f890d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

previousVersion = 3.0.1

commonsLangVersion = 3.9
commonsBeanutilsVersion = 1.9.3
commonsCollections4Version = 4.4
ezmorphVersion = 3.0.0
jacocoVersion = 0.8.6
junitVersion = 4.13.2
slf4jVersion = 1.7.32
xomVersion = 1.3.7

kordampPluginVersion = 0.46.0
kordampBuildVersion = 2.5.0
gitPluginVersion = 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion subprojects/json-lib-core/json-lib-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
api("org.slf4j:jcl-over-slf4j:$slf4jVersion")

// the following should be marked as optional
api('xom:xom:1.3.5')
api("xom:xom:$xomVersion")
api("org.kordamp.ezmorph:ezmorph-core:$ezmorphVersion")

testImplementation('xmlunit:xmlunit:1.6')
Expand Down

0 comments on commit d0f890d

Please sign in to comment.