Skip to content

Update tomlj#916

Open
renovate[bot] wants to merge 1 commit into
8.0.xfrom
renovate/tomlj
Open

Update tomlj#916
renovate[bot] wants to merge 1 commit into
8.0.xfrom
renovate/tomlj

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tomlj/tomlj (org.tomlj:tomlj)

v1.1.1

Compare Source

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.


Configuration

📅 Schedule: (in timezone Europe/Prague)

  • Branch creation
    • "every weekend"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot changed the title Update tomlj to v1.1.1 Update tomlj Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants