Skip to content

Commit

Permalink
build(deps): bump org.jctools:jctools-core from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/JCTools/JCTools/releases)
- [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md)
- [Commits](JCTools/JCTools@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: org.jctools:jctools-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fedex81 committed Nov 23, 2023
1 parent 3f7aab1 commit a6c82bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation group: 'net.java.jinput', name: 'jinput', version: '2.0.9'
// https://mvnrepository.com/artifact/com.google.guava/guava
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
implementation group: 'org.jctools', name: 'jctools-core', version: '4.0.1'
implementation group: 'org.jctools', name: 'jctools-core', version: '4.0.2'
// https://mvnrepository.com/artifact/org.digitalmediaserver/cuelib-core
implementation group: 'org.digitalmediaserver', name: 'cuelib-core', version: '2.0.0'
implementation group: 'com.github.trilarion', name: 'java-vorbis-support', version: '1.2.1'
Expand Down

0 comments on commit a6c82bd

Please sign in to comment.