Skip to content

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.47 to 1.14.48#81

Merged
rm-hull merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.48
Jul 13, 2026
Merged

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.47 to 1.14.48#81
rm-hull merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.48

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-sqlite3 from 1.14.47 to 1.14.48.

Release notes

Sourced from github.com/mattn/go-sqlite3's releases.

1.14.48

What's Changed

... (truncated)

Commits
  • 0cfec60 Merge pull request #1427 from mattn/sqlite-amalgamation-3053003
  • 603b1ba Upgrade SQLite to version 3053003
  • 3be2bdb Merge pull request #1426 from mattn/fix-load-extension-errmsg-leak
  • 7a3f560 Merge pull request #1425 from mattn/fix-trampoline-abi
  • a5fd1f6 Merge pull request #1424 from mattn/fix-preupdate-null-deref
  • 66371d2 Merge pull request #1423 from mattn/fix-open-error-leak
  • b55096d Merge pull request #1418 from mattn/add-coderabbit-config
  • fa5cf80 Merge pull request #1422 from mattn/fix-bind-unsupported-type
  • 08a4ce4 Add regression tests for bind error paths
  • ca77cf4 Merge pull request #1421 from mattn/fix-callback-named-types
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.47 to 1.14.48.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.47...v1.14.48)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 13, 2026
@github-actions

Copy link
Copy Markdown
TestsPassed ✅SkippedFailed
JUnit Test Report33 ran33 passed0 skipped0 failed
TestResult
JUnit Test Report
com/map-services/fuel-prices-api/internal.TestHTTPStatusError_Error✅ passed
com/map-services/fuel-prices-api/internal.TestAuthenticate_Success✅ passed
com/map-services/fuel-prices-api/internal.TestAuthenticate_NoRefreshTokenExpiry✅ passed
com/map-services/fuel-prices-api/internal.TestAuthenticate_Failure✅ passed
com/map-services/fuel-prices-api/internal.TestAuthenticate_HttpError✅ passed
com/map-services/fuel-prices-api/internal.TestTokenRefresh_Success✅ passed
com/map-services/fuel-prices-api/internal.TestTokenRefresh_Failure✅ passed
com/map-services/fuel-prices-api/internal.TestTokenRefresh_RetryOnServerError✅ passed
com/map-services/fuel-prices-api/internal.TestTokenRefresh_RecoverOnClientError✅ passed
com/map-services/fuel-prices-api/internal.TestTokenRefresh_UpdatesRefreshToken✅ passed
com/map-services/fuel-prices-api/internal.TestCheckTokenExpiry✅ passed
com/map-services/fuel-prices-api/internal.TestGetFuelPrices_Success✅ passed
com/map-services/fuel-prices-api/internal.TestGetFillingStations_Success✅ passed
com/map-services/fuel-prices-api/internal.TestGetEffectiveStartTimestamp✅ passed
com/map-services/fuel-prices-api/internal.TestLastUpdated✅ passed
com/map-services/fuel-prices-api/internal.TestFetchBatched_CallbackError✅ passed
com/map-services/fuel-prices-api/internal.TestGetFuelPrices_InvalidUrl✅ passed
com/map-services/fuel-prices-api/internal.TestGetFuelPrices_DecodeError✅ passed
com/map-services/fuel-prices-api/internal.TestFetchBatched_TokenExpiryError✅ passed
com/map-services/fuel-prices-api/internal.TestPost_MarshalError✅ passed
com/map-services/fuel-prices-api/internal.TestNewFuelPricesClient✅ passed
com/map-services/fuel-prices-api/internal.TestFetchPricesIntegration/Bounding_box_filtering✅ passed
com/map-services/fuel-prices-api/internal.TestFetchPricesIntegration/Latest_price_per_fuel_type_(perTypeLimit=1)✅ passed
com/map-services/fuel-prices-api/internal.TestFetchPricesIntegration/Historical_prices_and_deduplication_(perTypeLimit=5)✅ passed
com/map-services/fuel-prices-api/internal.TestFetchPricesIntegration/Limit_per_type✅ passed
com/map-services/fuel-prices-api/internal.TestFetchPricesIntegration✅ passed
com/map-services/fuel-prices-api/internal.TestFuelPriceSnapshotStatsView✅ passed
com/map-services/fuel-prices-api/internal.TestFuelPriceDistributionStatsView✅ passed
com/map-services/fuel-prices-api/internal.TestFuelPriceMetricsCollector✅ passed
com/map-services/fuel-prices-api/internal/middleware.TestRequestLogger/Logs_standard_paths✅ passed
com/map-services/fuel-prices-api/internal/middleware.TestRequestLogger/Excludes_paths✅ passed
com/map-services/fuel-prices-api/internal/middleware.TestRequestLogger✅ passed
com/map-services/fuel-prices-api/internal/stats.TestDerive_StalePriceFiltering✅ passed

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 29264260445

Warning

No base build found for commit 7eb807b on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 50.734%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 1567
Covered Lines: 795
Line Coverage: 50.73%
Coverage Strength: 0.56 hits per line

💛 - Coveralls

@rm-hull
rm-hull merged commit 82f33f7 into main Jul 13, 2026
3 checks passed
@rm-hull
rm-hull deleted the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.48 branch July 13, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants