Skip to content

Commit

Permalink
Bump spring-boot.version from 3.0.2 to 3.0.3 (#280)
Browse files Browse the repository at this point in the history
* Bump spring-boot.version from 3.0.2 to 3.0.3

Bumps `spring-boot.version` from 3.0.2 to 3.0.3.

Updates `spring-boot-dependencies` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.2...v3.0.3)

Updates `spring-boot-starter-test` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.2...v3.0.3)

Updates `spring-boot-maven-plugin` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: mysql connector dep

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fonimus <francois.onimus@gmail.com>
  • Loading branch information
dependabot[bot] and fonimus authored Feb 24, 2023
1 parent dd047d4 commit 359e1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!--dependencies-->
<spring-boot.version>3.0.2</spring-boot.version>
<spring-boot.version>3.0.3</spring-boot.version>
<spring-shell.version>3.0.0</spring-shell.version>
<sshd.version>2.9.2</sshd.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<!--tests-->
<dependency>
Expand Down

0 comments on commit 359e1ed

Please sign in to comment.