Skip to content

Commit 932a5fe

Browse files
committed
Update all non-major dependencies
1 parent bf6bdb1 commit 932a5fe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

appengine_setup/apiserver_local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-surefire-plugin</artifactId>
39-
<version>3.5.2</version>
39+
<version>3.5.3</version>
4040
</plugin>
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-spanner</artifactId>
61-
<version>6.89.0</version>
61+
<version>6.90.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.appengine</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
<dependency>
672672
<groupId>joda-time</groupId>
673673
<artifactId>joda-time</artifactId>
674-
<version>2.13.1</version>
674+
<version>2.14.0</version>
675675
</dependency>
676676
<dependency>
677677
<groupId>org.json</groupId>
@@ -743,7 +743,7 @@
743743
<plugin>
744744
<groupId>org.apache.maven.plugins</groupId>
745745
<artifactId>maven-surefire-plugin</artifactId>
746-
<version>3.5.2</version>
746+
<version>3.5.3</version>
747747
<configuration>
748748
<systemPropertyVariables>
749749
<appengine.runtime.dir>../deployment/target/runtime-deployment-${project.version}</appengine.runtime.dir>

0 commit comments

Comments
 (0)