Skip to content

Commit

Permalink
Prepare for next version
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Zugazagoitia <[email protected]>
  • Loading branch information
zugazagoitia authored Feb 25, 2024
1 parent 8d16dc1 commit e135c19
Showing 1 changed file with 2 additions and 2 deletions.
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.4'
version = '5.6.5-SNAPSHOT'

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

dependencies {
def javalin = "5.6.4"
def javalin = "5.6.5-SNAPSHOT"
def junit = '5.10.2'
def sslContextKickstart = '8.3.2'
def okhttp = "4.12.0"
Expand Down

0 comments on commit e135c19

Please sign in to comment.