Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da
Open

Bump the migrator-servlet group across 1 directory with 4 updates#3876
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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.0.1

Release notes

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

v5.0.1

What's Changed

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

v5.0.0

What's Changed

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

v4.0.2

What's Changed

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

v4.0.1

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
  • 4e04dea Merge pull request #496 from renovate-bot:renovate/all-minor-patch
  • 75770d2 Update all non-major dependencies
  • f5d66ba Remove Jetty 9.4 specific handling for RemoteAddressTest.
  • 8233aec Update SizeLimitIgnoreTest to reflect EE6 running on Jetty EE8. The test was ...
  • 231a9c8 Update SizeLimitHandlerTest to reflect EE6 running on Jetty EE8. The test was...
  • bbad553 Copybara import of the project:
  • 906f3d8 Upgrade App Engine dev task queue emulation to Quartz 2.4.1 which is the supp...
  • 52e6f81 Fix header comparison in TaskQueueTest to be case-insensitive.
  • 807d883 Default java17 runtime to Jetty 12.0 (EE8).
  • 1a0c0aa Simplify Maven enforcer plugin usage.
  • 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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2025
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2025 22:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2025
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from 1dfb696 to 9f9a3e6 Compare August 1, 2025 22:49
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from 9f9a3e6 to e2b23e2 Compare October 1, 2025 22:02
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from e2b23e2 to 2babbd8 Compare November 1, 2025 22:02
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from 2babbd8 to a89f905 Compare December 2, 2025 02:11
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from a89f905 to 90f5c30 Compare January 1, 2026 22:02
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from 90f5c30 to a56e441 Compare February 1, 2026 22:52
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from a56e441 to 04afea5 Compare March 1, 2026 22:52
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from 04afea5 to a0fb653 Compare April 2, 2026 03:16
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/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.1
- [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.1)

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: 2.0.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: migrator-servlet
- dependency-name: com.google.cloud.tools:appengine-maven-plugin
  dependency-version: 2.8.3
  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: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: migrator-servlet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da branch from a0fb653 to 01e159d Compare May 2, 2026 02:16
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