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 2022/11/27 21:20:17 UTC

[maven-site] branch master updated: Bump plantuml from 1.2022.12 to 1.2022.13

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d399fd2a Bump plantuml from 1.2022.12 to 1.2022.13
d399fd2a is described below

commit d399fd2add856a6984ec99ec34fac63db98cb67a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 21 23:04:47 2022 +0000

    Bump plantuml from 1.2022.12 to 1.2022.13
    
    Bumps plantuml from 1.2022.12 to 1.2022.13.
    
    ---
    updated-dependencies:
    - dependency-name: net.sourceforge.plantuml:plantuml
      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 c743139b..b22ea115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,7 @@
           <dependency>
             <groupId>net.sourceforge.plantuml</groupId>
             <artifactId>plantuml</artifactId>
-            <version>1.2022.12</version>
+            <version>1.2022.13</version>
           </dependency>
         </dependencies>
         <executions>