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 f38dae9d22b44fff66f248d82dc5cd5fc94876f1 Author: Amichai Rothman <[email protected]> AuthorDate: Wed May 29 16:18:26 2024 +0300 ARIES-2151 Upgrade osgi.annotation to 8.1.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 8b66b856..fa09edbb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.annotation</artifactId> - <version>7.0.0</version> + <version>8.1.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId>
