Skip to content

build(deps): bump org.tomlj:tomlj from 1.1.1 to 1.2.0 - #1467

Merged
ihub-bot[bot] merged 1 commit into
mainfrom
dependabot/gradle/org.tomlj-tomlj-1.2.0
Sep 18, 2026
Merged

ihub-bot[bot] merged 1 commit into
mainfrom
dependabot/gradle/org.tomlj-tomlj-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps org.tomlj:tomlj from 1.1.1 to 1.2.0.

Release notes

Sourced from org.tomlj:tomlj's releases.

Release 1.2.0

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.

Commits
  • 1665f38 Merge pull request #75 from tomlj/release-1.2.0
  • 7eac7ad Publish through the Central Portal OSSRH staging API
  • a3d3a9e Update README for 1.2.0
  • e59181b Merge pull request #74 from tomlj/invalid-value-recovery
  • 604dd0c Omit unterminated arrays and inline tables
  • ed71449 Document error handling in the README
  • 814073e Omit key/value pairs containing syntax errors
  • 50a9891 Merge pull request #73 from tomlj/toml-1.1.0
  • 539d82d Increment version to 1.2.0
  • 441d11a Document TOML 1.1.0 support
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies A dependency upgrade java Pull requests that update Java code minor Minor version labels Sep 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: ihub-bot. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added minor Minor version java Pull requests that update Java code labels Sep 18, 2026
@ihub-bot ihub-bot Bot added this to the 1.9.7 milestone Sep 18, 2026

@ihub-bot ihub-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IHub Bot: PR is approved by IHub Bot

@dependabot
dependabot Bot force-pushed the dependabot/gradle/org.tomlj-tomlj-1.2.0 branch from d93d6df to 1456e96 Compare September 18, 2026 15:53
Bumps [org.tomlj:tomlj](https://github.com/tomlj/tomlj) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/tomlj/tomlj/releases)
- [Commits](tomlj/tomlj@1.1.1...1.2.0)

---
updated-dependencies:
- dependency-name: org.tomlj:tomlj
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/org.tomlj-tomlj-1.2.0 branch from 1456e96 to 9f1e884 Compare September 18, 2026 16:04
@ihub-bot
ihub-bot Bot merged commit f5d8197 into main Sep 18, 2026
27 of 28 checks passed
@ihub-bot
ihub-bot Bot deleted the dependabot/gradle/org.tomlj-tomlj-1.2.0 branch September 18, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade java Pull requests that update Java code minor Minor version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants