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 973ccb8 commit db3a4faCopy full SHA for db3a4fa
plugin/build.gradle.kts
@@ -12,9 +12,10 @@ buildscript {
12
}
13
dependencies {
14
constraints {
15
- // The plugin com.github.breadmoirai.github-release:2.5.2 has dependency on com.squareup.okio:okio:3.0.0
16
- // which has reported vulnerability CVE-2023-3635. Use a newer version.
+ // The plugin com.github.breadmoirai.github-release:2.5.2 depends on vulnerable library releases.
+ // We constrain these to newer, patched versions.
17
classpath(libs.okio)
18
+ classpath(libs.apache.commons.io)
19
20
21
0 commit comments