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 26ea686 Bump org.osgi.service.http from 1.2.1 to 1.2.2
26ea686 is described below
commit 26ea686dc11ebd16f1c940500d4d0d010924a9e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 17 13:41:38 2021 +0000
Bump org.osgi.service.http from 1.2.1 to 1.2.2
Bumps [org.osgi.service.http](https://github.com/osgi/osgi) from 1.2.1 to
1.2.2.
- [Release notes](https://github.com/osgi/osgi/releases)
- [Commits](https://github.com/osgi/osgi/commits)
---
updated-dependencies:
- dependency-name: org.osgi:org.osgi.service.http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
modules/osgi/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml
index 325b71f..7196ace 100644
--- a/modules/osgi/pom.xml
+++ b/modules/osgi/pom.xml
@@ -184,7 +184,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>