Skip to content

Commit 93f6e96

Browse files
authored
chore(deps): update java (GoogleCloudPlatform#8919)
1 parent 27c359b commit 93f6e96

File tree

274 files changed

+897
-674
lines changed

Some content is hidden

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

274 files changed

+897
-674
lines changed

accessapproval/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
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.27.0</version>
30+
<version>26.28.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

aiplatform/pom.xml

Lines changed: 1 addition & 1 deletion
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.27.0</version>
35+
<version>26.28.0</version>
3636
</dependency>
3737
</dependencies>
3838
</dependencyManagement>

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

Lines changed: 6 additions & 6 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.27.0</version>
48+
<version>26.28.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.22</version>
57+
<version>2.0.23</version>
5858
</dependency>
5959

6060
<dependency>
@@ -98,26 +98,26 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.7.0</version>
101+
<version>5.8.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

105105
<dependency>
106106
<groupId>com.google.appengine</groupId>
107107
<artifactId>appengine-testing</artifactId>
108-
<version>2.0.22</version>
108+
<version>2.0.23</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.22</version>
114+
<version>2.0.23</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.22</version>
120+
<version>2.0.23</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>

appengine-java11/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.mockito</groupId>
9494
<artifactId>mockito-core</artifactId>
95-
<version>5.7.0</version>
95+
<version>5.8.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

appengine-java11/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
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.27.0</version>
46+
<version>26.28.0</version>
4747
</dependency>
4848
</dependencies>
4949
</dependencyManagement>

appengine-java11/guestbook-cloud-firestore/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.cloud</groupId>
4747
<artifactId>libraries-bom</artifactId>
48-
<version>26.27.0</version>
48+
<version>26.28.0</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

appengine-java11/kotlin-ktor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ limitations under the License.
3333
<properties>
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<maven.compiler.source>11</maven.compiler.source>
36-
<ktor_version>3.0.0-eap-759</ktor_version>
36+
<ktor_version>3.0.0-eap-852</ktor_version>
3737
<kotlin.code.style>official</kotlin.code.style>
3838
<kotlin_version>1.9.21</kotlin_version>
39-
<logback_version>1.4.12</logback_version>
39+
<logback_version>1.4.14</logback_version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
4242
<main.class>com.example.appengine.ApplicationKt</main.class>

appengine-java11/oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
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.27.0</version>
48+
<version>26.28.0</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>

appengine-java11/quarkus-helloworld/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
<dependency>
4141
<groupId>io.quarkus</groupId>
4242
<artifactId>quarkus-bom</artifactId>
43-
<version>3.5.3</version>
43+
<version>3.6.1</version>
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>
@@ -69,7 +69,7 @@ limitations under the License.
6969
<plugin>
7070
<groupId>io.quarkus</groupId>
7171
<artifactId>quarkus-maven-plugin</artifactId>
72-
<version>3.5.3</version>
72+
<version>3.6.1</version>
7373
<executions>
7474
<execution>
7575
<goals>

appengine-java11/spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>libraries-bom</artifactId>
46-
<version>26.27.0</version>
46+
<version>26.28.0</version>
4747
<type>pom</type>
4848
<scope>import</scope>
4949
</dependency>

0 commit comments

Comments
 (0)