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 cbe8aab commit d78cdd4Copy full SHA for d78cdd4
build.gradle
@@ -37,8 +37,9 @@ plugins {
37
id('de.thetaphi.forbiddenapis') version '3.8'
38
id 'jacoco'
39
id 'com.github.spotbugs' version '6.0.27'
40
- id 'org.cyclonedx.bom' version '1.10.0'
+ id 'org.cyclonedx.bom' version '2.3.1'
41
id 'ru.vyarus.animalsniffer' version '1.7.2'
42
+ id 'com.adarshr.test-logger' version '4.0.0'
43
}
44
45
// Only add the plugin for Sonar if enabled
0 commit comments