Skip to content

Commit 7431468

Browse files
committed
Update all non-major dependencies
1 parent b7d9b2a commit 7431468

76 files changed

Lines changed: 81 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appengine_setup/testapps/springboot_testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.appengine</groupId>
4747
<artifactId>appengine-api-1.0-sdk</artifactId>
48-
<version>3.0.0-beta-SNAPSHOT</version>
48+
<version>3.0.0-beta</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.google.appengine.setup.testapps</groupId>

applications/guestbook/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.google.appengine</groupId>
2626
<artifactId>applications</artifactId>
27-
<version>3.0.0-beta-SNAPSHOT</version>
27+
<version>3.0.0-beta</version>
2828
</parent>
2929
<groupId>com.google.appengine.demos</groupId>
3030
<artifactId>guestbook</artifactId>
@@ -38,7 +38,7 @@
3838

3939
<properties>
4040
<maven.deploy.skip>true</maven.deploy.skip>
41-
<appengine.target.version>3.0.0-beta-SNAPSHOT</appengine.target.version>
41+
<appengine.target.version>3.0.0-beta</appengine.target.version>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<maven.compiler.target>1.8</maven.compiler.target>
4444
<maven.compiler.source>1.8</maven.compiler.source>

applications/guestbook_jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.google.appengine</groupId>
2626
<artifactId>applications</artifactId>
27-
<version>3.0.0-beta-SNAPSHOT</version>
27+
<version>3.0.0-beta</version>
2828
</parent>
2929
<groupId>com.google.appengine.demos</groupId>
3030
<artifactId>guestbook_jakarta</artifactId>
@@ -38,7 +38,7 @@
3838

3939
<properties>
4040
<maven.deploy.skip>true</maven.deploy.skip>
41-
<appengine.target.version>3.0.0-beta-SNAPSHOT</appengine.target.version>
41+
<appengine.target.version>3.0.0-beta</appengine.target.version>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<maven.compiler.target>1.8</maven.compiler.target>
4444
<maven.compiler.source>1.8</maven.compiler.source>

applications/proberapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.google.appengine</groupId>
3131
<artifactId>applications</artifactId>
32-
<version>3.0.0-beta-SNAPSHOT</version>
32+
<version>3.0.0-beta</version>
3333
</parent>
3434

3535
<properties>
@@ -40,7 +40,7 @@
4040
<DB_REGION>us-central1</DB_REGION>
4141
<DB_USER>prober-user</DB_USER>
4242
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
43-
<gax.version>2.70.1</gax.version>
43+
<gax.version>2.70.2</gax.version>
4444
<appengine.target.version>${project.version}</appengine.target.version>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
125125
<artifactId>google-cloud-core</artifactId>
126-
<version>2.60.1</version>
126+
<version>2.60.2</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>

applications/servletasyncapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.google.appengine</groupId>
2626
<artifactId>applications</artifactId>
27-
<version>3.0.0-beta-SNAPSHOT</version>
27+
<version>3.0.0-beta</version>
2828
</parent>
2929
<groupId>com.google.appengine.demos</groupId>
3030
<artifactId>servletasyncapp</artifactId>

applications/servletasyncappjakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.google.appengine</groupId>
2626
<artifactId>applications</artifactId>
27-
<version>3.0.0-beta-SNAPSHOT</version>
27+
<version>3.0.0-beta</version>
2828
</parent>
2929
<groupId>com.google.appengine.demos</groupId>
3030
<artifactId>servletasyncappjakarta</artifactId>

applications/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.google.appengine</groupId>
2626
<artifactId>applications</artifactId>
27-
<version>3.0.0-beta-SNAPSHOT</version>
27+
<version>3.0.0-beta</version>
2828
</parent>
2929
<packaging>war</packaging>
3030

e2etests/devappservertests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.appengine</groupId>
2424
<artifactId>e2etests</artifactId>
25-
<version>3.0.0-beta-SNAPSHOT</version>
25+
<version>3.0.0-beta</version>
2626
</parent>
2727

2828
<packaging>jar</packaging>

e2etests/stagingtests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.appengine</groupId>
2424
<artifactId>e2etests</artifactId>
25-
<version>3.0.0-beta-SNAPSHOT</version>
25+
<version>3.0.0-beta</version>
2626
</parent>
2727

2828
<packaging>jar</packaging>

e2etests/testlocalapps/allinone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.google.appengine</groupId>
2626
<artifactId>testlocalapps</artifactId>
27-
<version>3.0.0-beta-SNAPSHOT</version>
27+
<version>3.0.0-beta</version>
2828
</parent>
2929
<packaging>war</packaging>
3030

0 commit comments

Comments
 (0)