|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.google.api</groupId> |
5 | 5 | <artifactId>gax-bom</artifactId> |
6 | | - <version>2.19.5</version><!-- {x-version-update:gax-bom:current} --> |
| 6 | + <version>2.19.6-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} --> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 | <name>GAX (Google Api eXtensions) for Java (BOM)</name> |
9 | 9 | <description>Google Api eXtensions for Java (BOM)</description> |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>com.google.api</groupId> |
44 | 44 | <artifactId>gax</artifactId> |
45 | | - <version>2.19.5</version><!-- {x-version-update:gax:current} --> |
| 45 | + <version>2.19.6-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.google.api</groupId> |
49 | 49 | <artifactId>gax</artifactId> |
50 | | - <version>2.19.5</version><!-- {x-version-update:gax:current} --> |
| 50 | + <version>2.19.6-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
51 | 51 | <classifier>testlib</classifier> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>com.google.api</groupId> |
55 | 55 | <artifactId>gax-grpc</artifactId> |
56 | | - <version>2.19.5</version><!-- {x-version-update:gax-grpc:current} --> |
| 56 | + <version>2.19.6-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>com.google.api</groupId> |
60 | 60 | <artifactId>gax-grpc</artifactId> |
61 | | - <version>2.19.5</version><!-- {x-version-update:gax-grpc:current} --> |
| 61 | + <version>2.19.6-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
62 | 62 | <classifier>testlib</classifier> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>com.google.api</groupId> |
66 | 66 | <artifactId>gax-httpjson</artifactId> |
67 | | - <version>0.104.5</version><!-- {x-version-update:gax-httpjson:current} --> |
| 67 | + <version>0.104.6-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>com.google.api</groupId> |
71 | 71 | <artifactId>gax-httpjson</artifactId> |
72 | | - <version>0.104.5</version><!-- {x-version-update:gax-httpjson:current} --> |
| 72 | + <version>0.104.6-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
73 | 73 | <classifier>testlib</classifier> |
74 | 74 | </dependency> |
75 | 75 | </dependencies> |
|
0 commit comments