Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Feb 14, 2024
1 parent 0b3f6d5 commit 6b328a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kohlschutter/junixsocket/codeql-analysis.yml?cacheSeconds=60)](https:/kohlschutter/junixsocket/actions/workflows/codeql-analysis.yml) [![Last commit on main](https://img.shields.io/github/last-commit/kohlschutter/junixsocket/main)](https:/kohlschutter/junixsocket/commits/main) [![Maven Central version](https://img.shields.io/maven-central/v/com.kohlschutter.junixsocket/junixsocket)](https://search.maven.org/artifact/com.kohlschutter.junixsocket/junixsocket) [![Apache 2.0 Licensed](https://img.shields.io/github/license/kohlschutter/junixsocket)](https:/kohlschutter/junixsocket/blob/main/NOTICE)

**Users of junixsocket are strongly advised to upgrade to version 2.8.3 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**
**Users of junixsocket are strongly advised to upgrade to version 2.9.0 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**

# junixsocket

Expand Down Expand Up @@ -89,7 +89,7 @@ To include the core junixsocket functionality in your project, add the following
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-core</artifactId>
<version>2.8.3</version>
<version>2.9.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 6b328a2

Please sign in to comment.