Skip to content

Commit

Permalink
Merge pull request #812 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.13 (master)
  • Loading branch information
hazendaz authored Dec 19, 2024
2 parents ef1807d + 77be112 commit 16803d2
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.12</version>
<version>1.5.13</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.12</version>
<version>1.5.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 16803d2

Please sign in to comment.