Skip to content

Commit 38a1e53

Browse files
vaadin-botZheSun88
andauthored
update dependency to fix CVE-2023-6378 (#4759) (#4771)
Co-authored-by: Zhe Sun <[email protected]>
1 parent 467757a commit 38a1e53

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vaadin-spring-boot-starter/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,19 @@
6565
<groupId>org.yaml</groupId>
6666
<artifactId>snakeyaml</artifactId>
6767
</exclusion>
68+
<exclusion>
69+
<groupId>ch.qos.logback</groupId>
70+
<artifactId>logback-classic</artifactId>
71+
</exclusion>
6872
</exclusions>
6973
</dependency>
74+
<!-- CVE-2023-6378, should be removed after spring-boot fix.
75+
https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle#L849 -->
76+
<dependency>
77+
<groupId>ch.qos.logback</groupId>
78+
<artifactId>logback-classic</artifactId>
79+
<version>1.4.12</version>
80+
</dependency>
7081
<!-- End Spring -->
7182
</dependencies>
7283
</project>

0 commit comments

Comments
 (0)