Skip to content

Commit e4d1acf

Browse files
Bump the migrator-servlet group across 1 directory with 3 updates
Bumps the migrator-servlet group with 3 updates in the /migrator/migrator-servlet directory: [com.google.appengine:appengine-api-1.0-sdk](https://github.com/GoogleCloudPlatform/appengine-java-standard), [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.33 - [Release notes](https://github.com/GoogleCloudPlatform/appengine-java-standard/releases) - [Commits](GoogleCloudPlatform/appengine-java-standard@v2.0.16...v2.0.33) 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-type: direct:production update-type: version-update:semver-patch dependency-group: migrator-servlet - dependency-name: com.google.cloud.tools:appengine-maven-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: migrator-servlet - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: migrator-servlet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ca9b26 commit e4d1acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

migrator/migrator-servlet/pom.xml

Lines changed: 3 additions & 3 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>2.0.33</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>javax.servlet</groupId>
@@ -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.3</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.18.0</version>
7676
<executions>
7777
<execution>
7878
<phase>compile</phase>

0 commit comments

Comments
 (0)