This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new e33720d846 Bump org.apache.httpcomponents.core5:httpcore5 from 5.4.2
to 5.4.3
e33720d846 is described below
commit e33720d84613807d466cc9eaead23aae23d2d45c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 05:59:53 2026 +0000
Bump org.apache.httpcomponents.core5:httpcore5 from 5.4.2 to 5.4.3
Bumps
[org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core)
from 5.4.2 to 5.4.3.
-
[Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)
-
[Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.4.2...rel/v5.4.3)
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
dependency-version: 5.4.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
tck/microprofile-tck/rest-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tck/microprofile-tck/rest-client/pom.xml
b/tck/microprofile-tck/rest-client/pom.xml
index 672ef51478..f458fe7428 100644
--- a/tck/microprofile-tck/rest-client/pom.xml
+++ b/tck/microprofile-tck/rest-client/pom.xml
@@ -275,7 +275,7 @@
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
- <version>5.4.2</version>
+ <version>5.4.3</version>
<scope>test</scope>
</dependency>
</dependencies>