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(deps): bump org.tomlj:tomlj from 1.1.0 to 1.1.1 #724

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Powered by Pull Request Badge

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 <dependency name> 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code patch Patch version labels Jan 1, 2024
@auto-assign auto-assign bot requested a review from henry-hub January 1, 2024 15:43
@ihub-bot ihub-bot bot added this to the 1.5.3 milestone Jan 1, 2024
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d74002e) 99.10% compared to head (b3a1649) 99.17%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #724      +/-   ##
============================================
+ Coverage     99.10%   99.17%   +0.07%     
  Complexity      277      277              
============================================
  Files            52       52              
  Lines          1338     1338              
  Branches        157      157              
============================================
+ Hits           1326     1327       +1     
  Misses            9        9              
+ Partials          3        2       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Jan 1, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@henry-hub henry-hub merged commit cd07fd5 into main Jan 2, 2024
27 checks passed
@henry-hub henry-hub deleted the dependabot/gradle/org.tomlj-tomlj-1.1.1 branch January 2, 2024 00:58
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 patch Patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant