We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467757a commit 38a1e53Copy full SHA for 38a1e53
vaadin-spring-boot-starter/pom.xml
@@ -65,8 +65,19 @@
65
<groupId>org.yaml</groupId>
66
<artifactId>snakeyaml</artifactId>
67
</exclusion>
68
+ <exclusion>
69
+ <groupId>ch.qos.logback</groupId>
70
+ <artifactId>logback-classic</artifactId>
71
+ </exclusion>
72
</exclusions>
73
</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
78
79
+ <version>1.4.12</version>
80
+ </dependency>
81
<!-- End Spring -->
82
</dependencies>
83
</project>
0 commit comments