Skip to content

Commit e18aabf

Browse files
authored
chore(deps): update java (GoogleCloudPlatform#8971)
fix the transcribed phrase in speech recognition tests. setup otel and spanner tests as failing (see GoogleCloudPlatform#8978 and GoogleCloudPlatform#8979)
1 parent eb80aaf commit e18aabf

File tree

239 files changed

+610
-605
lines changed

Some content is hidden

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

239 files changed

+610
-605
lines changed

accessapproval/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>libraries-bom</artifactId>
30-
<version>26.28.0</version>
30+
<version>26.29.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.truth</groupId>
5151
<artifactId>truth</artifactId>
52-
<version>1.1.5</version>
52+
<version>1.2.0</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>

aiplatform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<groupId>com.google.cloud</groupId>
3333
<scope>import</scope>
3434
<type>pom</type>
35-
<version>26.28.0</version>
35+
<version>26.29.0</version>
3636
</dependency>
3737
</dependencies>
3838
</dependencyManagement>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.truth</groupId>
6767
<artifactId>truth</artifactId>
68-
<version>1.1.5</version>
68+
<version>1.2.0</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

appengine-java11-bundled-services/datastore/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<groupId>com.google.cloud</groupId>
4646
<scope>import</scope>
4747
<type>pom</type>
48-
<version>26.28.0</version>
48+
<version>26.29.0</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.appengine</groupId>
5656
<artifactId>appengine-api-1.0-sdk</artifactId>
57-
<version>2.0.23</version>
57+
<version>2.0.24</version>
5858
</dependency>
5959

6060
<dependency>
@@ -105,25 +105,25 @@
105105
<dependency>
106106
<groupId>com.google.appengine</groupId>
107107
<artifactId>appengine-testing</artifactId>
108-
<version>2.0.23</version>
108+
<version>2.0.24</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>
112112
<groupId>com.google.appengine</groupId>
113113
<artifactId>appengine-api-stubs</artifactId>
114-
<version>2.0.23</version>
114+
<version>2.0.24</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>com.google.appengine</groupId>
119119
<artifactId>appengine-tools-sdk</artifactId>
120-
<version>2.0.23</version>
120+
<version>2.0.24</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.truth</groupId>
125125
<artifactId>truth</artifactId>
126-
<version>1.1.5</version>
126+
<version>1.2.0</version>
127127
<scope>test</scope>
128128
</dependency>
129129
</dependencies>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>com.google.cloud.tools</groupId>
142142
<artifactId>appengine-maven-plugin</artifactId>
143-
<version>2.5.0</version>
143+
<version>2.5.1</version>
144144
<configuration>
145145
<projectId>GCLOUD_CONFIG</projectId>
146146
<version>GCLOUD_CONFIG</version>
@@ -152,7 +152,7 @@
152152

153153
<plugin>
154154
<artifactId>maven-compiler-plugin</artifactId>
155-
<version>3.11.0</version>
155+
<version>3.12.1</version>
156156
<configuration>
157157
<annotationProcessorPaths>
158158
<annotationProcessorPath>
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.eclipse.jetty</groupId>
168168
<artifactId>jetty-maven-plugin</artifactId>
169-
<version>11.0.18</version>
169+
<version>11.0.19</version>
170170
</plugin>
171171
</plugins>
172172
</build>

appengine-java11/cloudsql/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>2.0.9</version>
69+
<version>2.0.11</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<!-- Dependencies for Cloud SQL -->
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
82-
<version>1.15.0</version>
82+
<version>1.15.1</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>com.google.truth</groupId>
106106
<artifactId>truth</artifactId>
107-
<version>1.1.5</version>
107+
<version>1.2.0</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>com.google.cloud.tools</groupId>
158158
<artifactId>appengine-maven-plugin</artifactId>
159-
<version>2.5.0</version>
159+
<version>2.5.1</version>
160160
<configuration>
161161
<projectId>GCLOUD_CONFIG</projectId>
162162
<version>cloudsql</version>

appengine-java11/gaeinfo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Copyright 2019 Google LLC
4343
<groupId>com.google.cloud</groupId>
4444
<scope>import</scope>
4545
<type>pom</type>
46-
<version>26.28.0</version>
46+
<version>26.29.0</version>
4747
</dependency>
4848
</dependencies>
4949
</dependencyManagement>
@@ -96,7 +96,7 @@ Copyright 2019 Google LLC
9696
<plugin>
9797
<groupId>com.google.cloud.tools</groupId>
9898
<artifactId>appengine-maven-plugin</artifactId>
99-
<version>2.5.0</version>
99+
<version>2.5.1</version>
100100
<configuration>
101101
<projectId>GCLOUD_CONFIG</projectId>
102102
<version>gaeinfo</version>

appengine-java11/guestbook-cloud-firestore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>libraries-bom</artifactId>
48-
<version>26.28.0</version>
48+
<version>26.29.0</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>com.google.cloud.tools</groupId>
100100
<artifactId>appengine-maven-plugin</artifactId>
101-
<version>2.5.0</version>
101+
<version>2.5.1</version>
102102
<configuration>
103103
<projectId>GCLOUD_CONFIG</projectId>
104104
<version>guestbook</version>

appengine-java11/helloworld-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ limitations under the License.
7575
<plugin>
7676
<groupId>com.google.cloud.tools</groupId>
7777
<artifactId>appengine-maven-plugin</artifactId>
78-
<version>2.5.0</version>
78+
<version>2.5.1</version>
7979
<configuration>
8080
<projectId>GCLOUD_CONFIG</projectId>
8181
<version>helloworld</version>

appengine-java11/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>com.google.cloud.tools</groupId>
4040
<artifactId>appengine-maven-plugin</artifactId>
41-
<version>2.5.0</version>
41+
<version>2.5.1</version>
4242
<configuration>
4343
<projectId>GCLOUD_CONFIG</projectId>
4444
<version>http-server</version>

appengine-java11/kotlin-ktor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ limitations under the License.
3535
<maven.compiler.source>11</maven.compiler.source>
3636
<ktor_version>3.0.0-eap-852</ktor_version>
3737
<kotlin.code.style>official</kotlin.code.style>
38-
<kotlin_version>1.9.21</kotlin_version>
38+
<kotlin_version>1.9.22</kotlin_version>
3939
<logback_version>1.4.14</logback_version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
@@ -162,7 +162,7 @@ limitations under the License.
162162
<plugin>
163163
<groupId>com.google.cloud.tools</groupId>
164164
<artifactId>appengine-maven-plugin</artifactId>
165-
<version>2.5.0</version>
165+
<version>2.5.1</version>
166166
<configuration>
167167
<projectId>GCLOUD_CONFIG</projectId>
168168
<version>kotlin-ktor</version>

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>com.google.cloud.tools</groupId>
8888
<artifactId>appengine-maven-plugin</artifactId>
89-
<version>2.5.0</version>
89+
<version>2.5.1</version>
9090
<configuration>
9191
<projectId>GCLOUD_CONFIG</projectId>
9292
<version>micronaut-helloworld</version>
@@ -131,13 +131,13 @@
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>3.2.2</version>
134+
<version>3.2.5</version>
135135
</plugin>
136136

137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.11.0</version>
140+
<version>3.12.1</version>
141141
<configuration>
142142
<encoding>UTF-8</encoding>
143143
<compilerArgs>

0 commit comments

Comments
 (0)