Browse Source

Merge a89f905ad9 into cf446565d9

pull/3876/merge
dependabot[bot] 7 days ago
committed by GitHub
parent
commit
2907f9e793
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> <dependency>
<groupId>com.google.appengine</groupId> <groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId> <artifactId>appengine-api-1.0-sdk</artifactId>
<version>2.0.16</version>
<version>3.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>commons-fileupload</groupId> <groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId> <artifactId>commons-fileupload</artifactId>
<version>1.5</version>
<version>1.6.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@ -64,7 +64,7 @@
<plugin> <plugin>
<groupId>com.google.cloud.tools</groupId> <groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId> <artifactId>appengine-maven-plugin</artifactId>
<version>1.3.1</version>
<version>2.8.6</version>
<configuration> <configuration>
</configuration> </configuration>
</plugin> </plugin>
@ -72,7 +72,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId> <artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.20.1</version>
<executions> <executions>
<execution> <execution>
<phase>compile</phase> <phase>compile</phase>


Loading…
Cancel
Save