micronaut-projects / micronaut-gradle-plugin

A Gradle Plugin for Micronaut
Apache License 2.0
65 stars 43 forks source link

Update dependency org.tomlj:tomlj to v1.1.1 #913

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.tomlj:tomlj 1.1.0 -> 1.1.1 age adoption passing confidence

Release Notes

tomlj/tomlj (org.tomlj:tomlj) ### [`v1.1.1`](https://togithub.com/tomlj/tomlj/releases/tag/1.1.1) [Compare Source](https://togithub.com/tomlj/tomlj/compare/1.1.0...1.1.1) TomlJ is a parser for Tom's Obvious, Minimal Language (TOML). #### Changes since last release - Fixes parsing arrays with trailing commas ([#​60](https://togithub.com/tomlj/tomlj/issues/60)). - Fixes serialization of nested tables ([#​57](https://togithub.com/tomlj/tomlj/issues/57)). #### Getting TomlJ TomlJ is published to Maven Central. To include using Gradle, add the following to your dependencies: ```gradle compile 'org.tomlj:tomlj:1.1.1' ``` To include using Maven: ```xml org.tomlj tomlj 1.1.1 ``` You may also download the jars directly and include them in your project. #### Usage and Documentation For basic usage, please see the [README](https://togithub.com/tomlj/tomlj/blob/1.1/README.md). Complete documentation, in Javadoc, is available here: http://tomlj.org/docs/java/1.1.1/ #### Signature All artifacts and release tags are signed by Chris Leishman, using key id 0xB5A9E81B565E89E0.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud