Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2023
1 parent 18f132b commit c1d1532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation 'com.jpaulmorrison:javafbp:4.1.14'
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
implementation 'org.slf4j:slf4j-simple:2.0.7'
implementation 'ch.qos.logback:logback-classic:1.4.7'
implementation 'ch.qos.logback:logback-classic:1.4.8'

}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.8</version>
</dependency>


Expand Down

0 comments on commit c1d1532

Please sign in to comment.