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
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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>
  • Loading branch information
dependabot[bot] committed Mar 31, 2022
commit 611b91ff30f089ceaf68ec4cafd366d5c3a17f1d
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<java.version>11</java.version>
<version.spring-boot>2.5.2</version.spring-boot>
<version.spring-boot>2.5.12</version.spring-boot>
<!--mockito version according to spring-boot-test.mockito -->
<version.mockito>3.9.0</version.mockito>
<version.reactor-core>3.4.0</version.reactor-core>
Expand Down