Skip to content

Commit

Permalink
Merge pull request #29 from gabortim/dependabot/gradle/libphonenumber…
Browse files Browse the repository at this point in the history
…-66c873bfde

Bump the libphonenumber group with 2 updates
  • Loading branch information
github-actions[bot] authored Dec 8, 2023
2 parents 0bf171f + 77ed430 commit 14fbff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}

version = "8.13.26"
version = "8.13.27"
String versionFile = "version.txt"

josm {
Expand All @@ -55,7 +55,7 @@ dependencies {
packIntoJar("com.googlecode.libphonenumber:libphonenumber:$version")

// https://mvnrepository.com/artifact/com.googlecode.libphonenumber/geocoder
packIntoJar("com.googlecode.libphonenumber:geocoder:2.220")
packIntoJar("com.googlecode.libphonenumber:geocoder:2.221")
}

jar {
Expand Down

0 comments on commit 14fbff4

Please sign in to comment.