Skip to content

Commit

Permalink
Merge pull request #428 from bucket4j/dependabot/maven/bucket4j-examp…
Browse files Browse the repository at this point in the history
…les/ch.qos.logback-logback-classic-1.3.12

Bump ch.qos.logback:logback-classic from 1.2.0 to 1.3.12 in /bucket4j-examples
  • Loading branch information
vladimir-bukhtoyarov committed Nov 30, 2023
2 parents fa1a465 + ec96013 commit 1dd8d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bucket4j-examples/pom.xml
Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.3.12</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bucket4j-parent/pom.xml
Expand Up @@ -436,7 +436,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.3.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1dd8d78

Please sign in to comment.