|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - Copyright 2020-2025 Google LLC |
| 4 | + Copyright 2020-2026 Google LLC |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | you may not use this file except in compliance with the License. |
|
28 | 28 | <artifactId>common</artifactId> |
29 | 29 |
|
30 | 30 | <properties> |
31 | | - <c3p0.version>0.11.2</c3p0.version> |
| 31 | + <c3p0.version>0.12.0</c3p0.version> |
32 | 32 | <guava.version>33.5.0-jre</guava.version> |
33 | 33 | </properties> |
34 | 34 |
|
|
50 | 50 | <dependency> |
51 | 51 | <groupId>com.google.api-client</groupId> |
52 | 52 | <artifactId>google-api-client-gson</artifactId> |
53 | | - <version>2.8.1</version> |
| 53 | + <version>2.9.0</version> |
54 | 54 | </dependency> |
55 | 55 |
|
56 | 56 | <dependency> |
|
151 | 151 | <dependency> |
152 | 152 | <groupId>org.apache.hadoop</groupId> |
153 | 153 | <artifactId>hadoop-mapreduce-client-app</artifactId> |
154 | | - <version>3.4.2</version> |
| 154 | + <version>3.4.3</version> |
155 | 155 | <exclusions> |
156 | 156 | <exclusion> |
157 | 157 | <groupId>org.slf4j</groupId> |
|
172 | 172 | <dependency> |
173 | 173 | <groupId>org.apache.hadoop</groupId> |
174 | 174 | <artifactId>hadoop-common</artifactId> |
175 | | - <version>3.4.2</version> |
| 175 | + <version>3.4.3</version> |
176 | 176 | <exclusions> |
177 | 177 | <exclusion> |
178 | 178 | <groupId>org.slf4j</groupId> |
|
260 | 260 | <dependency> |
261 | 261 | <groupId>org.mockito</groupId> |
262 | 262 | <artifactId>mockito-junit-jupiter</artifactId> |
263 | | - <version>5.21.0</version> |
| 263 | + <version>5.22.0</version> |
264 | 264 | <scope>test</scope> |
265 | 265 | </dependency> |
266 | 266 | </dependencies> |
|
0 commit comments