Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
fix(deps): update dependency io.javalin:javalin to v6.1.0
Browse files Browse the repository at this point in the history
renovate[bot] committed Feb 20, 2024
1 parent ff8a4ee commit 8e10fb1
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
@@ -23,7 +23,7 @@ dependencies {
implementation project(':etor')
testImplementation testFixtures(project(':shared'))

implementation 'io.javalin:javalin:6.0.1'
implementation 'io.javalin:javalin:6.1.0'

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

0 comments on commit 8e10fb1

Please sign in to comment.