Skip to content

Commit bdb5a3e

Browse files
ci: upgrade org.owasp.dependencycheck to 12.2.2
Fixes CI failure caused by CVE-2026-6785/6786 whose NVD reference URLs exceed the VARCHAR(1000) column limit in the plugin's H2 database schema. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c48e267 commit bdb5a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
3-
id "org.owasp.dependencycheck" version "12.1.3"
3+
id "org.owasp.dependencycheck" version "12.2.2"
44
}
55

66
ext.projectVersion = '3.3.0-SNAPSHOT'

0 commit comments

Comments
 (0)