This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-thumbnails.git

commit 22d039693e4c4662dc3841b28bf745b6d1a233ea
Author: Dan Klco <[email protected]>
AuthorDate: Thu Oct 19 17:06:28 2023 -0400

    SLING-12111 - Updating to latest release of thumbnailator
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index edd37cd..bda604e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,6 @@
     in writing, software distributed under the License is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied. See
     the License for the specific language governing permissions and 
limitations under the License. -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>sling-bundle-parent</artifactId>
@@ -269,7 +268,7 @@
         <dependency>
             <groupId>net.coobird</groupId>
             <artifactId>thumbnailator</artifactId>
-            <version>0.4.14</version>
+            <version>0.4.20</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

Reply via email to