Skip to content

Commit

Permalink
Bump org.tomlj:tomlj from 1.1.0 to 1.1.1 (#1)
Browse files Browse the repository at this point in the history
Bumps [org.tomlj:tomlj](https://github.com/tomlj/tomlj) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/tomlj/tomlj/releases)
- [Commits](tomlj/tomlj@1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: org.tomlj:tomlj
  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 Jan 7, 2024
1 parent 3bd806d commit 1801a9e
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 @@ -87,7 +87,7 @@ gradlePlugin {
}

dependencies {
implementation("org.tomlj:tomlj:1.1.0")
implementation("org.tomlj:tomlj:1.1.1")
}

repositories {
Expand Down

0 comments on commit 1801a9e

Please sign in to comment.