We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07dceb commit 2db9555Copy full SHA for 2db9555
build.gradle
@@ -31,6 +31,10 @@ dependencies {
31
'org.springframework.boot:spring-boot-starter-actuator',
32
'org.springframework.boot:spring-boot-starter-validation',
33
34
+ // We only use snakeyaml transitively, but we want to force the
35
+ // current version due to existing CVEs.
36
+ 'org.yaml:snakeyaml:2.0',
37
+
38
'org.apache.commons:commons-text:1.10.0',
39
'org.influxdb:influxdb-java'
40
)
0 commit comments