Skip to content

Commit

Permalink
Bump the libphonenumber group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the libphonenumber group with 2 updates: [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) and [com.googlecode.libphonenumber:geocoder](https://github.com/google/libphonenumber).


Updates `com.googlecode.libphonenumber:libphonenumber` from 8.13.46 to 8.13.47
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](google/libphonenumber@v8.13.46...v8.13.47)

Updates `com.googlecode.libphonenumber:geocoder` from 2.240 to 2.241
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/commits)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libphonenumber
- dependency-name: com.googlecode.libphonenumber:geocoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libphonenumber
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 3165d66 commit 99cfbcb
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 @@ -32,7 +32,7 @@ compileJava {
options.release = 17
}

version = "8.13.46"
version = "8.13.47"
String versionFile = "version.txt"

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

// https://mvnrepository.com/artifact/com.googlecode.libphonenumber/geocoder
packIntoJar("com.googlecode.libphonenumber:geocoder:2.240")
packIntoJar("com.googlecode.libphonenumber:geocoder:2.241")
}

jar {
Expand Down

0 comments on commit 99cfbcb

Please sign in to comment.