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

Build: dependency update #558

Merged
merged 2 commits into from Feb 2, 2024

Conversation

jlsherrill
Copy link
Member

@jlsherrill jlsherrill commented Feb 2, 2024

Summary

Updates our dependencies with the exception of gorm v1.25.6 as we hit this bug: go-gorm/gorm#6812 which should be fixed in the next gorm release

Testing steps

Checklist

  • Tested with snapshotting feature disabled and pulp server URL not configured if appropriate

dependabot bot and others added 2 commits February 1, 2024 19:59
Bumps the go group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.122.0` | `0.123.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.5.0` | `1.6.0` |
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.2` | `1.16.3` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.5` | `1.25.6` |
| [github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2](https://github.com/cloudevents/sdk-go) | `2.14.0` | `2.15.0` |


Updates `github.com/getkin/kin-openapi` from 0.122.0 to 0.123.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.122.0...v0.123.0)

Updates `github.com/google/uuid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.5.0...v1.6.0)

Updates `github.com/swaggo/swag` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.16.2...v1.16.3)

Updates `gorm.io/gorm` from 1.25.5 to 1.25.6
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.5...v1.25.6)

Updates `github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/swaggo/swag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@jlsherrill jlsherrill changed the title build: dependency update Build: dependency update Feb 2, 2024
@jlsherrill jlsherrill merged commit 6b090dc into content-services:main Feb 2, 2024
10 of 12 checks passed
@jlsherrill jlsherrill deleted the dep_update_2_2 branch February 2, 2024 15:59
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.

None yet

2 participants