This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/parent-61 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-configuration.git
commit 6c8567e758245873c50ff3ab67b74b50bacb3320 Author: Konrad Windszus <[email protected]> AuthorDate: Tue Nov 12 17:35:48 2024 +0100 SLING-12480 Update to Parent 61 --- .sling-module.json | 8 ++++++++ pom.xml | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.sling-module.json b/.sling-module.json new file mode 100644 index 0000000..d4268ec --- /dev/null +++ b/.sling-module.json @@ -0,0 +1,8 @@ +{ + "jenkins": { + "jdks": [ + 17, + 21 + ] + } +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index be2a459..38d240a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>49</version> + <version>61</version> <relativePath /> </parent> @@ -85,7 +85,7 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>osgi.core</artifactId> + <artifactId>org.osgi.framework</artifactId> <scope>provided</scope> </dependency> <dependency> @@ -116,6 +116,11 @@ <version>1.4.0</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.util.tracker</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.converter</artifactId> @@ -141,7 +146,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.3.3</version> + <version>5.14.2</version> <scope>test</scope> </dependency> </dependencies>
