Skip to content

Commit

Permalink
chore: update log version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinten10 committed Dec 29, 2021
1 parent 07663a9 commit 08e0efc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<log4j.version>2.17.0</log4j.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.10</logback.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sdk-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<okhttp.version>4.9.1</okhttp.version>
<kotlin-stdlib.version>1.4.10</kotlin-stdlib.version>
<log4j.version>2.17.0</log4j.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.10</logback.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sdk-spi-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<log4j.version>2.17.0</log4j.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.10</logback.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sdk-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<log4j.version>2.17.0</log4j.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.10</logback.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 08e0efc

Please sign in to comment.