Skip to content

Commit

Permalink
Bump com.google.jimfs:jimfs from 1.2 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [com.google.jimfs:jimfs](https://github.com/google/jimfs) from 1.2 to 1.3.0.
- [Release notes](https://github.com/google/jimfs/releases)
- [Commits](google/jimfs@v1.2...v1.3.0)

---
updated-dependencies:
- dependency-name: com.google.jimfs:jimfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 10, 2023
1 parent 3b1784a commit e66c7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.7" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
snakeyaml = { module = "org.yaml:snakeyaml", version = "1.33" }
gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
jimfs = { module = "com.google.jimfs:jimfs", version = "1.2" }
jimfs = { module = "com.google.jimfs:jimfs", version = "1.3.0" }
icu4j = { module = "com.ibm.icu:icu4j", version = "73.2" }
# test dependencies
spock-core = { module = "org.spockframework:spock-core", version = "2.3-groovy-4.0" }
Expand Down

0 comments on commit e66c7a3

Please sign in to comment.