You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/10/16 04:05:48 UTC

[drill] branch master updated: [MINOR UPDATE]: Update com.drewnoakes:metadata-extractor 2.17.0 to 2.18.0 (#2682)

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

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new a12da57114 [MINOR UPDATE]: Update com.drewnoakes:metadata-extractor 2.17.0 to 2.18.0 (#2682)
a12da57114 is described below

commit a12da571141379219d5f66bf799ef950b9808478
Author: claire9910 <11...@users.noreply.github.com>
AuthorDate: Sun Oct 16 12:05:42 2022 +0800

    [MINOR UPDATE]: Update com.drewnoakes:metadata-extractor 2.17.0 to 2.18.0 (#2682)
---
 contrib/format-image/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/format-image/pom.xml b/contrib/format-image/pom.xml
index a6f7127d3d..bedda6d782 100644
--- a/contrib/format-image/pom.xml
+++ b/contrib/format-image/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>com.drewnoakes</groupId>
       <artifactId>metadata-extractor</artifactId>
-      <version>2.17.0</version>
+      <version>2.18.0</version>
     </dependency>
 
     <!-- Test dependencies -->