Skip to content

Commit

Permalink
Bump to 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia authored Jun 22, 2023
1 parent a0a5228 commit 7347492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ As simple as adding a dependency:
<dependency>
<groupId>io.javalin.community.ssl</groupId>
<artifactId>ssl-plugin</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
</dependency>
```
### Gradle

```kotlin
implementation('io.javalin.community.ssl:ssl-plugin:5.6.0')
implementation('io.javalin.community.ssl:ssl-plugin:5.6.1')
```


Expand Down Expand Up @@ -170,7 +170,7 @@ sslPlugin.reload(ssl->{

| Package | Version | License |
|-----------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------|
| [Javalin](https://github.com/javalin/javalin) | `5.6.0` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |
| [Javalin](https://github.com/javalin/javalin) | `5.6.1` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |
| [SSLContext Kickstart](https://github.com/Hakky54/sslcontext-kickstart) | `8.1.1` | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) |

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group = 'io.javalin.community.ssl'
//Must be formatted following the RegEx: /version\s*=\s*'\S+'/g
version = '5.6.0'
version = '5.6.1'

jacoco {
toolVersion = '0.8.8'
Expand Down Expand Up @@ -42,7 +42,7 @@ configurations {
}

dependencies {
def javalin = "5.6.0"
def javalin = "5.6.1"
def junit = '5.9.1'
def sslContextKickstart = '8.1.1'
def okhttp = "4.11.0"
Expand Down

0 comments on commit 7347492

Please sign in to comment.