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(deps): bump github.com/gin-gonic/gin from 1.5.0 to 1.7.7 #3600

Merged

Commits on Jan 20, 2022

  1. build(deps): bump github.com/gin-gonic/gin from 1.5.0 to 1.7.7

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.7.
    - [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.5.0...v1.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gin-gonic/gin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    b06c638 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. build(deps): gin-gonic/gin 1.7.0 -> 1.6.2

    Downgrading to only jump 1 minor version at a time.
    akijakya committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c956f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b8c43 View commit details
    Browse the repository at this point in the history
  3. fix: middleware test

    In gin 1.6.0 a bug was fixed which added an extra new line character,
    that is why the actual response size decreased by one.
    akijakya committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9b62500 View commit details
    Browse the repository at this point in the history