Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 2eac55b commit 7820607
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.12"]
[ch.qos.logback/logback-classic "1.5.15"]
[cheshire "5.13.0"]
[clojure.java-time "1.4.3"]
[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.12</version>
<version>1.5.15</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7820607

Please sign in to comment.