-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump the backend-dependencies group across 1 directory with 2 updates #247
chore(deps): bump the backend-dependencies group across 1 directory with 2 updates #247
Conversation
Reviewer's GuideThis PR bumps two core backend Go dependencies—Gin and GORM—by updating their versions in module metadata to pull in security hardening and a 32-bit overflow fix. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed May 28 2025 to showcase some of the refinements we've made. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…ith 2 updates Bumps the backend-dependencies group with 2 updates in the /backend directory: [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/gin-gonic/gin` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.10.0...v1.10.1) Updates `gorm.io/gorm` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-dependencies - dependency-name: gorm.io/gorm dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
b7345eb
to
4300f71
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the backend-dependencies group with 2 updates in the /backend directory: github.com/gin-gonic/gin and gorm.io/gorm.
Updates
github.com/gin-gonic/gin
from 1.10.0 to 1.10.1Release notes
Sourced from github.com/gin-gonic/gin's releases.
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
Commits
b5af779
refactor: strengthen HTTPS security and improve code organizationUpdates
gorm.io/gorm
from 1.26.0 to 1.26.1Release notes
Sourced from gorm.io/gorm's releases.
Commits
e5b867e
remove unnecessary session-level configuration for prepared statements8c4e8e2
fix: int type variable defaultMaxSize overflows in 32-bit environment (#7439)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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Bump backend dependencies to their latest patch releases
Chores: