Skip to content

Commit 2c5537f

Browse files
committed
Update internal dependencies
1 parent f85ba94 commit 2c5537f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'maven-publish'
1212
id 'org.ajoberstar.grgit' version '4.1.1'
1313
id 'org.barfuin.gradle.jacocolog' version '3.1.0'
14-
id 'org.barfuin.gradle.taskinfo' version '2.2.0'
14+
id 'org.barfuin.gradle.taskinfo' version '2.2.1'
1515
}
1616

1717
repositories {
@@ -66,13 +66,13 @@ project.gradle.taskGraph.whenReady { taskGraph ->
6666
*/
6767
dependencies {
6868
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
69-
api group: 'org.cyclonedx', name: 'cyclonedx-core-java', version: '10.2.1'
70-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
69+
api group: 'org.cyclonedx', name: 'cyclonedx-core-java', version: '11.0.1'
70+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'
7171

7272
testCompileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
7373
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
7474
testImplementation group: 'commons-io', name: 'commons-io'
75-
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.25.0'
75+
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.25.3'
7676
}
7777

7878

0 commit comments

Comments
 (0)