This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git
commit a6c663afa495ac2662b8ebf3c12cea941079be8f Author: Oliver Lietz <[email protected]> AuthorDate: Wed Sep 7 15:28:48 2022 +0200 build with Java 11 and 17 --- .sling-module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sling-module.json b/.sling-module.json index 0e603c0..3f2b4e4 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,7 +1,7 @@ { "jenkins": { "jdks": [ - 14, + 17, 11 ] }
