From e934140a7f2457b2a3481c149233c15fbd346aed Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 6 Dec 2023 18:59:33 +0100 Subject: [PATCH] Update NEWS for 13.0.8 Sum up the changes delivered in this development iteration. Change-Id: If71fe6bd387ab4463a30fb028fe7a890f64efca5 Signed-off-by: Robert Varga --- docs/NEWS.rst | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/docs/NEWS.rst b/docs/NEWS.rst index 7ee79fbdc..34e234be6 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -2,6 +2,72 @@ ODL Parent release notes ======================== +Version 13.0.8 +-------------- +This is a bug-fix upgrade from version 13.0.7. + +Improvements and new features +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* ``single-feature-test`` now supports injection of test-only feature dependencies. This allows testing features + which require externally-provided dependencies to complete their wiring. + See `ODLPARENT-257 `__ for more information. + +Third-party dependencies +~~~~~~~~~~~~~~~~~~~~~~~~ +* Bouncy Castle `1.76 → 1.77 `__ + +* checker-qual 3.39.0 → 3.41.0 + +* Checkstyle `10.12.4 → 10.12.5 `__ + +* commons-io `2.15.0 → 2.15.1 `__ + +* commons-lang3 `3.13.0 → 3.14.0 `__ + +* Dropwizard Metrics 4.2.20 → 4.2.22, release notes: + * `4.2.21 `__ + * `4.2.22 `__ + +* JUnit `5.10.0 → 5.10.1 `__ + +* Mockito 5.6.0 → 5.8.0, release notes: + * `5.7.0 `__ + * `5.8.0 `__ + +* Netty `4.1.100 → 4.1.101 `__ + +* SpotBugs 4.7.3 → 4.8.2, release notes: + * `4.8.0 `__ + * `4.8.1 `__ + * `4.8.2 `__ + +Plugin upgrades +~~~~~~~~~~~~~~~ +* builder-helper-maven-plugin `3.4.0 → 3.5.0 `__ + +* cyclonedx-maven-plugin `2.7.9 → 2.7.10 `__ + +* exec-maven-plugin `3.1.0 → 3.1.1 `__ + +* maven-javadoc-plugin 3.6.0 → 3.6.3, release notes: + * `3.6.2 `__ + * `3.6.3 `__ + +* maven-plugin-plugin 3.8.2 → 3.10.1, release notes: + * `3.9.0 `__ + * `3.10.1 `__ + * `3.10.2 `__ + +* maven-project-info-reports-plugin `3.4.5 → 3.5.0 `__ + +* maven-surefire-plugin `3.2.1 → 3.2.2 `__ + +* spotbugs-maven-plugin 4.7.3.6 → 4.8.2.0, release notes: + * `4.8.1.0 `__ + * `4.8.2.0 `__ + +* versions-maven-plugin `2.16.1 → 2.16.2 `__ + Version 13.0.7 -------------- This is a bug-fix upgrade from version 13.0.6. -- 2.36.6