This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 25db09b07bc206049717e52126009af2a7dfe597 Author: Robert Lazarski <[email protected]> AuthorDate: Fri Sep 4 11:51:51 2026 -1000 update same dep on httpcomponents --- modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml index 87215251f3..a476996372 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml @@ -199,7 +199,7 @@ <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-h2</artifactId> - <version>5.4.1</version> + <version>5.4.3</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId>
