Skip to content

Commit

Permalink
build(deps): bump org.tomlj:tomlj from 1.1.0 to 1.1.1 (#724)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent d74002e commit cd07fd5
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 @@ -24,7 +24,7 @@ springdoc-openapi = { module = 'org.springdoc:springdoc-openapi-gradle-plugin',
spring-boot = { module = 'org.springframework.boot:spring-boot-gradle-plugin', version.ref = 'spring-boot' }
native = { module = 'org.graalvm.buildtools:native-gradle-plugin', version = '0.9.28' }
kotlin = { module = 'org.jetbrains.kotlin:kotlin-gradle-plugin', version = '1.9.22' }
toml = { module = 'org.tomlj:tomlj', version = '1.1.0' }
toml = { module = 'org.tomlj:tomlj', version = '1.1.1' }

jacoco = { module = 'org.jacoco:jacoco', version.ref = 'jacoco' }
codenarc = { module = 'org.codenarc:CodeNarc', version.ref = 'codenarc' }
Expand Down

0 comments on commit cd07fd5

Please sign in to comment.