Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.janino:janino to v3.1.12 (#…
Browse files Browse the repository at this point in the history
…1258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 8ea79fe commit 2272d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

implementation "ch.qos.logback:logback-classic:$logbackVersion"
implementation "net.logstash.logback:logstash-logback-encoder:7.4"
implementation "org.codehaus.janino:janino:3.1.11" // Needed for conditionals in logback.xml
implementation "org.codehaus.janino:janino:3.1.12" // Needed for conditionals in logback.xml

implementation "org.apache.commons:commons-lang3:3.14.0"

Expand Down

0 comments on commit 2272d83

Please sign in to comment.