This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 7560aa9 Bump org.eclipse.jetty:jetty-client from 12.1.7 to 12.1.8
(#170)
7560aa9 is described below
commit 7560aa95a38f02bb01640ed9f784551f73c2c281
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 4 08:15:09 2026 +0200
Bump org.eclipse.jetty:jetty-client from 12.1.7 to 12.1.8 (#170)
Bumps org.eclipse.jetty:jetty-client from 12.1.7 to 12.1.8.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-client
dependency-version: 12.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d0e0c1a..a8f6608 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
- <version>12.1.7</version>
+ <version>12.1.8</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>