playframework / play-ebean

Play Ebean module
Apache License 2.0
103 stars 69 forks source link

Update ebean from `15.0.1` to `15.1.0` #458

Closed scala-steward closed 2 months ago

scala-steward commented 4 months ago

About this PR

Updates:

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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!

πŸ” Files still referring to the old version numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` README.md ```
βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "io.ebean", artifactId = "ebean" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.ebean", artifactId = "ebean" } } ] ```

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

mkurz commented 2 months ago

Seems this contains an important bug fix so we should ship this in the next patch release: https://github.com/ebean-orm/ebean/releases/tag/14.1.0