Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 7ec27f6 commit f3dbd00
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.50"]
[ch.qos.logback/logback-classic "1.4.9"]
[ch.qos.logback/logback-classic "1.4.10"]
[cheshire "5.11.0"]
[clojure.java-time "1.2.0"]
[cprop "0.1.19"]
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.4.9</version>
<version>1.4.10</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit f3dbd00

Please sign in to comment.