This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 905f5bdcf7 Bump httpmime from 4.5.13 to 4.5.14 905f5bdcf7 is described below commit 905f5bdcf7834fcf9370c39da5e85b6c2ce22fb7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 5 13:05:57 2022 +0000 Bump httpmime from 4.5.13 to 4.5.14 Bumps httpmime from 4.5.13 to 4.5.14. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpmime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- modules/tool/axis2-aar-maven-plugin/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tool/axis2-aar-maven-plugin/pom.xml b/modules/tool/axis2-aar-maven-plugin/pom.xml index 40a77eb80e..26bce1d337 100644 --- a/modules/tool/axis2-aar-maven-plugin/pom.xml +++ b/modules/tool/axis2-aar-maven-plugin/pom.xml @@ -109,7 +109,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>4.5.13</version> + <version>4.5.14</version> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index 09c44729fc..3ced93bdb6 100644 --- a/pom.xml +++ b/pom.xml @@ -478,7 +478,7 @@ <groovy.version>4.0.6</groovy.version> <httpcore.version>4.4.16</httpcore.version> <httpclient.version>4.5.13</httpclient.version> - <httpmime.version>4.5.13</httpmime.version> + <httpmime.version>4.5.14</httpmime.version> <intellij.version>5.0</intellij.version> <jaxbri.version>2.3.6</jaxbri.version> <jetty.version>10.0.12</jetty.version>