Skip to content

Commit a89f905

Browse files
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](GoogleCloudPlatform/appengine-java-standard@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](mojohaus/versions@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] <[email protected]>
1 parent a1d3a79 commit a89f905

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

migrator/migrator-servlet/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.google.appengine</groupId>
2727
<artifactId>appengine-api-1.0-sdk</artifactId>
28-
<version>2.0.16</version>
28+
<version>3.0.2</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>javax.servlet</groupId>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>commons-fileupload</groupId>
5656
<artifactId>commons-fileupload</artifactId>
57-
<version>1.5</version>
57+
<version>1.6.0</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
</dependencies>
@@ -64,15 +64,15 @@
6464
<plugin>
6565
<groupId>com.google.cloud.tools</groupId>
6666
<artifactId>appengine-maven-plugin</artifactId>
67-
<version>1.3.1</version>
67+
<version>2.8.6</version>
6868
<configuration>
6969
</configuration>
7070
</plugin>
7171

7272
<plugin>
7373
<groupId>org.codehaus.mojo</groupId>
7474
<artifactId>versions-maven-plugin</artifactId>
75-
<version>2.16.0</version>
75+
<version>2.20.1</version>
7676
<executions>
7777
<execution>
7878
<phase>compile</phase>

0 commit comments

Comments
 (0)