Skip to content

Commit

Permalink
Bump to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed Jul 31, 2023
1 parent 59c3048 commit 4905c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.1</version>
<version>5.6.2</version>
</dependency>
```
### Gradle

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


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

| Package | Version | License |
|-----------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------|
| [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) |
| [Javalin](https://github.com/javalin/javalin) | `5.6.2` | [![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.4` | [![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.1'
version = '5.6.2'

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

dependencies {
def javalin = "5.6.1"
def javalin = "5.6.2"
def junit = '5.10.0'
def sslContextKickstart = '8.1.4'
def okhttp = "4.11.0"
Expand Down

0 comments on commit 4905c72

Please sign in to comment.