This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit b8efd0fb4ba6f5b4128d8f41f9175d4977a8f8d2 Author: Amichai Rothman <[email protected]> AuthorDate: Wed May 29 14:16:33 2024 +0300 ARIES-2140 Upgrade org.osgi.service.jaxrs to 1.0.1 --- discovery/mdns/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/mdns/pom.xml b/discovery/mdns/pom.xml index 5987131b..0b1cf22a 100644 --- a/discovery/mdns/pom.xml +++ b/discovery/mdns/pom.xml @@ -30,7 +30,7 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.jaxrs</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> </dependency> <dependency> <groupId>jakarta.ws.rs</groupId>
