Skip to content

Commit

Permalink
Merge pull request #814 from hazendaz/renovate/master-logback-monorepo
Browse files Browse the repository at this point in the history
Update dependency ch.qos.logback:logback-classic to v1.5.14 (master)
  • Loading branch information
hazendaz authored Dec 19, 2024
2 parents 16803d2 + 4281ebe commit 400f932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion displaytag-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.13</version>
<version>1.5.14</version>
</dependency>
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion displaytag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.13</version>
<version>1.5.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 400f932

Please sign in to comment.