Skip to content

chore(deps): bump the maven-minor-patch group with 8 updates - #257

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-minor-patch-10ed2d389d
Open

chore(deps): bump the maven-minor-patch group with 8 updates#257
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-minor-patch-10ed2d389d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-minor-patch group with 8 updates:

Package From To
commons-codec:commons-codec 1.22.0 1.22.1
com.github.mapsforge.mapsforge:mapsforge-map 0.28.0 0.29.0
com.github.mapsforge.mapsforge:mapsforge-map-reader 0.28.0 0.29.0
com.github.mapsforge.mapsforge:mapsforge-themes 0.28.0 0.29.0
com.github.mapsforge.mapsforge:mapsforge-core 0.28.0 0.29.0
com.github.mapsforge.mapsforge:mapsforge-poi 0.28.0 0.29.0
com.github.mapsforge.mapsforge:mapsforge-map-awt 0.28.0 0.29.0
org.apache.httpcomponents.client5:httpclient5 5.6.2 5.6.3

Updates commons-codec:commons-codec from 1.22.0 to 1.22.1

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.22.1 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.1.

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  • CODEC-344: Base64.Builder.setEncodeTable(byte...) accepts invalid custom alphabets. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-340: Base58.Builder.setEncodeTable(byte...) is ignored when encoding and decoding. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-342: Base32.Builder.setEncodeTable(byte...) can create a codec that cannot decode its own output. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-343: Base32.Builder.setHexDecodeTable(boolean) sets the encode table to a decode lookup table. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-341: Base16.Builder.setEncodeTable(byte...) can create a codec that cannot decode its own output. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-339: URLCodec.encodeUrl(BitSet, byte[]) allows custom safe sets to emit URL encoding control characters. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-338: PercentCodec loses literal '+' when plusForSpace is enabled. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-337: Digest ALL reuses System.in, so only the first algorithm sees the real input (#431). Thanks to Ruiqi Dong, Gary Gregory.
  •         Fix Base64.toIntegerBytes(BigInteger) for zero edge case ([#441](https://github.com/apache/commons-codec/issues/441)). Thanks to Gary Gregory.
    
  •         Add messages when throwing NullPointerException. Thanks to Gary Gregory.
    
  •         Add messages when throwing NullPointerException. Thanks to Gary Gregory.
    
  •         StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails fast on null input. Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-parent from 98 to 103. Thanks to Gary Gregory.
    
  •         Bump commons-io:commons-io from 2.21.0 to 2.22.0. Thanks to Gary Gregory.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits
  • dc8f6c8 Prepare for the release candidate 1.22.1 RC1
  • 8203c1c Prepare for the next release candidate
  • 5647fe2 StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails
  • 00c27a9 Reduce vertical whitespace
  • 568f2d7 Remove unused method
  • 316fb15 Remove unused method
  • bf6b543 Bump actions/checkout from 7.0.0 to 7.0.1
  • e14cdfe Extract redundant code.
  • 3351e63 Add messages when throwing NullPointerException.
  • f22dab7 Update SCM tag
  • Additional commits viewable in compare view

Updates com.github.mapsforge.mapsforge:mapsforge-map from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-map's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-map's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-map-reader from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-reader's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-reader's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-themes from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-themes's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-themes's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-core from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-core's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-core's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-poi from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-poi's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-poi's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-map-awt from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-awt's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-awt's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-map-reader from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-reader's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-reader's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-themes from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-themes's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-themes's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-core from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-core's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-core's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-poi from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-poi's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-poi's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Updates com.github.mapsforge.mapsforge:mapsforge-map-awt from 0.28.0 to 0.29.0

Release notes

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-awt's releases.

0.29.0

What's Changed

New Contributors

Full Changelog: mapsforge/mapsforge@0.28.0...0.29.0

Changelog

Sourced from com.github.mapsforge.mapsforge:mapsforge-map-awt's changelog.

Version 0.29.0 (2026-07-24)

  • POI: v4 #1804
    • R-Tree spatial search
    • FTS5 full-text search
  • Map theme improvements
  • Minor improvements and bug fixes
  • Solved issues
Commits

Bumps the maven-minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.22.0` | `1.22.1` |
| [com.github.mapsforge.mapsforge:mapsforge-map](https://github.com/mapsforge/mapsforge) | `0.28.0` | `0.29.0` |
| [com.github.mapsforge.mapsforge:mapsforge-map-reader](https://github.com/mapsforge/mapsforge) | `0.28.0` | `0.29.0` |
| [com.github.mapsforge.mapsforge:mapsforge-themes](https://github.com/mapsforge/mapsforge) | `0.28.0` | `0.29.0` |
| [com.github.mapsforge.mapsforge:mapsforge-core](https://github.com/mapsforge/mapsforge) | `0.28.0` | `0.29.0` |
| [com.github.mapsforge.mapsforge:mapsforge-poi](https://github.com/mapsforge/mapsforge) | `0.28.0` | `0.29.0` |
| [com.github.mapsforge.mapsforge:mapsforge-map-awt](https://github.com/mapsforge/mapsforge) | `0.28.0` | `0.29.0` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.6.2` | `5.6.3` |


Updates `commons-codec:commons-codec` from 1.22.0 to 1.22.1
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.22.0...rel/commons-codec-1.22.1)

Updates `com.github.mapsforge.mapsforge:mapsforge-map` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-map-reader` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-themes` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-core` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-poi` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-map-awt` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-map-reader` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-themes` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-core` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-poi` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `com.github.mapsforge.mapsforge:mapsforge-map-awt` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/mapsforge/mapsforge/releases)
- [Changelog](https://github.com/mapsforge/mapsforge/blob/master/docs/Changelog.md)
- [Commits](mapsforge/mapsforge@0.28.0...0.29.0)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.6.2 to 5.6.3
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.6.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.6.2...rel/v5.6.3)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-map
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-map-reader
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-themes
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-core
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-poi
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-map-awt
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-map-reader
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-themes
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-core
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-poi
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.github.mapsforge.mapsforge:mapsforge-map-awt
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
...

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 Aug 3, 2026

@cpesch cpesch left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: comment-only · confidence 0.95

Reviewer panel: spec, correctness, quality.

spec: Dependabot dependency update: three version properties in pom.xml (httpclient.version, mapsforge.version, commons-codec) accurately reflect the 8 package upgrades listed in the PR body. Scope is precise, no extraneous changes. (Non-maintainer public-repo author — verdict capped at comment-only per hard rule.) correctness: Version-only Maven dependency bump across 3 configurations. Patch and minor updates respect semantic versioning; provided changelogs describe fixes and improvements with no stated breaking changes. No code modifications. quality: Dependency version bump following standard Maven convention. No quality issues. Comment-only verdict enforced per external-contributor policy for public repository.


🤖 Inspector panel — reply with /inspector recheck to re-run after pushing changes.

@cpesch cpesch added the agent:approved Maintainer gate — factory may build this label Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent:approved Maintainer gate — factory may build this 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.

1 participant