Skip to content

fix(deps): update dependency org.tomlj:tomlj to v1.2.0 - #148

Merged
sasasin merged 1 commit into
masterfrom
renovate/tomlj.version
Sep 19, 2026
Merged

sasasin merged 1 commit into
masterfrom
renovate/tomlj.version

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.tomlj:tomlj 1.1.11.2.0 age confidence

Release Notes

tomlj/tomlj (org.tomlj:tomlj)

v1.2.0

Compare Source

TomlJ is a parser for Tom's Obvious, Minimal Language (TOML).

Changes since last release

  • Support for TOML language version 1.1.0: \e and \xHH string escapes, optional seconds in times, and newlines and trailing commas in inline tables. TomlVersion.LATEST now refers to 1.1.0.
  • The official toml-test suite runs as part of the test suite.
  • Key/value pairs containing a syntax error are now omitted from the result rather than stored with a partial value (#​69). The error is still reported via errors().
  • The Invalid key error for get(String) now explains that non-bare keys must be quoted, or looked up with the List<String> overloads (#​67).
  • Build modernised to Gradle 9, JUnit 6, and current dependency versions; building requires a JDK 17 or newer.

Getting TomlJ

TomlJ is published to Maven Central.

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

implementation 'org.tomlj:tomlj:1.2.0'

To include using Maven:

<dependency>
  <groupId>org.tomlj</groupId>
  <artifactId>tomlj</artifactId>
  <version>1.2.0</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.2.0/

Signature

All artifacts and release tags are signed by Chris Leishman, using key id 0xB5A9E81B565E89E0.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sasasin
sasasin merged commit cb9eb1d into master Sep 19, 2026
5 checks passed
@sasasin
sasasin deleted the renovate/tomlj.version branch September 19, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant