Skip to content

Commit 2b0a7e9

Browse files
committed
Add explicit version of slf4j-api again
Gradle does not need it, because it comes from the dependencies of cyclonedx-core-java, but the maven-publish plugin is not smart enough to put the inferred version into the POM.
1 parent dc98406 commit 2b0a7e9

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
@@ -67,7 +67,7 @@ project.gradle.taskGraph.whenReady { taskGraph ->
6767
dependencies {
6868
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
6969
api group: 'org.cyclonedx', name: 'cyclonedx-core-java', version: '10.2.1'
70-
implementation group: 'org.slf4j', name: 'slf4j-api'
70+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
7171

7272
testCompileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
7373
testImplementation group: 'junit', name: 'junit', version: '4.13.2'

0 commit comments

Comments
 (0)