Skip to content

Commit 85cb501

Browse files
fix(deps): update dependency org.jctools:jctools-core to v4.0.6
1 parent 3e766aa commit 85cb501

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

btrace-runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
7070

7171
// https://mvnrepository.com/artifact/org.jctools/jctools-core
72-
implementation(group: 'org.jctools', name: 'jctools-core', version: '4.0.5')
72+
implementation(group: 'org.jctools', name: 'jctools-core', version: '4.0.6')
7373

7474
java9Implementation project(':btrace-core')
7575
java9Implementation project(':btrace-extension')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencyResolutionManagement {
7373
// https://mvnrepository.com/artifact/com.google.auto.service
7474
library ('autoService', 'com.google.auto.service', 'auto-service').version('1.1.1')
7575
// https://mvnrepository.com/artifact/org.jctools
76-
library ('jctools', 'org.jctools', 'jctools-core').version('4.0.5')
76+
library ('jctools', 'org.jctools', 'jctools-core').version('4.0.6')
7777

7878

7979
// https://mvnrepository.com/artifact/org.slf4j

0 commit comments

Comments
 (0)