Browse Source

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

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 2.0.38
- [Release notes](https://github.com/GoogleCloudPlatform/appengine-java-standard/releases)
- [Commits](https://github.com/GoogleCloudPlatform/appengine-java-standard/compare/v2.0.16...v2.0.38)

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.3
- [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)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.0 to 2.18.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/mojohaus/versions/compare/2.16.0...2.18.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: 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.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  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/maven/migrator/migrator-servlet/migrator-servlet-e7e2f250da
dependabot[bot] 1 week ago
committed by GitHub
parent
commit
a89f905ad9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      migrator/migrator-servlet/pom.xml

+ 4
- 4
migrator/migrator-servlet/pom.xml View File

@ -25,7 +25,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>2.0.16</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@ -54,7 +54,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
@ -64,7 +64,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.3.1</version>
<version>2.8.6</version>
<configuration>
</configuration>
</plugin>
@ -72,7 +72,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.20.1</version>
<executions>
<execution>
<phase>compile</phase>


Loading…
Cancel
Save