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 17b176c6 Bump plantuml from 1.2023.1 to 1.2023.2
17b176c6 is described below
commit 17b176c6e036c7222bc8cd6895e1d7e3a7b43f2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 2 23:57:59 2023 +0000
Bump plantuml from 1.2023.1 to 1.2023.2
Bumps plantuml from 1.2023.1 to 1.2023.2.
---
updated-dependencies:
- dependency-name: net.sourceforge.plantuml:plantuml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7bde0825..f9e42eeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
- <version>1.2023.1</version>
+ <version>1.2023.2</version>
</dependency>
</dependencies>
<executions>