Skip to content

Commit

Permalink
Edit README.md to contain correct version 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 7, 2024
1 parent fd98d4e commit 258e30d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Actions Status](https://github.com/levigo/neverpile-commons/workflows/Continuous%20Delivery/badge.svg)](https://github.com/levigo/neverpile-commons/actions)
[![Docker Hub](https://img.shields.io/badge/MADE%20with-JAVA-RED.svg)](#JAVA)
[![Generic badge](https://img.shields.io/badge/current%20version-1.16.1-1abc9c.svg)](https://github.com/levigo/neverpile-commons/tree/v1.16.1)
[![Generic badge](https://img.shields.io/badge/current%20version-1.16.3-1abc9c.svg)](https://github.com/levigo/neverpile-commons/tree/v1.16.3)

# neverpile-commons
A collection of libraries used by several neverpile components.
Expand All @@ -11,35 +11,35 @@ __Maven dependencies__
<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-authorization</artifactId>
<version>1.16.1</version>
<version>1.16.3</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-condition</artifactId>
<version>1.16.1</version>
<version>1.16.3</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-openapi</artifactId>
<version>1.16.1</version>
<version>1.16.3</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-opentracing</artifactId>
<version>1.16.1</version>
<version>1.16.3</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-swagger-ui</artifactId>
<version>1.16.1</version>
<version>1.16.3</version>
</dependency>

<dependency>
<groupId>com.neverpile.commons</groupId>
<artifactId>neverpile-commons-util</artifactId>
<version>1.16.1</version>
<version>1.16.3</version>
</dependency>

0 comments on commit 258e30d

Please sign in to comment.