Skip to content

Commit

Permalink
Fix: möglicher Deadlock beim Starten
Browse files Browse the repository at this point in the history
  • Loading branch information
undecaf committed Oct 20, 2020
1 parent dd97d9d commit b58ac5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>vorlage</artifactId>
<version>2.12.0-RELEASE</version>
<version>2.12.1-RELEASE</version>
<packaging>jar</packaging>

<name>Vorlage</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>at.rennweg.htl</groupId>
<artifactId>autoconfig</artifactId>
<version>2.11.0-RELEASE</version>
<version>2.11.1-RELEASE</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b58ac5c

Please sign in to comment.