Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.2.0 to 1.2.13 in /tcc
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.0 to 1.2.13.
- [Commits](qos-ch/logback@v_1.2.0...v_1.2.13)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent f994563 commit 5ba2fea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<fastjson.version>1.2.83</fastjson.version>
<config.version>1.2.1</config.version>
<slf4j-api.version>1.7.22</slf4j-api.version>
<logback-classic.version>1.2.0</logback-classic.version>
<logback-classic.version>1.2.13</logback-classic.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-pool2.version>2.4.2</commons-pool2.version>
<cglib.version>3.1</cglib.version>
Expand Down
2 changes: 1 addition & 1 deletion tcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.2.13</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tcc/sofarpc-tcc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.2.13</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 5ba2fea

Please sign in to comment.