Skip to content

Commit

Permalink
update logback
Browse files Browse the repository at this point in the history
  • Loading branch information
t1 committed Dec 6, 2023
1 parent 78059ce commit 5b72e85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>${logback.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>${logback.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<junit.version>5.7.1</junit.version>
<assertj.version>3.19.0</assertj.version>
<mockito.version>3.8.0</mockito.version>
<logback.version>1.2.12</logback.version>
</properties>

<developers>
Expand Down

0 comments on commit 5b72e85

Please sign in to comment.