|
40 | 40 | <DB_REGION>us-central1</DB_REGION> |
41 | 41 | <DB_USER>prober-user</DB_USER> |
42 | 42 | <DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD> |
43 | | - <gax.version>2.73.1</gax.version> |
| 43 | + <gax.version>2.74.0</gax.version> |
44 | 44 | <appengine.target.version>${project.version}</appengine.target.version> |
45 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
46 | 46 | <appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location> |
|
118 | 118 | <dependency> |
119 | 119 | <groupId>com.google.auth</groupId> |
120 | 120 | <artifactId>google-auth-library-oauth2-http</artifactId> |
121 | | - <version>1.41.0</version> |
| 121 | + <version>1.42.1</version> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>com.google.auth</groupId> |
125 | 125 | <artifactId>google-auth-library-credentials</artifactId> |
126 | | - <version>1.41.0</version> |
| 126 | + <version>1.42.1</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>com.google.cloud</groupId> |
130 | 130 | <artifactId>google-cloud-bigquery</artifactId> |
131 | | - <version>2.57.2</version> |
| 131 | + <version>2.58.0</version> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
134 | 134 | <groupId>com.google.cloud</groupId> |
135 | 135 | <artifactId>google-cloud-core</artifactId> |
136 | | - <version>2.63.1</version> |
| 136 | + <version>2.64.0</version> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>com.google.cloud</groupId> |
140 | 140 | <artifactId>google-cloud-datastore</artifactId> |
141 | | - <version>2.33.2</version> |
| 141 | + <version>2.33.3</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>com.google.cloud</groupId> |
|
0 commit comments