Skip to content

Commit 7347492

Browse files
authored
Bump to 5.6.1
1 parent a0a5228 commit 7347492

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ As simple as adding a dependency:
2222
<dependency>
2323
<groupId>io.javalin.community.ssl</groupId>
2424
<artifactId>ssl-plugin</artifactId>
25-
<version>5.6.0</version>
25+
<version>5.6.1</version>
2626
</dependency>
2727
```
2828
### Gradle
2929

3030
```kotlin
31-
implementation('io.javalin.community.ssl:ssl-plugin:5.6.0')
31+
implementation('io.javalin.community.ssl:ssl-plugin:5.6.1')
3232
```
3333

3434

@@ -170,7 +170,7 @@ sslPlugin.reload(ssl->{
170170

171171
| Package | Version | License |
172172
|-----------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------|
173-
| [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) |
173+
| [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) |
174174
| [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) |
175175

176176
## Contributing

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

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

1414
jacoco {
1515
toolVersion = '0.8.8'
@@ -42,7 +42,7 @@ configurations {
4242
}
4343

4444
dependencies {
45-
def javalin = "5.6.0"
45+
def javalin = "5.6.1"
4646
def junit = '5.9.1'
4747
def sslContextKickstart = '8.1.1'
4848
def okhttp = "4.11.0"

0 commit comments

Comments
 (0)