Skip to content

Commit 7f9be1d

Browse files
committed
fix: playground/kinde-springboot-starter-example/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent 06d1f02 commit 7f9be1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • playground/kinde-springboot-starter-example

playground/kinde-springboot-starter-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<groupId>ch.qos.logback</groupId>
7474
<artifactId>logback-classic</artifactId>
7575
<scope>runtime</scope>
76-
<version>1.5.18</version>
76+
<version>1.5.19</version>
7777
</dependency>
7878

7979
<dependency>

0 commit comments

Comments
 (0)