Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump logback-classic from 1.1.7 to 1.2.0 in /spring-with-nacos #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump logback-classic from 1.1.7 to 1.2.0 in /spring-with-nacos
Bumps logback-classic from 1.1.7 to 1.2.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jun 7, 2021

Verified

This commit was signed with the committer’s verified signature.
aws-nslick Nicholas Sielicki
commit 958fb1c995b96a641b2f13e3c1d6089b4fa2449a
2 changes: 1 addition & 1 deletion spring-with-nacos/pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<tomcat.version>8.5.42</tomcat.version>
<spring-version>4.3.24.RELEASE</spring-version>
<slf4j.version>1.7.21</slf4j.version>
<logback.version>1.1.7</logback.version>
<logback.version>1.2.0</logback.version>
</properties>

<dependencies>