OmniLayer / OmniJ

OmniLayer for Java, JVM, and Android
Apache License 2.0
133 stars 89 forks source link

Bump com.xlson.groovycsv:groovycsv from 1.0 to 1.3 #245

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.xlson.groovycsv:groovycsv from 1.0 to 1.3.

Release notes

Sourced from com.xlson.groovycsv:groovycsv's releases.

GroovyCSV v1.3

GroovyCSV has been updated to fix a bug and add some features. OpenCSV has also been upgraded.

New Features

  • PropertyMapper now implements Equals and HashCode
  • trimWhitespaceFromColumnNames and skipLines has been added to CsvParser
  • OpenCSV upgraded to 4.x
  • Gradle upgraded from 2.x to 4.x

Maven Central

'com.xlson.groovycsv:groovycsv:1.3'

I'd like to thank those who submitted bug reports as well as @​Rayman2200 and @​vikram-sewadra who helped develop this release.

GroovyCSV 1.1

No release notes provided.

Commits
  • be57e8e Released groovycsv 1.3.
  • 13ef08b Version bump to 1.3.
  • d08050b Adds method documentation describing the skipLines feature.
  • 447836e Merge pull request #41 from vikram-sewadra/feature/skip-lines
  • ea50c88 Test case and doc for skip initial line of csv file
  • 563cf0c ignores idea files
  • 4015396 Merge pull request #40 from Rayman2200/feature/upgrade-opencsv-to-4.0
  • 55fb4ed Feature: Skip Initial lines of Csv file while parsing.
  • 5712248 fix gradle version
  • 89cf9b7 change gradle runtime dependecy scope to compileOnly
  • 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)