Skip to content

Commit 98120e2

Browse files
committed
Update all non-major dependencies
1 parent 553151a commit 98120e2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 3 additions & 3 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.67.2</gax.version>
41+
<gax.version>2.68.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,7 +121,7 @@
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.57.2</version>
124+
<version>2.58.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>
133133
<artifactId>google-cloud-logging</artifactId>
134-
<version>3.22.5</version>
134+
<version>3.22.6</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,12 +453,12 @@
453453
<dependency>
454454
<groupId>com.google.errorprone</groupId>
455455
<artifactId>error_prone_annotations</artifactId>
456-
<version>2.38.0</version>
456+
<version>2.39.0</version>
457457
</dependency>
458458
<dependency>
459459
<groupId>com.google.http-client</groupId>
460460
<artifactId>google-http-client</artifactId>
461-
<version>1.47.0</version>
461+
<version>1.47.1</version>
462462
</dependency>
463463
<dependency>
464464
<groupId>com.google.http-client</groupId>
@@ -568,7 +568,7 @@
568568
<dependency>
569569
<groupId>org.jsoup</groupId>
570570
<artifactId>jsoup</artifactId>
571-
<version>1.20.1</version>
571+
<version>1.21.1</version>
572572
</dependency>
573573
<dependency>
574574
<groupId>org.apache.lucene</groupId>
@@ -588,7 +588,7 @@
588588
<dependency>
589589
<groupId>com.google.http-client</groupId>
590590
<artifactId>google-http-client-appengine</artifactId>
591-
<version>1.47.0</version>
591+
<version>1.47.1</version>
592592
</dependency>
593593
<dependency>
594594
<groupId>com.google.oauth-client</groupId>
@@ -662,7 +662,7 @@
662662
<dependency>
663663
<groupId>com.google.cloud</groupId>
664664
<artifactId>google-cloud-logging</artifactId>
665-
<version>3.22.5</version>
665+
<version>3.22.6</version>
666666
</dependency>
667667
</dependencies>
668668
</dependencyManagement>

0 commit comments

Comments
 (0)