Skip to content

Commit

Permalink
Bump it.unimi.dsi:fastutil from 8.5.14 to 8.5.15 (#228)
Browse files Browse the repository at this point in the history
Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.14 to 8.5.15.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](vigna/fastutil@8.5.14...8.5.15)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 7c0730b commit 6f990b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ tasks.register<JavaExec>("runLinguaOnConsole") {
dependencies {
implementation("com.squareup.moshi:moshi:1.15.1")
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
implementation("it.unimi.dsi:fastutil:8.5.14")
implementation("it.unimi.dsi:fastutil:8.5.15")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.assertj:assertj-core:3.26.3")
Expand Down

0 comments on commit 6f990b7

Please sign in to comment.