Skip to content

Commit

Permalink
Update dependency io.javalin:javalin to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2023
1 parent e4880b8 commit 2a68cfc
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.2'
implementation 'io.javalin:javalin:5.6.3'
implementation 'org.eclipse.jetty:jetty-http:11.0.17' // Overriding the version of Jetty from Javalin

testImplementation 'org.apache.groovy:groovy:4.0.15'
Expand Down

0 comments on commit 2a68cfc

Please sign in to comment.