This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 267250a8b Bump org.apache.httpcomponents:httpclient from 4.5.13 to
4.5.14 (#4919)
267250a8b is described below
commit 267250a8b863818ed0872f5e32f01895d73763ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 30 10:16:26 2024 +0800
Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14 (#4919)
* Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14
Bumps org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14.
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* use dependencyManagement
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <[email protected]>
---
build.gradle | 4 ++--
eventmesh-meta/eventmesh-meta-consul/build.gradle | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 99bed0892..3fc27890d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ buildscript {
classpath
"io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.13.0"
- classpath "org.apache.httpcomponents:httpclient:4.5.13"
+ classpath "org.apache.httpcomponents:httpclient:4.5.14"
classpath "commons-io:commons-io:2.11.0"
}
}
@@ -685,7 +685,7 @@ subprojects {
dependency "com.squareup.okhttp3:okhttp:3.14.9"
dependency "org.asynchttpclient:async-http-client:2.12.0"
- dependency "org.apache.httpcomponents:httpclient:4.5.13"
+ dependency "org.apache.httpcomponents:httpclient:4.5.14"
dependency "io.netty:netty-all:4.1.79.Final"
diff --git a/eventmesh-meta/eventmesh-meta-consul/build.gradle
b/eventmesh-meta/eventmesh-meta-consul/build.gradle
index 89a15262d..35b466076 100644
--- a/eventmesh-meta/eventmesh-meta-consul/build.gradle
+++ b/eventmesh-meta/eventmesh-meta-consul/build.gradle
@@ -17,7 +17,7 @@
dependencies {
implementation 'com.ecwid.consul:consul-api:1.4.5'
- implementation 'org.apache.httpcomponents:httpclient:4.5.13'
+ implementation 'org.apache.httpcomponents:httpclient'
implementation project(":eventmesh-meta:eventmesh-meta-api")
implementation project(":eventmesh-common")
testImplementation "org.mockito:mockito-core"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]