Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hsqldb to 2.7.2 #171

Closed
wants to merge 1 commit into from
Closed

Update hsqldb to 2.7.2 #171

wants to merge 1 commit into from

Conversation

broadbot
Copy link
Contributor

Updates org.hsqldb:hsqldb from 2.6.1 to 2.7.2.

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!

Files still referring to the old version number

The following files still refer to the old version number (2.6.1).
You might want to review and update them manually.

build.sbt
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.hsqldb", artifactId = "hsqldb" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.hsqldb", artifactId = "hsqldb" }
}]
Note that the Scala Steward config file `.scala-steward.conf` wasn't parsed correctly
DecodingFailure at .pullRequests.frequency: cron4s.InvalidCron: Either DayOfMonth and DayOfWeek must have a ? expression

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

@broadbot broadbot mentioned this pull request May 31, 2023
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0c7cd2f) 61.18% compared to head (6dda65e) 61.18%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #171   +/-   ##
========================================
  Coverage    61.18%   61.18%           
========================================
  Files           13       13           
  Lines          523      523           
  Branches        54       54           
========================================
  Hits           320      320           
  Misses         203      203           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@broadbot
Copy link
Contributor Author

Superseded by #286.

@broadbot broadbot closed this May 31, 2024
@broadbot broadbot deleted the update/hsqldb-2.7.2 branch May 31, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant