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/10/19 13:35:03 UTC

[sling-org-apache-sling-commons-messaging-mail] 03/05: update Commons Threads (Java 17 compatible)

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-messaging-mail.git

commit d2ea9f3312308e7d2648368debfd571e02460f0c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:32:14 2022 +0200

    update Commons Threads (Java 17 compatible)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2698b33..572071d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.threads</artifactId>
-      <version>3.2.6</version>
+      <version>3.2.22</version>
       <scope>provided</scope>
     </dependency>
     <dependency>