Skip to content

Commit

Permalink
dependency version upgrades, new version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Aug 21, 2023
1 parent 78a2fc8 commit b1865c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.20.0</version>
<version>0.21.0</version>
</dependency>
```
6 changes: 3 additions & 3 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.20.0</version>
<version>0.21.0</version>

<parent>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>rwh-pom</artifactId>
<version>0.23.0</version>
<version>0.24.0</version>
</parent>

<name>jetty-utils</name>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>de.hs-heilbronn.mi</groupId>
<artifactId>crypto-utils</artifactId>
<version>3.6.0</version>
<version>3.8.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b1865c2

Please sign in to comment.