Skip to content

Commit

Permalink
update dom4j and gson deps (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Oct 12, 2023
1 parent 9e69c9d commit 1894d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ object Versions {
const val kotlin = "1.8.22"
const val kotlinxCoroutines = "1.4.2"

const val dom4j = "2.1.1"
const val dom4j = "2.1.4"
const val jgit = "5.10.0.202012080955-r"
const val httpMime = "4.5.13"
const val gson = "2.8.6"
const val gson = "2.10.1"
const val androidBuildTools = "4.0.1"

const val junit = "4.13.1"
Expand Down

0 comments on commit 1894d3e

Please sign in to comment.