Skip to content

Bump the migrator-servlet group in /migrator/migrator-servlet with 4 updates#4022

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/migrator/migrator-servlet/migrator-servlet-7b9b3763e7
Closed

Bump the migrator-servlet group in /migrator/migrator-servlet with 4 updates#4022
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/migrator/migrator-servlet/migrator-servlet-7b9b3763e7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the migrator-servlet group in /migrator/migrator-servlet with 4 updates: com.google.appengine:appengine-api-1.0-sdk, commons-fileupload:commons-fileupload, com.google.cloud.tools:appengine-maven-plugin and org.codehaus.mojo:versions-maven-plugin.

Updates com.google.appengine:appengine-api-1.0-sdk from 2.0.16 to 5.0.4

Release notes

Sourced from com.google.appengine:appengine-api-1.0-sdk's releases.

v5.0.4

What's Changed

Full Changelog: GoogleCloudPlatform/appengine-java-standard@v5.0.3...v5.0.4

v5.0.3

What's Changed

Full Changelog: GoogleCloudPlatform/appengine-java-standard@v5.0.2...v5.0.3

v5.0.2

What's Changed

Full Changelog: GoogleCloudPlatform/appengine-java-standard@v5.0.1...v5.0.2

v5.0.1

What's Changed

Full Changelog: GoogleCloudPlatform/appengine-java-standard@v5.0.0...v5.0.1

v5.0.0

What's Changed

... (truncated)

Changelog

Sourced from com.google.appengine:appengine-api-1.0-sdk's changelog.

Release Notes 4.0.0 December 30 2025.

Breaking Changes

  • Package Renaming for Byte-Safe Protos: The core change is the introduction of parallel Java proto libraries. When a .proto file is processed to handle potentially non-UTF8 string fields as bytes, the generated Java code is placed in a new package. Typically, the java_package option in the .proto files is modified. For example, com.google.appengine.api.taskqueue becomes com.google.appengine.api.taskqueue_bytes. Similarly, com.google.storage.onestore.v3 becomes com.google.storage.onestore.v3_bytes.
  • bytes Instead of string: The fundamental goal is to address fields in protos that were declared as string but in practice could contain arbitrary byte arrays, not necessarily valid UTF-8 strings. In Java Proto1, these were often treated as String, which could lead to corruption or exceptions.
  • The com.google.appengine.api.datastore package has been updated to use proto2 versions of Onestore Entity protos. These protos are repackaged (shaded) within this JAR.
  • The com.google.appengine.api.datastore.EntityTranslator class:
    • EntityTranslator.createFromPb(EntityProto) now accepts com.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.EntityProto instead of com.google.storage.onestore.v3.OnestoreEntity.EntityProto.
    • EntityTranslator.convertToPb(Entity) now returns com.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.EntityProto instead of com.google.storage.onestore.v3.OnestoreEntity.EntityProto.
  • The com.google.appengine.api.datastore.KeyTranslator class:
    • KeyTranslator.createFromPb(Reference) now accepts com.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.Reference instead of com.google.storage.onestore.v3.OnestoreEntity.Reference.
    • KeyTranslator.convertToPb(Key) now returns

... (truncated)

Commits
  • ffb149c Should stay as little as possible in Head, just the time to do a gh branch, t...
  • 778442f Added gRPC support to the App Engine Images service for image transformations...
  • 12d8c95 Merge pull request #507 from GoogleCloudPlatform:fix-jetty-scan-depth
  • 5d27b59 Fix negative maxDepth in Jetty 12.1 fullScan hot-reload scanner
  • 9a616f7 Upgrade GAE Java version from 5.0.2 to 5.0.3 and prepare next version 5.0.4-S...
  • 7e9d487 Revert "Add gRPC support to App Engine Images Service"
  • 2d4ad30 Merge pull request #505 from GoogleCloudPlatform:jetty-update-12.1.10-12.0.36
  • e939312 Update Jetty to 12.0.36 and 12.1.10
  • 9a1414f Update proto comments
  • ecb7dbb Use java17 instead of java8 apps in tests.
  • Additional commits viewable in compare view

Updates commons-fileupload:commons-fileupload from 1.5 to 1.6.0

Updates com.google.cloud.tools:appengine-maven-plugin from 1.3.1 to 2.8.7

Release notes

Sourced from com.google.cloud.tools:appengine-maven-plugin's releases.

v2.8.7

2.8.7 (2026-03-27)

Bug Fixes

  • Update DevServer to handle empty POST requests (#1072) (5c45ff8)

v2.8.6

2.8.6 (2025-11-18)

Dependencies

v2.8.5

2.8.5 (2025-11-14)

Dependencies

v2.8.4

2.8.4 (2025-10-20)

Documentation

  • add example of usage of extraFilesDirectories to gradle user guide (#1041) (cacfe8f)

v2.8.3

The release was made to ensure the release infrastructure change. No user-visible changes are included.

v2.8.0

2.8.0 (2024-01-26)

Features

  • remove duplicate uploads (8850c5c)

v2.7.0

2.7.0 (2024-01-18)

Features

... (truncated)

Changelog

Sourced from com.google.cloud.tools:appengine-maven-plugin's changelog.

2.8.7 (2026-03-27)

Bug Fixes

  • Update DevServer to handle empty POST requests (#1072) (5c45ff8)

2.8.6 (2025-11-18)

Dependencies

2.8.5 (2025-11-14)

Dependencies

2.8.4 (2025-10-20)

Documentation

  • add example of usage of extraFilesDirectories to gradle user guide (#1041) (cacfe8f)

2.8.3 (2024-12-08)

  • Minor changes in the release infrastructure

2.8.2 (2024-10-17)

Documentation

2.8.1 (2024-07-18)

Bug Fixes

  • Fixed a test that fails in Docker environment

2.8.0 (2024-01-26)

Features

... (truncated)

Commits

Updates org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.21.0

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.21.0

🚀 New features and improvements

🐛 Bug Fixes

  • #1331: Fix NPE in restrictionForUnchangedSegment if actual version is null (#1332) @​andrzejj0
  • #1310: Corrected UseDepVersionMojo + handling a similar case in SetMojo, SetScmTagMojo, UpdateChildModulesMojo (#1322) @​andrzejj0
  • UseDepVersionMoto should process all projects on the project list (#1320) @​andrzejj0
  • Fixed #1317: Regression coming from ArtifactVersions::filter when currentVersion is null and ignoredVersions is not null (#1319) @​andrzejj0

📝 Documentation updates

📦 Dependency updates

2.20.1

🐛 Bug Fixes

2.20.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

... (truncated)

Commits
  • 1cdedea [maven-release-plugin] prepare release 2.21.0
  • b947957 Fix README typos in Contributing section
  • b85c0a8 Bump project version to 2.21.0-SNAPSHOT
  • 7ae3767 Bump byteBuddyVersion from 1.18.3 to 1.18.4 (#1335)
  • 38afa9f Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 39af6a2 Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0
  • f51b9d5 #1331: Fix NPE in restrictionForUnchangedSegment if actual version is null (#...
  • 8d209b3 Bump org.codehaus.mojo:mojo-parent from 94 to 95 (#1330)
  • 4929d48 Bump byteBuddyVersion from 1.18.2 to 1.18.3 (#1329)
  • cb84d01 Add versions.skip parameter to skip plugin execution (#1328)
  • 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 migrator-servlet group in /migrator/migrator-servlet with 4 updates: [com.google.appengine:appengine-api-1.0-sdk](https://github.com/GoogleCloudPlatform/appengine-java-standard), commons-fileupload:commons-fileupload, [com.google.cloud.tools:appengine-maven-plugin](https://github.com/GoogleCloudPlatform/appengine-plugins) and [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions).


Updates `com.google.appengine:appengine-api-1.0-sdk` from 2.0.16 to 5.0.4
- [Release notes](https://github.com/GoogleCloudPlatform/appengine-java-standard/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/appengine-java-standard/blob/main/RELEASENOTES.md)
- [Commits](GoogleCloudPlatform/appengine-java-standard@v2.0.16...v5.0.4)

Updates `commons-fileupload:commons-fileupload` from 1.5 to 1.6.0

Updates `com.google.cloud.tools:appengine-maven-plugin` from 1.3.1 to 2.8.7
- [Release notes](https://github.com/GoogleCloudPlatform/appengine-plugins/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/appengine-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/appengine-plugins/commits/v2.8.7)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.0 to 2.21.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.16.0...2.21.0)

---
updated-dependencies:
- dependency-name: com.google.appengine:appengine-api-1.0-sdk
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: migrator-servlet
- dependency-name: commons-fileupload:commons-fileupload
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: migrator-servlet
- dependency-name: com.google.cloud.tools:appengine-maven-plugin
  dependency-version: 2.8.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: migrator-servlet
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: migrator-servlet
...

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 Jul 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 22:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2026
@mandlil mandlil closed this Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/maven/migrator/migrator-servlet/migrator-servlet-7b9b3763e7 branch July 2, 2026 06:59
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.

1 participant