Skip to content

Commit

Permalink
dependency version upgrades, new version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Apr 25, 2023
1 parent bf63440 commit 841b4e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Utility library for running an embedded Jetty with service provider based initia
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>jetty-utils</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>jetty-utils</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>

<parent>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>rwh-pom</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
</parent>

<name>jetty-utils</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>log4j2-utils</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>

<!-- Jetty -->
Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crypto-utils</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 841b4e9

Please sign in to comment.