Skip to content

Commit

Permalink
fix(deps): update dependency org.jctools:jctools-core to v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbachorik committed Jul 7, 2024
1 parent 93fa861 commit 6508a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion btrace-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

// https://mvnrepository.com/artifact/org.jctools/jctools-core
implementation(group: 'org.jctools', name: 'jctools-core', version: '4.0.3')
implementation(group: 'org.jctools', name: 'jctools-core', version: '4.0.5')

java9Implementation project(':btrace-core')
java9Implementation project(':btrace-services-api')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencyResolutionManagement {
// https://mvnrepository.com/artifact/com.google.auto.service
library ('autoService', 'com.google.auto.service', 'auto-service').version('1.1.1')
// https://mvnrepository.com/artifact/org.jctools
library ('jctools', 'org.jctools', 'jctools-core').version('4.0.3')
library ('jctools', 'org.jctools', 'jctools-core').version('4.0.5')


// https://mvnrepository.com/artifact/org.slf4j
Expand Down

0 comments on commit 6508a85

Please sign in to comment.