Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump tomlj from 1.0.0 to 1.1.0 #19

Open
wants to merge 1 commit into
base: 3.4.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps tomlj from 1.0.0 to 1.1.0.

Release notes

Sourced from tomlj's releases.

Release 1.1.0

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

Changes since last release

  • Full support for TOML language version 1.0.0 (passes the test suite at https://github.com/BurntSushi/toml-test).
  • APIs for serializing back to TOML.
  • An additional artifact is now provided, -all.jar, which can be used without requiring any other dependencies and will not conflict with other usages of ANTLR.

Getting TomlJ

TomlJ is published to Maven Central.

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

compile 'org.tomlj:tomlj:1.1.0'

To include using Maven:

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

Signature

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

Commits
  • 6d3fd8c Increment version to 1.1.0
  • 1f8a984 Add Tobias to authors list
  • 813842c Update gradle tasks for sources, javadoc and signing
  • 1a22c11 Merge pull request #49 from kPYKx7Ddw4n1aIKZ/toml_serializer
  • d0bf4bf Minor format adjustments
  • c9769e3 Only set dependencies for MavenRepo deployment when MAVEN_CENTRAL_DEPLOY is true
  • bcf27f6 Publish to oss.sonatype.org
  • 43d56bd Sign all jar files in maven deployment
  • a2a5a5b Merge pull request #54 from tomlj/shadow-jar
  • 1426479 Add an alternative jar shadowing ANTLR
  • 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 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)

Bumps [tomlj](https://github.com/tomlj/tomlj) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/tomlj/tomlj/releases)
- [Commits](tomlj/tomlj@1.0.0...1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 24, 2022

The following labels could not be found: type: dependency-upgrade, relates-to: build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants