Skip to content

Commit

Permalink
fix(deps): update patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent 974d82d commit 0bd80fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:6.1.2'
implementation 'io.javalin:javalin:6.1.3'

testImplementation 'org.apache.groovy:groovy:4.0.19'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

//logging
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'ch.qos.logback:logback-classic:1.5.1'
implementation 'ch.qos.logback:logback-classic:1.5.2'
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

//jackson
Expand Down

0 comments on commit 0bd80fa

Please sign in to comment.