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

Commit

Permalink
2023.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Sep 4, 2023
1 parent 26f52bc commit fdd94b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.8.0</version>
<version>2023.9.0</version>
<packaging>jar</packaging>
<name>PlantUML DiagramGenerator</name>
<description>org.nasdanika.common.DiagramGenerator which uses PlantUML</description>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.1</version>
<version>5.10.0</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -135,7 +135,7 @@
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>common</artifactId>
<version>2023.8.0</version>
<version>2023.9.0</version>
</dependency>

<dependency>
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.1</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fdd94b2

Please sign in to comment.