Skip to content

Commit fae09c5

Browse files
ludochgae-java-bot
authored andcommitted
Update various dependency versions in App Engine Standard Java SDK POMs.
PiperOrigin-RevId: 799158930 Change-Id: Ifabf4feff2e09c726f61106ecb9e7af66e892888
1 parent 758f9c3 commit fae09c5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

appengine-api-1.0-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency> <!-- needed for remote_api for opencensus. -->
3030
<groupId>io.grpc</groupId>
3131
<artifactId>grpc-api</artifactId>
32-
<version>1.74.0</version>
32+
<version>1.75.0</version>
3333
<optional>true</optional>
3434
</dependency>
3535
<dependency>

applications/proberapp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.69.0</gax.version>
41+
<gax.version>2.70.0</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,17 +121,17 @@
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.59.0</version>
124+
<version>2.60.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-datastore</artifactId>
129-
<version>2.31.2</version>
129+
<version>2.31.4</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>
133133
<artifactId>google-cloud-logging</artifactId>
134-
<version>3.23.2</version>
134+
<version>3.23.3</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
<dependency>
608608
<groupId>org.jsoup</groupId>
609609
<artifactId>jsoup</artifactId>
610-
<version>1.21.1</version>
610+
<version>1.21.2</version>
611611
</dependency>
612612
<dependency>
613613
<groupId>org.apache.lucene</groupId>
@@ -701,7 +701,7 @@
701701
<dependency>
702702
<groupId>com.google.cloud</groupId>
703703
<artifactId>google-cloud-logging</artifactId>
704-
<version>3.23.2</version>
704+
<version>3.23.3</version>
705705
</dependency>
706706
</dependencies>
707707
</dependencyManagement>

0 commit comments

Comments
 (0)