Skip to content

Commit 4a94ba3

Browse files
committed
Prepare for 5.1.0 release
1 parent 66a6b33 commit 4a94ba3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ As simple as adding a dependency:
2020
<dependency>
2121
<groupId>io.javalin.community.ssl</groupId>
2222
<artifactId>ssl-plugin</artifactId>
23-
<version>5.0.1</version>
23+
<version>5.1.0</version>
2424
</dependency>
2525
```
2626
### Gradle
2727

2828
```kotlin
29-
implementation('io.javalin.community.ssl:ssl-plugin:5.0.1')
29+
implementation('io.javalin.community.ssl:ssl-plugin:5.1.0')
3030
```
3131

3232

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.1.0-SNAPSHOT'
12+
version = '5.1.0'
1313

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

4343
dependencies {
44-
def javalin = "5.0.1"
44+
def javalin = "5.1.0"
4545
def jetty = '11.0.12'
4646
def junit = '5.9.0'
4747
def sslContextKickstart = '7.4.6'

0 commit comments

Comments
 (0)