You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/09/07 20:57:35 UTC

[sling-org-apache-sling-commons-crypto] 06/06: build with Java 11 and 17

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 <ol...@apache.org>
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
     ]
   }