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 mysql-connector-java from 8.0.16 to 8.0.28 in /fiul-rest #73

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from

Commits on Feb 6, 2022

  1. Merge pull request #56 from finarkein/release/v0.6.3

    Release/v0.6.3
    primarypi authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a51d7ec View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge pull request #58 from finarkein/release/v0.6.4

    Release/v0.6.4
    dheerajkhardwal authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    592e6f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. build(deps): bump postgresql from 42.2.25 to 42.3.3 in /fiul-rest

    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](pgjdbc/pgjdbc@REL42.2.25...REL42.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a2d46a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Merge pull request #59 from finarkein/dependabot/maven/fiul-rest/org.…

    …postgresql-postgresql-42.3.3
    
    build(deps): bump postgresql from 42.2.25 to 42.3.3 in /fiul-rest
    primarypi authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9595677 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. build(deps): bump spring-webflux from 5.3.8 to 5.3.18

    Bumps [spring-webflux](https://github.com/spring-projects/spring-framework) from 5.3.8 to 5.3.18.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.8...v5.3.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-webflux
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    79d7f84 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump spring-boot-starter-webflux from 2.5.2 to 2.5.12

    Bumps [spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.5.2 to 2.5.12.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.5.2...v2.5.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-webflux
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    611b91f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Release/v0.6.5 (#66)

    primarypi authored and dheerajkhardwal committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    380f441 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from finarkein/dependabot/maven/org.springfram…

    …ework-spring-webflux-5.3.18
    
    build(deps): bump spring-webflux from 5.3.8 to 5.3.18
    primarypi authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    bb3f776 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68 from finarkein/dependabot/maven/org.springfram…

    …ework.boot-spring-boot-starter-webflux-2.5.12
    
    build(deps): bump spring-boot-starter-webflux from 2.5.2 to 2.5.12
    primarypi authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    bda5e86 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. release: prep v0.6.6

    primarypi committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e073000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cd4a71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from finarkein/release/v0.6.6

    Release/v0.6.6
    primarypi authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    6720ef4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    6870615 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from finarkein/release/v0.6.7

    Release/v0.6.7
    primarypi authored May 12, 2022
    Configuration menu
    Copy the full SHA
    7a616be View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. build(deps): bump mysql-connector-java in /fiul-rest

    Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28.
    - [Release notes](https://github.com/mysql/mysql-connector-j/releases)
    - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
    - [Commits](mysql/mysql-connector-j@8.0.16...8.0.28)
    
    ---
    updated-dependencies:
    - dependency-name: mysql:mysql-connector-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    91242cf View commit details
    Browse the repository at this point in the history