akka-persistence-jdbc
akka-persistence-jdbc copied to clipboard
h2 2.1.210 (was 1.4.200)
Updates com.h2database:h2 from 1.4.200 to 2.1.210.
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a .scala-steward.conf file.
Have a fantastic day writing Scala!
Ignore future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "com.h2database", artifactId = "h2" } ]
labels: library-update, early-semver-major, semver-spec-major, commit-count:1
I didn't check the errors in detail, but all H2 tests failed. Probably because of https://stackoverflow.com/questions/70695039/org-h2-jdbc-jdbcsqlsyntaxerrorexception-after-h2-version-upgrade/70696184 (see also https://github.com/playframework/playframework/pull/11081/files#r786563185)