Skip to content

Bump ormlite-jdbc from 5.7 to 6.1 - #4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.j256.ormlite-ormlite-jdbc-6.1
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.j256.ormlite-ormlite-jdbc-6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2022

Copy link
Copy Markdown

Bumps ormlite-jdbc from 5.7 to 6.1.

Release notes

Sourced from ormlite-jdbc's releases.

6.1

  • ALL: Bumped the optional dependency to log4j2 to version 2.17.0. No direct references to log4j2 code in ormlite.

6.0

  • ALL: Added support for Java 7. Dropped support for Java 6.
  • ALL: Migrated to supporting AutoCloseable. Most close() methods now throw Exception not IOException.
  • CORE: Removed some Deprecated methods that had been with us for a while.
  • CORE: Added closeable-spliterator for better handing of JDK8+ streams. Thanks to zhemaituk.
  • CORE: Add Dao.queryForFirst() convenience method.
  • JDBC: ormlite-jdbc jar now includes the -core classes. No need to import ormlite-core jar anymore.
  • JDBC: Fixed exceptions in some JDBC drivers when working with chars. Thanks to Bo98.
  • JDBC: Fixed support for creating index IF NOT EXISTS in MariaDb. Thanks to BluemediaGER.
  • JDBC: Fixed boolean char type handling in Derby.
Commits
  • 5b41fb7 [maven-release-plugin] prepare release ormlite-jdbc-6.1
  • 36415fc updated readme
  • 606afb1 [maven-release-plugin] prepare for next development iteration
  • 7363814 [maven-release-plugin] prepare release ormlite-jdbc-6.0
  • 1e50767 Merge branch 'master' of github.com:j256/ormlite-jdbc
  • 709a5c1 added changelog link
  • a0b482c Fix isCreateIndexIfNotExistsSupported() returning false although supported (#72)
  • a1cd62c Better use of singletons and fixed boolean char type. (#73)
  • 8bb86cd need to generate dependency reduced pom
  • 7dc0234 Fixed exceptions in some JDBC drivers when working with chars (#70)
  • 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 [ormlite-jdbc](https://github.com/j256/ormlite-jdbc) from 5.7 to 6.1.
- [Release notes](https://github.com/j256/ormlite-jdbc/releases)
- [Commits](j256/ormlite-jdbc@ormlite-jdbc-5.7...ormlite-jdbc-6.1)

---
updated-dependencies:
- dependency-name: com.j256.ormlite:ormlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants