Skip to content

Commit

Permalink
Bump Gson version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Aug 1, 2022
1 parent 1656fcb commit 18c418b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ xpath-to-xml uses [semver](http://semver.org/) for its versioning convention.
- Core
- preceding and preceding-sibling axises support.

- 🧰 [Gson] Bump Gson version to 2.9.1
- 🧰 [jakarta.json] Bump jakarta.json version to 2.1.0
- 🧰 [Jackson] Bump Jackson version to 2.13.3
- 🧰 [scala XML] Bump scala-xml version to 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assertj = 'org.assertj:assertj-core:3.23.1'
dom4j = 'org.dom4j:dom4j:2.1.3'
errorprone = { module = 'com.google.errorprone:error_prone_core', version.ref = 'errorprone' }
errorprone-javac = 'com.google.errorprone:javac:9+181-r4173-1'
gson = 'com.google.code.gson:gson:2.9.0'
gson = 'com.google.code.gson:gson:2.9.1'
jackson-databind = { module = 'com.fasterxml.jackson.core:jackson-databind', version.ref = 'jackson' }
jackson-dataformat-yaml = { module = 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml', version.ref = 'jackson' }
jaxen = 'jaxen:jaxen:1.2.0'
Expand Down

0 comments on commit 18c418b

Please sign in to comment.