Skip to content

Commit

Permalink
Bump to 5.6.0 and bump sslcontext-kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia authored Jun 10, 2023
1 parent 3e21827 commit a0a5228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.5.0</version>
<version>5.6.0</version>
</dependency>
```
### Gradle

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


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

| Package | Version | License |
|-----------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------|
| [Javalin](https://github.com/javalin/javalin) | `5.5.0` | [![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) | `7.4.11` | [![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.0` | [![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
6 changes: 3 additions & 3 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.5.1-SNAPSHOT'
version = '5.6.0'

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

dependencies {
def javalin = "5.5.1-SNAPSHOT"
def javalin = "5.6.0"
def junit = '5.9.1'
def sslContextKickstart = '8.0.0'
def sslContextKickstart = '8.1.1'
def okhttp = "4.11.0"
def conscrypt = "2.5.2"
def annotations = "24.0.1"
Expand Down

0 comments on commit a0a5228

Please sign in to comment.