pemistahl / version-catalog-linter-gradle-plugin

A Gradle plugin for checking and formatting version catalog TOML files
Apache License 2.0
10 stars 0 forks source link

Bump org.tomlj:tomlj from 1.1.0 to 1.1.1 #1

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps org.tomlj:tomlj from 1.1.0 to 1.1.1.

Release notes

Sourced from org.tomlj:tomlj's releases.

Release 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).
  • Fixes serialization of nested tables (#57).

Getting TomlJ

TomlJ is published to Maven Central.

To include using Gradle, add the following to your dependencies:

compile 'org.tomlj:tomlj:1.1.1'

To include using Maven:

<dependency>
  <groupId>org.tomlj</groupId>
  <artifactId>tomlj</artifactId>
  <version>1.1.1</version>
</dependency>

You may also download the jars directly and include them in your project.

Usage and Documentation

For basic usage, please see the README. 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.

Commits
  • 954c387 Increment version to 1.1.1
  • 9b691dc Update README for 1.1.1
  • 3064eae Allow tokenizing of ,, ] and newline when not in an array
  • 00432dd Merge pull request #64 from tomlj/lexer-array-tokenizing-update
  • 5f99f69 Keep lexer in ValueMode when tokenizing arrays
  • 528128b Merge pull request #55 from shateq/wrapper-validation-patch
  • 9945ea2 Merge pull request #63 from elohhim/fix-array-trailing-comma-issue
  • 5a3c070 Fix issue with array trailing commas
  • 0e89a77 Merge pull request #61 from kPYKx7Ddw4n1aIKZ/toml_serializer_nested_fix
  • 9d54335 TomlSerializer.java: In tables, nested tables and table arrays are sorted so ...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
pemistahl commented 9 months ago

@dependabot rebase