|
564 | 564 | in the dependencyManagement section as it could still lead to different versions of netty
|
565 | 565 | modules and cause trouble if we only rely on transitive dependencies.
|
566 | 566 | -->
|
567 |
| - <netty4.version>4.1.108.Final</netty4.version> |
| 567 | + <netty4.version>4.1.112.Final</netty4.version> |
568 | 568 | <!-- end HBASE-15925 default hadoop compatibility values -->
|
569 | 569 | <audience-annotations.version>0.13.0</audience-annotations.version>
|
570 | 570 | <!--
|
|
587 | 587 | Note that the version of jackson-[annotations,core,databind] must be kept in sync with the
|
588 | 588 | version of jackson-jaxrs-json-provider shipped in hbase-thirdparty.
|
589 | 589 | -->
|
590 |
| - <jackson.version>2.17.0</jackson.version> |
591 |
| - <jackson.databind.version>2.17.0</jackson.databind.version> |
| 590 | + <jackson.version>2.17.2</jackson.version> |
| 591 | + <jackson.databind.version>2.17.2</jackson.databind.version> |
592 | 592 | <jaxb-api.version>2.3.1</jaxb-api.version>
|
593 | 593 | <servlet.api.version>3.1.0</servlet.api.version>
|
594 | 594 | <wx.rs.api.version>2.1.1</wx.rs.api.version>
|
|
606 | 606 | <external.protoc.version>${external.protobuf.version}</external.protoc.version>
|
607 | 607 | <!--Version of protobuf that hbase uses internally (we shade our pb)
|
608 | 608 | Must match what is out in hbase-thirdparty include. -->
|
609 |
| - <internal.protobuf.version>4.26.1</internal.protobuf.version> |
| 609 | + <internal.protobuf.version>4.27.3</internal.protobuf.version> |
610 | 610 | <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
|
611 | 611 | <thrift.path>thrift</thrift.path>
|
612 | 612 | <thrift.version>0.14.1</thrift.version>
|
|
633 | 633 | -->
|
634 | 634 | <checkstyle.version>8.29</checkstyle.version>
|
635 | 635 | <exec.maven.version>3.1.0</exec.maven.version>
|
636 |
| - <error-prone.version>2.26.1</error-prone.version> |
| 636 | + <error-prone.version>2.28.0</error-prone.version> |
637 | 637 | <jamon.plugin.version>2.4.2</jamon.plugin.version>
|
638 | 638 | <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
|
639 | 639 | <maven.antrun.version>1.8</maven.antrun.version>
|
|
667 | 667 | databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
|
668 | 668 | hbase-thirdparty.
|
669 | 669 | -->
|
670 |
| - <hbase-thirdparty.version>4.1.7</hbase-thirdparty.version> |
| 670 | + <hbase-thirdparty.version>4.1.8</hbase-thirdparty.version> |
671 | 671 | <!-- Coverage properties -->
|
672 | 672 | <jacoco.version>0.8.8</jacoco.version>
|
673 | 673 | <jacocoArgLine/>
|
|
0 commit comments