From 2c162f56f73847bd4ee0e3b38f6e5afbcedb12b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 09:20:00 +0000 Subject: [PATCH 1/3] Bump jnr-enxio from 0.32.10 to 0.32.11 Bumps [jnr-enxio](https://github.com/jnr/jnr-enxio) from 0.32.10 to 0.32.11. - [Release notes](https://github.com/jnr/jnr-enxio/releases) - [Commits](https://github.com/jnr/jnr-enxio/compare/jnr-enxio-0.32.10...jnr-enxio-0.32.11) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-enxio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7643c2d90b0..c1553e8ccf8 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ 1.33 5.10.0 0.10.3 - 0.32.10 + 0.32.11 2.2.8 3.1.11 0.38.12 From 4f385ece59918adc0cc12f2d8d20760b729bfc48 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 24 Nov 2021 16:06:37 +1000 Subject: [PATCH 2/3] fix upperbound Signed-off-by: Olivier Lamy --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1553e8ccf8..3d02c5b4869 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 5.10.0 0.10.3 0.32.11 - 2.2.8 + 2.2.9 3.1.11 0.38.12 1.3.3 From e279e2f449e5a3f2534ff70a2fe3ea40914fd637 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 24 Nov 2021 16:27:20 +1000 Subject: [PATCH 3/3] use jgit to avoid issue on machine with git not in the path (#7142) Signed-off-by: Olivier Lamy --- jetty-util/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml index 78980848eb1..8ec311a1bc1 100644 --- a/jetty-util/pom.xml +++ b/jetty-util/pom.xml @@ -33,9 +33,20 @@ false false ${nonCanonicalRevision} + + jgit + + ../ + + + org.apache.maven.scm + maven-scm-provider-jgit + 1.10.0 + + org.apache.felix