|
1492 | 1492 | <dependency> |
1493 | 1493 | <groupId>com.google.api-client</groupId> |
1494 | 1494 | <artifactId>google-api-client</artifactId> |
1495 | | - <version>1.28.0</version> |
| 1495 | + <version>1.33.4</version> |
1496 | 1496 | </dependency> |
1497 | 1497 | <dependency> |
1498 | 1498 | <groupId>com.google.apis</groupId> |
1499 | 1499 | <artifactId>google-api-services-bigquery</artifactId> |
1500 | | - <version>v2-rev20200415-1.30.9</version> |
| 1500 | + <version>v2-rev20220326-1.32.1</version> |
1501 | 1501 | </dependency> |
1502 | 1502 | <dependency> |
1503 | 1503 | <groupId>com.google.cloud</groupId> |
1504 | 1504 | <artifactId>google-cloud-bigquery</artifactId> |
1505 | | - <version>1.2.11</version> |
| 1505 | + <version>1.2.15</version> |
1506 | 1506 | </dependency> |
1507 | 1507 | <dependency> |
1508 | 1508 | <groupId>com.google.http-client</groupId> |
1509 | 1509 | <artifactId>google-http-client</artifactId> |
1510 | | - <version>1.28.0</version> |
| 1510 | + <version>1.41.5</version> |
1511 | 1511 | </dependency> |
1512 | 1512 | <dependency> |
1513 | 1513 | <groupId>com.google.http-client</groupId> |
1514 | | - <artifactId>google-http-client-jackson2</artifactId> |
1515 | | - <version>1.28.0</version> |
| 1514 | + <artifactId>google-http-client-gson</artifactId> |
| 1515 | + <version>1.41.5</version> |
1516 | 1516 | </dependency> |
1517 | 1517 | <dependency> |
1518 | 1518 | <groupId>com.google.oauth-client</groupId> |
1519 | 1519 | <artifactId>google-oauth-client</artifactId> |
1520 | | - <version>1.28.0</version> |
| 1520 | + <version>1.33.1</version> |
1521 | 1521 | </dependency> |
1522 | 1522 | <dependency> |
1523 | 1523 | <groupId>com.google.cloud</groupId> |
1524 | 1524 | <artifactId>google-cloud-bigquerystorage</artifactId> |
1525 | | - <version>0.101.0-beta</version> |
| 1525 | + <version>2.12.0</version> |
1526 | 1526 | </dependency> |
1527 | 1527 | <dependency> |
1528 | 1528 | <groupId>com.google.auth</groupId> |
1529 | 1529 | <artifactId>google-auth-library-oauth2-http</artifactId> |
1530 | | - <version>0.16.2</version> |
| 1530 | + <version>1.6.0</version> |
1531 | 1531 | </dependency> |
1532 | 1532 | <dependency> |
1533 | 1533 | <groupId>com.google.auth</groupId> |
1534 | 1534 | <artifactId>google-auth-library-credentials</artifactId> |
1535 | | - <version>0.16.2</version> |
| 1535 | + <version>1.6.0</version> |
1536 | 1536 | </dependency> |
1537 | 1537 | <dependency> |
1538 | 1538 | <groupId>com.google.api</groupId> |
1539 | 1539 | <artifactId>gax</artifactId> |
1540 | | - <version>1.47.0</version> |
| 1540 | + <version>2.13.0</version> |
1541 | 1541 | </dependency> |
1542 | 1542 | <dependency> |
1543 | 1543 | <groupId>com.google.api</groupId> |
1544 | 1544 | <artifactId>gax-grpc</artifactId> |
1545 | | - <version>1.47.0</version> |
| 1545 | + <version>2.13.0</version> |
1546 | 1546 | </dependency> |
1547 | 1547 | <dependency> |
1548 | 1548 | <groupId>com.google.api.grpc</groupId> |
1549 | | - <artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId> |
1550 | | - <version>0.66.0</version> |
| 1549 | + <artifactId>proto-google-cloud-bigquerystorage-v1</artifactId> |
| 1550 | + <version>2.12.0</version> |
1551 | 1551 | </dependency> |
1552 | 1552 | <dependency> |
1553 | 1553 | <groupId>io.opencensus</groupId> |
1554 | 1554 | <artifactId>opencensus-contrib-http-util</artifactId> |
1555 | | - <version>0.18.0</version> |
| 1555 | + <version>0.31.0</version> |
1556 | 1556 | </dependency> |
1557 | 1557 | </dependencies> |
1558 | 1558 | <build> |
1559 | 1559 | <plugins> |
1560 | 1560 | <plugin> |
1561 | 1561 | <groupId>org.apache.maven.plugins</groupId> |
1562 | 1562 | <artifactId>maven-install-plugin</artifactId> |
1563 | | - <version>3.1.0</version> |
| 1563 | + <version>2.5.2</version> |
1564 | 1564 | <executions> |
1565 | 1565 | <execution> |
1566 | 1566 | <id>google-api-client</id> |
|
1571 | 1571 | <configuration> |
1572 | 1572 | <groupId>com.google.api-client</groupId> |
1573 | 1573 | <artifactId>google-api-client</artifactId> |
1574 | | - <version>1.28.0</version> |
| 1574 | + <version>1.33.4</version> |
1575 | 1575 | <packaging>jar</packaging> |
1576 | | - <file>${bigquery.classpath}/google-api-client-1.28.0.jar</file> |
| 1576 | + <file>${bigquery.classpath}/google-api-client-1.33.4.jar</file> |
1577 | 1577 | </configuration> |
1578 | 1578 | </execution> |
1579 | 1579 | <execution> |
|
1585 | 1585 | <configuration> |
1586 | 1586 | <groupId>com.google.apis</groupId> |
1587 | 1587 | <artifactId>google-api-services-bigquery</artifactId> |
1588 | | - <version>v2-rev20200415-1.30.9</version> |
| 1588 | + <version>v2-rev20220326-1.32.1</version> |
1589 | 1589 | <packaging>jar</packaging> |
1590 | | - <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20200415-1.30.9.jar</file> |
| 1590 | + <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20220326-1.32.1.jar</file> |
1591 | 1591 | </configuration> |
1592 | 1592 | </execution> |
1593 | 1593 | <execution> |
|
1599 | 1599 | <configuration> |
1600 | 1600 | <groupId>com.google.cloud</groupId> |
1601 | 1601 | <artifactId>google-cloud-bigquery</artifactId> |
1602 | | - <version>1.2.11</version> |
| 1602 | + <version>1.2.15</version> |
1603 | 1603 | <packaging>jar</packaging> |
1604 | 1604 | <file>${bigquery.classpath}/GoogleBigQueryJDBC42.jar</file> |
1605 | 1605 | </configuration> |
|
1613 | 1613 | <configuration> |
1614 | 1614 | <groupId>com.google.http-client</groupId> |
1615 | 1615 | <artifactId>google-http-client</artifactId> |
1616 | | - <version>1.28.0</version> |
| 1616 | + <version>1.41.5</version> |
1617 | 1617 | <packaging>jar</packaging> |
1618 | | - <file>${bigquery.classpath}/google-http-client-1.28.0.jar</file> |
| 1618 | + <file>${bigquery.classpath}/google-http-client-1.41.5.jar</file> |
1619 | 1619 | </configuration> |
1620 | 1620 | </execution> |
1621 | 1621 | <execution> |
1622 | | - <id>google-http-client-jackson2</id> |
| 1622 | + <id>google-http-client-gson</id> |
1623 | 1623 | <phase>initialize</phase> |
1624 | 1624 | <goals> |
1625 | 1625 | <goal>install-file</goal> |
1626 | 1626 | </goals> |
1627 | 1627 | <configuration> |
1628 | 1628 | <groupId>com.google.http-client</groupId> |
1629 | | - <artifactId>google-http-client-jackson2</artifactId> |
1630 | | - <version>1.28.0</version> |
| 1629 | + <artifactId>google-http-client-gson</artifactId> |
| 1630 | + <version>1.41.5</version> |
1631 | 1631 | <packaging>jar</packaging> |
1632 | | - <file>${bigquery.classpath}/google-http-client-jackson2-1.28.0.jar</file> |
| 1632 | + <file>${bigquery.classpath}/google-http-client-gson-1.41.5.jar</file> |
1633 | 1633 | </configuration> |
1634 | 1634 | </execution> |
1635 | 1635 | <execution> |
|
1641 | 1641 | <configuration> |
1642 | 1642 | <groupId>com.google.oauth-client</groupId> |
1643 | 1643 | <artifactId>google-oauth-client</artifactId> |
1644 | | - <version>1.28.0</version> |
| 1644 | + <version>1.33.1</version> |
1645 | 1645 | <packaging>jar</packaging> |
1646 | | - <file>${bigquery.classpath}/google-oauth-client-1.28.0.jar</file> |
| 1646 | + <file>${bigquery.classpath}/google-oauth-client-1.33.1.jar</file> |
1647 | 1647 | </configuration> |
1648 | 1648 | </execution> |
1649 | 1649 | <execution> |
|
1655 | 1655 | <configuration> |
1656 | 1656 | <groupId>com.google.cloud</groupId> |
1657 | 1657 | <artifactId>google-cloud-bigquerystorage</artifactId> |
1658 | | - <version>0.101.0-beta</version> |
| 1658 | + <version>2.12.0</version> |
1659 | 1659 | <packaging>jar</packaging> |
1660 | | - <file>${bigquery.classpath}/google-cloud-bigquerystorage-0.101.0-beta.jar</file> |
| 1660 | + <file>${bigquery.classpath}/google-cloud-bigquerystorage-2.12.0.jar</file> |
1661 | 1661 | </configuration> |
1662 | 1662 | </execution> |
1663 | 1663 | </executions> |
|
0 commit comments