Bump org.osgi.service.http.whiteboard from 1.1.0 to 1.1.1

Bumps [org.osgi.service.http.whiteboard](https://github.com/osgi/osgi) from 1.1.0 to 1.1.1.
- [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.whiteboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/cdi-extra/pom.xml b/cdi-extra/pom.xml
index 9cb6661..5707308 100644
--- a/cdi-extra/pom.xml
+++ b/cdi-extra/pom.xml
@@ -104,7 +104,7 @@
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.service.http.whiteboard</artifactId>
 			<!-- Deliberately overridden since version 1.0.0 doesn't contain the annotations. -->
-			<version>1.1.0</version><!--$NO-MVN-MAN-VER$-->
+			<version>1.1.1</version><!--$NO-MVN-MAN-VER$-->
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/pom.xml b/pom.xml
index 399101f..96b3f09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
 			<dependency>
 				<groupId>org.osgi</groupId>
 				<artifactId>org.osgi.service.http.whiteboard</artifactId>
-				<version>1.1.0</version>
+				<version>1.1.1</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>