Skip to content

Bump the migrator-servlet group across 1 directory with 4 updates - #4052

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

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

Copy link
Copy Markdown
Contributor

Bumps the migrator-servlet group with 4 updates in the /migrator/migrator-servlet directory: 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.1.0

Release notes

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

v5.1.0

What's Changed

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

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
  • 068aadc Update Cloud CLI Java component to version 5.1.0.
  • 9816cf1 Internal change
  • 7ee5ee8 Prepare for GAE SDK 5.1.0 release
  • 6d81859 Reverting the taskqueue migration preview changes.
  • f57d46b Integrate App Engine Task Queue API with Google Cloud Tasks.
  • 17bf221 Internal change
  • 480d895 Rename env variables used to configure images bundled service modernization
  • 22440d6 Added gRPC support to the App Engine Images service for image transformations...
  • 097755a Scope Datastore transaction stacks to ApiProxy environment lifecycle.
  • 8732f6e Internal change
  • 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.4.4

Changes

Changelog

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

Change Log

All notable changes to this project will be documented in this file.

2.5.1-SNAPSHOT

2.5.0

  • Update to appengine-plugins-core 0.10.0 that supports GAE java17 and java21 runtimes.

2.4.4

  • Update to appengine-plugins-core 0.9.9, for automatic Java 17 compatibility when running local devserver appengine-plugins-core#894.

2.4.3

Changed

2.4.2

Changed

  • Update to appengine-plugins-core 0.9.7 allowing Java 17 jar deployment.

2.4.1

Changed

2.4.0

Added

  • appengine.tools.verbosity option for defining gcloud log verbosity (#429)

2.3.0

Changed

Fixed

  • Fix error message when executing appengine:run on app.yaml based projects (#423)

2.2.0

Changed

  • Update to appengine-plugins-core 0.8.1 (#405)

Added

... (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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 22:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2026
Bumps the migrator-servlet group with 4 updates in the /migrator/migrator-servlet directory: [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/app-maven-plugin) 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.1.0
- [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.1.0)

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/app-maven-plugin/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/app-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/app-maven-plugin/commits)

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: 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: 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: 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 changed the title Bump the migrator-servlet group in /migrator/migrator-servlet with 4 updates Bump the migrator-servlet group across 1 directory with 4 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-7b9b3763e7 branch from 208305a to 4418e19 Compare September 1, 2026 22:57
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