Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps org.sql2o:sql2o from 1.8.0 to 1.9.1.

Release notes

Sourced from org.sql2o:sql2o's releases.

Sql2o 1.9.1 release

Bugfix release. Fixes a null-handling bug in java.time converters

Sql2o 1.9.0 release

No release notes provided.

1.9.0-RC1

  • Added support for record classes
  • Rewritten most of the reflection logic, to make it easier to work with.

( From this version, sql2o is only compatible with java 17 or newer )

Commits
  • 69bc00c Fixed bug in null-handling for java.time converters
  • 537d73e ref #376 - fixing error where sql2o might throw an exception if autoCommit is...
  • f9a9091 Fixes language level in pom
  • 3e5a6e5 Merge pull request #375 from aaberg/rewrite-reflection-and-add-record-support
  • 4956fb3 Better performant cache, by doing an optimistic read without read lock, which...
  • 434f77a Some performance tuning
  • f7a84b5 Ok, so I decided not to try to somehow make this version work with java 11. I...
  • 512e0c0 Commented out a test that doesn't run on java 11
  • 1f48a91 Updated java source and target version
  • 657d89c Removed unused code, and some refactoring in connection with reflection rewrite
  • 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.sql2o:sql2o](https://github.com/aaberg/sql2o) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/aaberg/sql2o/releases) - [Commits](aaberg/sql2o@1.8.0...1.9.1) --- updated-dependencies: - dependency-name: org.sql2o:sql2o dependency-type: direct:production update-type: version-update:semver-minor ... 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 Mar 31, 2025
@zapodot zapodot merged commit e7dc3b2 into master Mar 31, 2025
4 checks passed
@zapodot zapodot deleted the dependabot/maven/org.sql2o-sql2o-1.9.1 branch March 31, 2025 08:57
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

1 participant