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 c950c095a5a3fd3ad4ebf7a3549390b1c15a2630 Author: Amichai Rothman <[email protected]> AuthorDate: Wed May 29 14:16:15 2024 +0300 ARIES-2139 Upgrade org.osgi.service.component.annotations to 1.5.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 38093881..5987131b 100644 --- a/discovery/mdns/pom.xml +++ b/discovery/mdns/pom.xml @@ -24,7 +24,7 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.component.annotations</artifactId> - <version>1.4.0</version> + <version>1.5.1</version> <scope>provided</scope> </dependency> <dependency>
