Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.11 (
Browse files Browse the repository at this point in the history
#7857)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent dddf980 commit 0e1daac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clojure/luminus/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject luminus "0.1.0-SNAPSHOT"

:dependencies [[luminus/lein-template "4.51"]
[ch.qos.logback/logback-classic "1.5.10"]
[ch.qos.logback/logback-classic "1.5.11"]
[cheshire "5.13.0"]
[clojure.java-time "1.4.2"]
[cprop "0.1.20"]
Expand Down
2 changes: 1 addition & 1 deletion java/activej/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0e1daac

Please sign in to comment.