Skip to content

Commit 5e2b6a7

Browse files
committed
Update all non-major dependencies
1 parent fe705e6 commit 5e2b6a7

65 files changed

Lines changed: 68 additions & 68 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
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.appengine</groupId>
4646
<artifactId>appengine-api-1.0-sdk</artifactId>
47-
<version>2.0.37-SNAPSHOT</version>
47+
<version>2.0.37</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.appengine.setup.testapps</groupId>

applications/proberapp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.google.appengine</groupId>
2929
<artifactId>applications</artifactId>
30-
<version>2.0.37-SNAPSHOT</version>
30+
<version>2.0.37</version>
3131
</parent>
3232

3333
<properties>
@@ -38,7 +38,7 @@
3838
<DB_REGION>us-central1</DB_REGION>
3939
<DB_USER>prober-user</DB_USER>
4040
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
41-
<gax.version>2.67.1</gax.version>
41+
<gax.version>2.67.2</gax.version>
4242
<appengine.target.version>${project.version}</appengine.target.version>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.57.1</version>
124+
<version>2.57.2</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>
138138
<artifactId>google-cloud-storage</artifactId>
139-
<version>2.53.0</version>
139+
<version>2.53.1</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.cloud.sql</groupId>

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>2.0.37-SNAPSHOT</version>
27+
<version>2.0.37</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>2.0.37-SNAPSHOT</version>
25+
<version>2.0.37</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>2.0.37-SNAPSHOT</version>
25+
<version>2.0.37</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>2.0.37-SNAPSHOT</version>
27+
<version>2.0.37</version>
2828
</parent>
2929
<packaging>war</packaging>
3030

e2etests/testlocalapps/allinone_jakarta/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>2.0.37-SNAPSHOT</version>
27+
<version>2.0.37</version>
2828
</parent>
2929
<packaging>war</packaging>
3030

e2etests/testlocalapps/badcron/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>2.0.37-SNAPSHOT</version>
27+
<version>2.0.37</version>
2828
</parent>
2929
<packaging>war</packaging>
3030

e2etests/testlocalapps/bundle_standard/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>2.0.37-SNAPSHOT</version>
27+
<version>2.0.37</version>
2828
</parent>
2929
<packaging>war</packaging>
3030

e2etests/testlocalapps/bundle_standard_with_container_initializer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.google.appengine</groupId>
2727
<artifactId>testlocalapps</artifactId>
28-
<version>2.0.37-SNAPSHOT</version>
28+
<version>2.0.37</version>
2929
</parent>
3030
<packaging>war</packaging>
3131

0 commit comments

Comments
 (0)