chore(deps): bump the all group across 1 directory with 4 updates#373
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the all group across 1 directory with 4 updates#373dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the all group with 4 updates in the /dbtests directory: [github.com/googleapis/go-sql-spanner](https://github.com/googleapis/go-sql-spanner), [github.com/lib/pq](https://github.com/lib/pq), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go). Updates `github.com/googleapis/go-sql-spanner` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/googleapis/go-sql-spanner/releases) - [Changelog](https://github.com/googleapis/go-sql-spanner/blob/main/CHANGES.md) - [Commits](googleapis/go-sql-spanner@v1.24.0...v1.24.1) Updates `github.com/lib/pq` from 1.11.2 to 1.12.0 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.11.2...v1.12.0) Updates `github.com/mattn/go-sqlite3` from 1.14.34 to 1.14.37 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.34...v1.14.37) Updates `github.com/testcontainers/testcontainers-go` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: github.com/googleapis/go-sql-spanner dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/lib/pq dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 4 updates in the /dbtests directory: github.com/googleapis/go-sql-spanner, github.com/lib/pq, github.com/mattn/go-sqlite3 and github.com/testcontainers/testcontainers-go.
Updates
github.com/googleapis/go-sql-spannerfrom 1.24.0 to 1.24.1Release notes
Sourced from github.com/googleapis/go-sql-spanner's releases.
Changelog
Sourced from github.com/googleapis/go-sql-spanner's changelog.
Commits
e57d1b5chore(main): release 1.24.1 (#763)bd4729bchore: remove unused code (#764)666615cfix: update protobuf monorepo (#755)8eaf15dchore: update github artifact actions (#756)fe99422fix: update dependency com.google.errorprone:error_prone_annotations to v2.48...d54363abuild(deps): bump go.opentelemetry.io/otel/sdk in /spannerlib (#759)c8304aebuild(deps): bump go.opentelemetry.io/otel/sdk in /benchmarks (#758)1022a2bbuild(deps): bump go.opentelemetry.io/otel/sdk in /snippets (#760)435c034build(deps): bump go.opentelemetry.io/otel/sdk in /examples (#761)ec51597chore: fix rubocop issues (#762)Updates
github.com/lib/pqfrom 1.11.2 to 1.12.0Release notes
Sourced from github.com/lib/pq's releases.
... (truncated)
Changelog
Sourced from github.com/lib/pq's changelog.
... (truncated)
Commits
42ab0ffChange default sslmode from "require" to "prefer"6d40f13Release v1.12.0386fc0eDocument NULL behaviour with COPYa62682eBetter staticcheck cache 287ee06cBetter staticcheck cache0962458Rewrite tests to use pqerror, pq.As()0d20981Don't move pq.Error to pqerror.Error4332138Add pqerror package620d6d5Make tests run fasterdc8ff5dImplement connection service fileUpdates
github.com/mattn/go-sqlite3from 1.14.34 to 1.14.37Commits
bb8d0b2Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26bc7436eBump GitHub Actions versions to latest0f12d4eEnsure Close always removes runtime finalizer to prevent memory leakd71eda8Fix upgrade.sh: add already-up-to-date check and fix changelog URL format4ea2a9fUpgrade SQLite to version 30510038c99a68Call sqlite3_clear_bindings() in bind() to reset parameters5a1f4d3use unsafe.Slice8366a00create pull-requestUpdates
github.com/testcontainers/testcontainers-gofrom 0.40.0 to 0.41.0Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
... (truncated)
Commits
2ea97c8chore: use new version (v0.41.0) in modules and examples9a663f7fix: update compose-replace Makefile target to use compose/v5 (#3590)10481c2chore(deps): bump atomicjar/testcontainers-cloud-setup-action (#3559)bdb12ddchore(deps): bump golang.org/x/text from 0.14.0 to 0.34.0 in /modulegen (#3582)5bd7f07chore(deps): bump mkdocs-codeinclude-plugin from 0.2.1 to 0.3.1 (#3579)c9ccfc5chore(deps): bump golang.org/x/mod from 0.16.0 to 0.33.0 in /modulegen (#3583)21ec740chore(deps): bump github.com/aerospike/aerospike-client-go/v8 from 8.2.0 to 8...fb47b82chore(deps): bump golang.org/x/mod in /modules/localstack (#3587)6686e31chore(deps): bump golang.org/x/mod in /modules/elasticsearch (#3585)0656548chore(deps): bump golang.org/x/mod in /modules/redpanda (#3588)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditions