Skip to content

Commit

Permalink
fix(deps): update dependency io.javalin:javalin to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent bdd3b76 commit f3e3d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation project(':etor')
testImplementation testFixtures(project(':shared'))

implementation 'io.javalin:javalin:5.6.3'
implementation 'io.javalin:javalin:6.0.0'

testImplementation 'org.apache.groovy:groovy:4.0.18'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down

0 comments on commit f3e3d8c

Please sign in to comment.