|
1530 | 1530 | <dependency>
|
1531 | 1531 | <groupId>com.google.api-client</groupId>
|
1532 | 1532 | <artifactId>google-api-client</artifactId>
|
1533 |
| - <version>1.33.4</version> |
| 1533 | + <version>2.7.0</version> |
1534 | 1534 | </dependency>
|
1535 | 1535 | <dependency>
|
1536 | 1536 | <groupId>com.google.apis</groupId>
|
1537 | 1537 | <artifactId>google-api-services-bigquery</artifactId>
|
1538 |
| - <version>v2-rev20220326-1.32.1</version> |
| 1538 | + <version>v2-rev20240919-2.0.0</version> |
1539 | 1539 | </dependency>
|
1540 | 1540 | <dependency>
|
1541 | 1541 | <groupId>com.google.cloud</groupId>
|
1542 | 1542 | <artifactId>google-cloud-bigquery</artifactId>
|
1543 |
| - <version>1.2.15</version> |
| 1543 | + <version>1.6.2.1003</version> |
1544 | 1544 | </dependency>
|
1545 | 1545 | <dependency>
|
1546 | 1546 | <groupId>com.google.http-client</groupId>
|
1547 | 1547 | <artifactId>google-http-client</artifactId>
|
1548 |
| - <version>1.41.5</version> |
| 1548 | + <version>1.45.0</version> |
1549 | 1549 | </dependency>
|
1550 | 1550 | <dependency>
|
1551 | 1551 | <groupId>com.google.http-client</groupId>
|
1552 | 1552 | <artifactId>google-http-client-gson</artifactId>
|
1553 |
| - <version>1.41.5</version> |
| 1553 | + <version>1.45.0</version> |
1554 | 1554 | </dependency>
|
1555 | 1555 | <dependency>
|
1556 | 1556 | <groupId>com.google.oauth-client</groupId>
|
1557 | 1557 | <artifactId>google-oauth-client</artifactId>
|
1558 |
| - <version>1.33.3</version> |
| 1558 | + <version>1.36.0</version> |
1559 | 1559 | </dependency>
|
1560 | 1560 | <dependency>
|
1561 | 1561 | <groupId>com.google.cloud</groupId>
|
1562 | 1562 | <artifactId>google-cloud-bigquerystorage</artifactId>
|
1563 |
| - <version>2.12.0</version> |
| 1563 | + <version>3.9.3</version> |
1564 | 1564 | </dependency>
|
1565 | 1565 | <dependency>
|
1566 | 1566 | <groupId>com.google.auth</groupId>
|
1567 | 1567 | <artifactId>google-auth-library-oauth2-http</artifactId>
|
1568 |
| - <version>1.6.0</version> |
| 1568 | + <version>1.28.0</version> |
1569 | 1569 | </dependency>
|
1570 | 1570 | <dependency>
|
1571 | 1571 | <groupId>com.google.auth</groupId>
|
1572 | 1572 | <artifactId>google-auth-library-credentials</artifactId>
|
1573 |
| - <version>1.6.0</version> |
| 1573 | + <version>1.28.0</version> |
1574 | 1574 | </dependency>
|
1575 | 1575 | <dependency>
|
1576 | 1576 | <groupId>com.google.api</groupId>
|
1577 | 1577 | <artifactId>gax</artifactId>
|
1578 |
| - <version>2.13.0</version> |
| 1578 | + <version>2.55.0</version> |
1579 | 1579 | </dependency>
|
1580 | 1580 | <dependency>
|
1581 | 1581 | <groupId>com.google.api</groupId>
|
1582 | 1582 | <artifactId>gax-grpc</artifactId>
|
1583 |
| - <version>2.13.0</version> |
| 1583 | + <version>2.55.0</version> |
1584 | 1584 | </dependency>
|
1585 | 1585 | <dependency>
|
1586 | 1586 | <groupId>com.google.api.grpc</groupId>
|
1587 | 1587 | <artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
|
1588 |
| - <version>2.12.0</version> |
| 1588 | + <version>3.9.3</version> |
1589 | 1589 | </dependency>
|
1590 | 1590 | <dependency>
|
1591 | 1591 | <groupId>io.opencensus</groupId>
|
1592 | 1592 | <artifactId>opencensus-contrib-http-util</artifactId>
|
1593 |
| - <version>0.31.0</version> |
| 1593 | + <version>0.31.1</version> |
1594 | 1594 | </dependency>
|
1595 | 1595 | </dependencies>
|
1596 | 1596 | <build>
|
|
1609 | 1609 | <configuration>
|
1610 | 1610 | <groupId>com.google.api-client</groupId>
|
1611 | 1611 | <artifactId>google-api-client</artifactId>
|
1612 |
| - <version>1.33.4</version> |
| 1612 | + <version>2.7.0</version> |
1613 | 1613 | <packaging>jar</packaging>
|
1614 |
| - <file>${bigquery.classpath}/google-api-client-1.33.4.jar</file> |
| 1614 | + <file>${bigquery.classpath}/google-api-client-2.7.0.jar</file> |
1615 | 1615 | </configuration>
|
1616 | 1616 | </execution>
|
1617 | 1617 | <execution>
|
|
1623 | 1623 | <configuration>
|
1624 | 1624 | <groupId>com.google.apis</groupId>
|
1625 | 1625 | <artifactId>google-api-services-bigquery</artifactId>
|
1626 |
| - <version>v2-rev20220326-1.32.1</version> |
| 1626 | + <version>v2-rev20240919-2.0.0</version> |
1627 | 1627 | <packaging>jar</packaging>
|
1628 |
| - <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20220326-1.32.1.jar</file> |
| 1628 | + <file>${bigquery.classpath}/google-api-services-bigquery-v2-rev20240919-2.0.0.jar</file> |
1629 | 1629 | </configuration>
|
1630 | 1630 | </execution>
|
1631 | 1631 | <execution>
|
|
1637 | 1637 | <configuration>
|
1638 | 1638 | <groupId>com.google.cloud</groupId>
|
1639 | 1639 | <artifactId>google-cloud-bigquery</artifactId>
|
1640 |
| - <version>1.2.15</version> |
| 1640 | + <version>1.6.2.1003</version> |
1641 | 1641 | <packaging>jar</packaging>
|
1642 | 1642 | <file>${bigquery.classpath}/GoogleBigQueryJDBC42.jar</file>
|
1643 | 1643 | </configuration>
|
|
1651 | 1651 | <configuration>
|
1652 | 1652 | <groupId>com.google.http-client</groupId>
|
1653 | 1653 | <artifactId>google-http-client</artifactId>
|
1654 |
| - <version>1.41.5</version> |
| 1654 | + <version>1.45.0</version> |
1655 | 1655 | <packaging>jar</packaging>
|
1656 |
| - <file>${bigquery.classpath}/google-http-client-1.41.5.jar</file> |
| 1656 | + <file>${bigquery.classpath}/google-http-client-1.45.0.jar</file> |
1657 | 1657 | </configuration>
|
1658 | 1658 | </execution>
|
1659 | 1659 | <execution>
|
|
1665 | 1665 | <configuration>
|
1666 | 1666 | <groupId>com.google.http-client</groupId>
|
1667 | 1667 | <artifactId>google-http-client-gson</artifactId>
|
1668 |
| - <version>1.41.5</version> |
| 1668 | + <version>1.45.0</version> |
1669 | 1669 | <packaging>jar</packaging>
|
1670 |
| - <file>${bigquery.classpath}/google-http-client-gson-1.41.5.jar</file> |
| 1670 | + <file>${bigquery.classpath}/google-http-client-gson-1.45.0.jar</file> |
1671 | 1671 | </configuration>
|
1672 | 1672 | </execution>
|
1673 | 1673 | <execution>
|
|
1679 | 1679 | <configuration>
|
1680 | 1680 | <groupId>com.google.oauth-client</groupId>
|
1681 | 1681 | <artifactId>google-oauth-client</artifactId>
|
1682 |
| - <version>1.33.1</version> |
| 1682 | + <version>1.36.0</version> |
1683 | 1683 | <packaging>jar</packaging>
|
1684 |
| - <file>${bigquery.classpath}/google-oauth-client-1.33.1.jar</file> |
| 1684 | + <file>${bigquery.classpath}/google-oauth-client-1.36.0.jar</file> |
1685 | 1685 | </configuration>
|
1686 | 1686 | </execution>
|
1687 | 1687 | <execution>
|
|
1693 | 1693 | <configuration>
|
1694 | 1694 | <groupId>com.google.cloud</groupId>
|
1695 | 1695 | <artifactId>google-cloud-bigquerystorage</artifactId>
|
1696 |
| - <version>2.12.0</version> |
| 1696 | + <version>3.9.3</version> |
1697 | 1697 | <packaging>jar</packaging>
|
1698 |
| - <file>${bigquery.classpath}/google-cloud-bigquerystorage-2.12.0.jar</file> |
| 1698 | + <file>${bigquery.classpath}/google-cloud-bigquerystorage-3.9.3.jar</file> |
1699 | 1699 | </configuration>
|
1700 | 1700 | </execution>
|
1701 | 1701 | </executions>
|
|
0 commit comments