You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/09/26 22:39:03 UTC

[maven-pdf-plugin] branch master updated: Bump JSONUtil from 1.10.2-java6 to 1.10.4-java6

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5589334  Bump JSONUtil from 1.10.2-java6 to 1.10.4-java6
5589334 is described below

commit 55893344db2309f549bb1542d60c73afbf9c27aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 7 12:16:25 2021 +0000

    Bump JSONUtil from 1.10.2-java6 to 1.10.4-java6
    
    Bumps JSONUtil from 1.10.2-java6 to 1.10.4-java6.
    
    ---
    updated-dependencies:
    - dependency-name: org.kopitubruk.util:JSONUtil
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 964b72c..15e0235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@ under the License.
     <dependency>
       <groupId>org.kopitubruk.util</groupId>
       <artifactId>JSONUtil</artifactId>
-      <version>1.10.2-java6</version>
+      <version>1.10.4-java6</version>
     </dependency>
 
     <!-- test dependencies -->