Skip to content

Commit

Permalink
Merge pull request #19 from apssouza22/dependabot/maven/ch.qos.logbac…
Browse files Browse the repository at this point in the history
…k-logback-classic-1.2.13

Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13
  • Loading branch information
apssouza22 authored Feb 11, 2024
2 parents 19dd657 + 0005186 commit 757f3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.13</version>
</dependency>

<!-- Log in Json format -->
Expand Down
2 changes: 1 addition & 1 deletion runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.13</version>
</dependency>
<!-- Log in Json format-->
<dependency>
Expand Down

0 comments on commit 757f3fb

Please sign in to comment.