Skip to content

Commit

Permalink
Merge pull request #633 from hazendaz/renovate/ch.qos.logback-logback…
Browse files Browse the repository at this point in the history
…-classic-1.x

Update dependency ch.qos.logback:logback-classic to v1.5.0
  • Loading branch information
hazendaz authored Feb 17, 2024
2 parents f7e947c + 0755802 commit df09dc8
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.4.14</version>
<version>1.5.0</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.4.14</version>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit df09dc8

Please sign in to comment.