This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/main/jackson.version-2.22.0
in repository https://gitbox.apache.org/repos/asf/karaf.git
omit 015f926a18 build(deps): bump jackson.version from 2.21.4 to 2.22.0
add 1f964509c4 Upgrade jackson legacy version to LTS 2.18.8 (#2709)
add 86b7586d63 feat(jakarta): Upgrade Pax Web to 11.1.1 (#2707)
add 19b6766baf build(deps-dev): bump org.eclipse.platform:org.eclipse.osgi
(#2708)
add e0e12ff577 build(deps): bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.3
to 7.3.0 (#2702)
add 2d56d24da8 build(deps): bump activemq.version from 6.2.5 to 6.2.6
(#2696)
add 3f6a1b89f0 Remove remaining org.apache.servicemix.specs BOM entries
add 7eb0359f2c build(deps): bump org.codehaus.plexus:plexus-archiver
(#2717)
add ec61b76c1c Remove DockerServiceImpl.StreamUtils (#2648)
add aa3f71fc38 Added option to configure dynamic imports (#2682) (#2724)
add 83a28552a2 build(deps): bump asm.version from 9.10 to 9.10.1 (#2677)
add 10d793b6cb Clean up FeatureExport.copyFileToDirectory() (#2628)
add 4498c365ad Add retry on wrapper resources download (#2728)
add 89809c066a build(deps): bump actions/checkout from 6 to 7 (#2736)
add a4c32b2a32 build(deps): bump commons-logging:commons-logging from
1.3.6 to 1.4.0 (#2733)
add 41eabe7ea7 build(deps): bump jna.version from 5.19.0 to 5.19.1 (#2727)
add 288ee5b02f build(deps): bump jackson.version from 2.21.4 to 2.22.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (015f926a18)
\
N -- N -- N
refs/heads/dependabot/maven/main/jackson.version-2.22.0 (288ee5b02f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 4 +-
.../features/specs/src/main/feature/feature.xml | 20 +--
bom/pom.xml | 36 +----
.../apache/karaf/bundle/command/DynamicImport.java | 36 ++++-
.../apache/karaf/bundle/core/BundleService.java | 4 +-
.../bundle/core/internal/BundleServiceImpl.java | 27 +++-
.../karaf/docker/internal/DockerServiceImpl.java | 72 +++------
.../karaf/features/command/FeatureExport.java | 38 ++---
pom.xml | 16 +-
tooling/karaf-maven-plugin/pom.xml | 4 +-
wrapper/pom.xml | 176 ++++++++++++++-------
11 files changed, 229 insertions(+), 204 deletions(-)