Skip to content

Commit caca184

Browse files
Bump org.jctools:jctools-core from 4.0.5 to 4.0.6 (#8409)
* Bump org.jctools:jctools-core from 4.0.5 to 4.0.6 Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/JCTools/JCTools/releases) - [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md) - [Commits](JCTools/JCTools@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.jctools:jctools-core dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fixing licenses --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Abreu <[email protected]>
1 parent 9af6037 commit caca184

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPENDENCY-LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ List of third-party dependencies grouped by their license type.
131131
* Jackson-module-parameter-names (com.fasterxml.jackson.module:jackson-module-parameter-names:2.21.0 - https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names)
132132
* Jakarta Bean Validation API (jakarta.validation:jakarta.validation-api:3.0.2 - https://beanvalidation.org)
133133
* Jakarta Dependency Injection (jakarta.inject:jakarta.inject-api:2.0.1 - https://github.com/eclipse-ee4j/injection-api)
134-
* Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.5 - https://github.com/JCTools)
134+
* Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.6 - https://github.com/JCTools)
135135
* javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
136136
* JBoss Logging 3 (org.jboss.logging:jboss-logging:3.6.1.Final - http://www.jboss.org)
137137
* JCIP Annotations under Apache License (com.github.stephenc.jcip:jcip-annotations:1.0-1 - http://stephenc.github.com/jcip-annotations)

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ The license texts of these dependencies can be found in the licenses directory.
753753
* Jackson-module-parameter-names (com.fasterxml.jackson.module:jackson-module-parameter-names:2.21.0 - https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names)
754754
* Jakarta Bean Validation API (jakarta.validation:jakarta.validation-api:3.0.2 - https://beanvalidation.org)
755755
* Jakarta Dependency Injection (jakarta.inject:jakarta.inject-api:2.0.1 - https://github.com/eclipse-ee4j/injection-api)
756-
* Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.5 - https://github.com/JCTools)
756+
* Java Concurrency Tools Core Library (org.jctools:jctools-core:4.0.6 - https://github.com/JCTools)
757757
* javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
758758
* JBoss Logging 3 (org.jboss.logging:jboss-logging:3.6.1.Final - http://www.jboss.org)
759759
* JCIP Annotations under Apache License (com.github.stephenc.jcip:jcip-annotations:1.0-1 - http://stephenc.github.com/jcip-annotations)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<snakeyaml.version>2.2</snakeyaml.version>
100100
<httpclient.version>4.5.14</httpclient.version>
101101
<httpclient.core.version>4.4.16</httpclient.core.version>
102-
<jctools.version>4.0.5</jctools.version>
102+
<jctools.version>4.0.6</jctools.version>
103103
<jgrapht.version>0.9.0</jgrapht.version>
104104
<guava.version>33.5.0-jre</guava.version>
105105
<auto-service.version>1.1.1</auto-service.version>

0 commit comments

Comments
 (0)