|
1543 | 1543 | <dependency> |
1544 | 1544 | <groupId>com.google.api-client</groupId> |
1545 | 1545 | <artifactId>google-api-client</artifactId> |
1546 | | - <version>1.33.4</version> |
| 1546 | + <version>2.7.0</version> |
1547 | 1547 | </dependency> |
1548 | 1548 | <dependency> |
1549 | 1549 | <groupId>com.google.apis</groupId> |
1550 | 1550 | <artifactId>google-api-services-bigquery</artifactId> |
1551 | | - <version>v2-rev20220326-1.32.1</version> |
| 1551 | + <version>v2-rev20240919-2.0.0</version> |
1552 | 1552 | </dependency> |
1553 | 1553 | <dependency> |
1554 | 1554 | <groupId>com.google.cloud</groupId> |
1555 | 1555 | <artifactId>google-cloud-bigquery</artifactId> |
1556 | | - <version>1.2.15</version> |
| 1556 | + <version>1.6.2.1003</version> |
1557 | 1557 | </dependency> |
1558 | 1558 | <dependency> |
1559 | 1559 | <groupId>com.google.http-client</groupId> |
1560 | 1560 | <artifactId>google-http-client</artifactId> |
1561 | | - <version>1.41.5</version> |
| 1561 | + <version>1.45.0</version> |
1562 | 1562 | </dependency> |
1563 | 1563 | <dependency> |
1564 | 1564 | <groupId>com.google.http-client</groupId> |
1565 | 1565 | <artifactId>google-http-client-gson</artifactId> |
1566 | | - <version>1.41.5</version> |
| 1566 | + <version>1.45.0</version> |
1567 | 1567 | </dependency> |
1568 | 1568 | <dependency> |
1569 | 1569 | <groupId>com.google.oauth-client</groupId> |
1570 | 1570 | <artifactId>google-oauth-client</artifactId> |
1571 | | - <version>1.33.3</version> |
| 1571 | + <version>1.36.0</version> |
1572 | 1572 | </dependency> |
1573 | 1573 | <dependency> |
1574 | 1574 | <groupId>com.google.cloud</groupId> |
1575 | 1575 | <artifactId>google-cloud-bigquerystorage</artifactId> |
1576 | | - <version>2.12.0</version> |
| 1576 | + <version>3.9.3</version> |
1577 | 1577 | </dependency> |
1578 | 1578 | <dependency> |
1579 | 1579 | <groupId>com.google.auth</groupId> |
1580 | 1580 | <artifactId>google-auth-library-oauth2-http</artifactId> |
1581 | | - <version>1.6.0</version> |
| 1581 | + <version>1.28.0</version> |
1582 | 1582 | </dependency> |
1583 | 1583 | <dependency> |
1584 | 1584 | <groupId>com.google.auth</groupId> |
1585 | 1585 | <artifactId>google-auth-library-credentials</artifactId> |
1586 | | - <version>1.6.0</version> |
| 1586 | + <version>1.28.0</version> |
1587 | 1587 | </dependency> |
1588 | 1588 | <dependency> |
1589 | 1589 | <groupId>com.google.api</groupId> |
1590 | 1590 | <artifactId>gax</artifactId> |
1591 | | - <version>2.13.0</version> |
| 1591 | + <version>2.55.0</version> |
1592 | 1592 | </dependency> |
1593 | 1593 | <dependency> |
1594 | 1594 | <groupId>com.google.api</groupId> |
1595 | 1595 | <artifactId>gax-grpc</artifactId> |
1596 | | - <version>2.13.0</version> |
| 1596 | + <version>2.55.0</version> |
1597 | 1597 | </dependency> |
1598 | 1598 | <dependency> |
1599 | 1599 | <groupId>com.google.api.grpc</groupId> |
1600 | 1600 | <artifactId>proto-google-cloud-bigquerystorage-v1</artifactId> |
1601 | | - <version>2.12.0</version> |
| 1601 | + <version>3.9.3</version> |
1602 | 1602 | </dependency> |
1603 | 1603 | <dependency> |
1604 | 1604 | <groupId>io.opencensus</groupId> |
1605 | 1605 | <artifactId>opencensus-contrib-http-util</artifactId> |
1606 | | - <version>0.31.0</version> |
| 1606 | + <version>0.31.1</version> |
1607 | 1607 | </dependency> |
1608 | 1608 | </dependencies> |
1609 | 1609 | <build> |
|
1622 | 1622 | <configuration> |
1623 | 1623 | <groupId>com.google.api-client</groupId> |
1624 | 1624 | <artifactId>google-api-client</artifactId> |
1625 | | - <version>1.33.4</version> |
| 1625 | + <version>2.7.0</version> |
1626 | 1626 | <packaging>jar</packaging> |
1627 | | - <file>${bigquery.classpath}/google-api-client-1.33.4.jar</file> |
| 1627 | + <file>${bigquery.classpath}/google-api-client-2.7.0.jar</file> |
1628 | 1628 | </configuration> |
1629 | 1629 | </execution> |
1630 | 1630 | <execution> |
|
1636 | 1636 | <configuration> |
1637 | 1637 | <groupId>com.google.apis</groupId> |
1638 | 1638 | <artifactId>google-api-services-bigquery</artifactId> |
1639 | | - <version>v2-rev20220326-1.32.1</version> |
| 1639 | + <version>v2-rev20240919-2.0.0</version> |
1640 | 1640 | <packaging>jar</packaging> |
1641 | | - <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20220326-1.32.1.jar</file> |
| 1641 | + <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20240919-2.0.0.jar</file> |
1642 | 1642 | </configuration> |
1643 | 1643 | </execution> |
1644 | 1644 | <execution> |
|
1650 | 1650 | <configuration> |
1651 | 1651 | <groupId>com.google.cloud</groupId> |
1652 | 1652 | <artifactId>google-cloud-bigquery</artifactId> |
1653 | | - <version>1.2.15</version> |
| 1653 | + <version>1.6.2.1003</version> |
1654 | 1654 | <packaging>jar</packaging> |
1655 | 1655 | <file>${bigquery.classpath}/GoogleBigQueryJDBC42.jar</file> |
1656 | 1656 | </configuration> |
|
1664 | 1664 | <configuration> |
1665 | 1665 | <groupId>com.google.http-client</groupId> |
1666 | 1666 | <artifactId>google-http-client</artifactId> |
1667 | | - <version>1.41.5</version> |
| 1667 | + <version>1.45.0</version> |
1668 | 1668 | <packaging>jar</packaging> |
1669 | | - <file>${bigquery.classpath}/google-http-client-1.41.5.jar</file> |
| 1669 | + <file>${bigquery.classpath}/google-http-client-1.45.0.jar</file> |
1670 | 1670 | </configuration> |
1671 | 1671 | </execution> |
1672 | 1672 | <execution> |
|
1678 | 1678 | <configuration> |
1679 | 1679 | <groupId>com.google.http-client</groupId> |
1680 | 1680 | <artifactId>google-http-client-gson</artifactId> |
1681 | | - <version>1.41.5</version> |
| 1681 | + <version>1.45.0</version> |
1682 | 1682 | <packaging>jar</packaging> |
1683 | | - <file>${bigquery.classpath}/google-http-client-gson-1.41.5.jar</file> |
| 1683 | + <file>${bigquery.classpath}/google-http-client-gson-1.45.0.jar</file> |
1684 | 1684 | </configuration> |
1685 | 1685 | </execution> |
1686 | 1686 | <execution> |
|
1692 | 1692 | <configuration> |
1693 | 1693 | <groupId>com.google.oauth-client</groupId> |
1694 | 1694 | <artifactId>google-oauth-client</artifactId> |
1695 | | - <version>1.33.1</version> |
| 1695 | + <version>1.36.0</version> |
1696 | 1696 | <packaging>jar</packaging> |
1697 | | - <file>${bigquery.classpath}/google-oauth-client-1.33.1.jar</file> |
| 1697 | + <file>${bigquery.classpath}/google-oauth-client-1.36.0.jar</file> |
1698 | 1698 | </configuration> |
1699 | 1699 | </execution> |
1700 | 1700 | <execution> |
|
1706 | 1706 | <configuration> |
1707 | 1707 | <groupId>com.google.cloud</groupId> |
1708 | 1708 | <artifactId>google-cloud-bigquerystorage</artifactId> |
1709 | | - <version>2.12.0</version> |
| 1709 | + <version>3.9.3</version> |
1710 | 1710 | <packaging>jar</packaging> |
1711 | | - <file>${bigquery.classpath}/google-cloud-bigquerystorage-2.12.0.jar</file> |
| 1711 | + <file>${bigquery.classpath}/google-cloud-bigquerystorage-3.9.3.jar</file> |
1712 | 1712 | </configuration> |
1713 | 1713 | </execution> |
1714 | 1714 | </executions> |
|
0 commit comments