Skip to content

Bump the minor-java-dependencies group across 1 directory with 5 updates#4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-java-dependencies-08ed9bb926
Closed

Bump the minor-java-dependencies group across 1 directory with 5 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-java-dependencies-08ed9bb926

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-java-dependencies group with 5 updates in the / directory:

Package From To
io.micronaut.platform:micronaut-parent 4.10.13 4.10.15
com.google.protobuf:protobuf-bom 4.34.1 4.35.0
com.googlecode.libphonenumber:libphonenumber 9.0.29 9.0.31
com.messagebird:messagebird-api 6.2.5 6.3.0
org.apache.maven.plugins:maven-enforcer-plugin 3.6.2 3.6.3

Updates io.micronaut.platform:micronaut-parent from 4.10.13 to 4.10.15

Release notes

Sourced from io.micronaut.platform:micronaut-parent's releases.

Micronaut Core 4.10.15

What's Changed

Bug Fixes 🐞

Dependency updates 🚀

Other Changes 💡

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.14...v4.10.15

Micronaut Core 4.10.14

What's Changed

Bug Fixes 🐞

Improvements ⭐

Dependency updates 🚀

Full Changelog: micronaut-projects/micronaut-core@v4.10.13...v4.10.14

Commits

Updates com.google.protobuf:protobuf-bom from 4.34.1 to 4.35.0

Commits

Updates com.googlecode.libphonenumber:libphonenumber from 9.0.29 to 9.0.31

Release notes

Sourced from com.googlecode.libphonenumber:libphonenumber's releases.

v9.0.31

Hi all,

Please find the new JARs on the maven site here.

The new release contains mostly metadata changes.

Thanks to all those who contributed by providing issue reports! See detailed release notes.

Want to be notified of future releases? Join the discussion group!

v9.0.30

Hi all,

Please find the new JARs on the maven site here.

The new release contains mostly metadata changes. Thanks to all those who contributed by providing issue reports! See detailed release notes.

Want to be notified of future releases? Join the discussion group!

Changelog

Sourced from com.googlecode.libphonenumber:libphonenumber's changelog.

May 20, 2026: v9.0.31 Metadata changes:

  • Updated alternate formatting data for country calling code(s): 84
  • Updated phone metadata for region code(s): AI, BO, DZ, ET, GE, GM, IN, TR, UG, VN
  • Updated short number metadata for region code(s): IT
  • Updated geocoding data for country calling code(s): 213 (en)
  • Updated carrier data for country calling code(s): 34 (en), 43 (en), 84 (en), 90 (en), 220 (en), 251 (en), 256 (en), 354 (en), 591 (en), 1264 (en)

May 06, 2026: v9.0.30 Metadata changes:

  • Updated alternate formatting data for country calling code(s): 91
  • Updated phone metadata for region code(s): CL, CZ, DE, IN, SG
  • Updated geocoding data for country calling code(s): 91 (en)
  • Updated carrier data for country calling code(s): 56 (en), 65 (en), 91 (en), 594 (en), 596 (en), 855 (en)

Apr 22, 2026: v9.0.29 Metadata changes:

  • Updated phone metadata for region code(s): BI, BL, GP, MF, MY, SK, TH, TR, TW
  • Updated short number metadata for region code(s): CH
  • New geocoding data for country calling code(s): 7 (kk)
  • Updated carrier data for country calling code(s): 7 (en, ru), 31 (en), 32 (en), 90 (en), 257 (en), 590 (en), 593 (en)

Apr 09, 2026: v9.0.28

  • Decreased the number of invocations of chooseFormattingPatternForNumber in PhoneNumberUtil#formatInOriginalFormat Metadata changes:
  • Updated phone metadata for region code(s): BW, IL, MN, RE, SR, YT
  • Updated carrier data for country calling code(s): 34 (en), 267 (en), 359 (en), 972 (en), 976 (en)
  • Updated / refreshed time zone meta data.

Mar 26, 2026: v9.0.27 Metadata changes:

  • Updated phone metadata for region code(s): BF, BL, CM, GF, GH, GP, GU, KE, MF, MQ, MY, SX, TD, TJ, US
  • New geocoding data for country calling code(s): 1738 (en)
  • New carrier data for country calling code(s): 1721 (en)
  • Updated carrier data for country calling code(s): 60 (en), 599 (en), 992 (en)
  • Updated / refreshed time zone meta data.

Mar 12, 2026: v9.0.26 Metadata changes:

  • Updated phone metadata for region code(s): BL, GF, GP, GY, KY, MF, PL, PM, VU

... (truncated)

Commits

Updates com.messagebird:messagebird-api from 6.2.5 to 6.3.0

Commits
  • 4a30639 Merge pull request #278 from messagebird/feat/whatsapp-bsuid-support
  • 805aa5a chore: migrate deploy plugin from OSSRH to Sonatype Central Portal
  • fa2a898 test: add deserialization tests for BSUID metadata; refine status metadata ja...
  • 8ec864e feat: add WhatsApp BSUID support and split test/integration profiles
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3

Release notes

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

3.6.3

🚀 New features and improvements

  • Make bannedDependencies report root and transitive dependency in case both are banned. (#940) @​hvoynov
  • Add enforceBytecodeVersion rule based on mojohaus (#968) @​cstamas
  • Improve formatting of deprecated API warning (#951) @​mthmulders

🐛 Bug Fixes

📝 Documentation updates

  • Document the banMavenDefaults option for the requirePluginVersions rule. (#936) @​rpkrajewski

👻 Maintenance

📦 Dependency updates

Commits
  • c7daff3 [maven-release-plugin] prepare release enforcer-3.6.3
  • ee46e78 Make bannedDependencies report root and transitive dependency in case both ar...
  • 0806924 Document the banMavenDefaults option for the requirePluginVersions rule. (#936)
  • 8e4f5b9 Add better enforceBytecodeVersion rule based on mojohaus (#968)
  • fd4b148 Add fix for 21.0.10.0.1 issue (#967)
  • f32d597 Deps: Parent POM 48 and align deps (#979)
  • df0f2a6 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#976)
  • 2da7a68 Add null checks for modelId in PluginWrapper
  • 91eb4d9 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#975)
  • b622245 Bump mavenVersion from 3.9.14 to 3.9.15 (#973)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-java-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.micronaut.platform:micronaut-parent](https://github.com/micronaut-projects/micronaut-core) | `4.10.13` | `4.10.15` |
| [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf) | `4.34.1` | `4.35.0` |
| [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) | `9.0.29` | `9.0.31` |
| [com.messagebird:messagebird-api](https://github.com/messagebird/java-rest-api) | `6.2.5` | `6.3.0` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.2` | `3.6.3` |



Updates `io.micronaut.platform:micronaut-parent` from 4.10.13 to 4.10.15
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.13...v4.10.15)

Updates `com.google.protobuf:protobuf-bom` from 4.34.1 to 4.35.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.googlecode.libphonenumber:libphonenumber` from 9.0.29 to 9.0.31
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/release_notes.txt)
- [Commits](google/libphonenumber@v9.0.29...v9.0.31)

Updates `com.messagebird:messagebird-api` from 6.2.5 to 6.3.0
- [Release notes](https://github.com/messagebird/java-rest-api/releases)
- [Commits](messagebird/java-rest-api@v6.2.5...v6.3.0)

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-parent
  dependency-version: 4.10.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.google.protobuf:protobuf-bom
  dependency-version: 4.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-version: 9.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.messagebird:messagebird-api
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 1, 2026
@dependabot dependabot Bot deleted the dependabot/maven/minor-java-dependencies-08ed9bb926 branch July 1, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants