Skip to content

Commit

Permalink
Update dependency com.google.jimfs:jimfs to v1.3.0 (#2112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: paul-dingemans <paul-dingemans@users.noreply.github.com>
  • Loading branch information
renovate[bot] and paul-dingemans authored Jul 12, 2023
1 parent 18a2184 commit b6afb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).

* Update dependency gradle to v8.2 ([#2105](https://github.com/pinterest/ktlint/pull/2105))
* Update dependency org.codehaus.janino:janino to v3.1.10 ([#2110](https://github.com/pinterest/ktlint/pull/2110))
* Update dependency com.google.jimfs:jimfs to v1.3.0 ([#2112](https://github.com/pinterest/ktlint/pull/2112))

## [0.50.0] - 2023-06-29

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ janino = "org.codehaus.janino:janino:3.1.10"
junit5 = "org.junit.jupiter:junit-jupiter:5.9.3"
assertj = "org.assertj:assertj-core:3.24.2"
sarif4k = "io.github.detekt.sarif4k:sarif4k:0.4.0"
jimfs = "com.google.jimfs:jimfs:1.2"
jimfs = "com.google.jimfs:jimfs:1.3.0"

0 comments on commit b6afb08

Please sign in to comment.