Skip to content

Commit eb22ce9

Browse files
committed
fix: upgrade ch.qos.logback:logback-classic from 1.2.3 to 1.5.6
Snyk has created this PR to upgrade ch.qos.logback:logback-classic from 1.2.3 to 1.5.6. See this package in Maven Repository: https://mvnrepository.com/artifact/ch.qos.logback/logback-classic/ See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/b1c77b24-e60c-4483-aedb-1284426befe6?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent a1dcbc6 commit eb22ce9

File tree

1 file changed

+1
-1
lines changed
  • code-samples/community/serving/helloworld-java-micronaut

1 file changed

+1
-1
lines changed

code-samples/community/serving/helloworld-java-micronaut/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.2.3</version>
52+
<version>1.5.6</version>
5353
<scope>runtime</scope>
5454
</dependency>
5555
<dependency>

0 commit comments

Comments
 (0)