Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Version bump, dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Nov 30, 2023
1 parent 70d9b04 commit 0e9daf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nasdanika</groupId>
<artifactId>plantuml-diagram-generator</artifactId>
<version>2023.10.0</version>
<version>2023.12.0</version>
<packaging>jar</packaging>
<name>PlantUML DiagramGenerator</name>
<description>org.nasdanika.common.DiagramGenerator which uses PlantUML</description>
Expand Down Expand Up @@ -135,13 +135,13 @@
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>common</artifactId>
<version>2023.10.0</version>
<version>2023.12.0</version>
</dependency>

<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2023.11</version>
<version>1.2023.12</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0e9daf0

Please sign in to comment.