Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 359e1ed

Browse files
Bump spring-boot.version from 3.0.2 to 3.0.3 (#280)
* 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] <[email protected]> * fix: mysql connector dep --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fonimus <[email protected]>
1 parent dd047d4 commit 359e1ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<maven.compiler.target>17</maven.compiler.target>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<!--dependencies-->
58-
<spring-boot.version>3.0.2</spring-boot.version>
58+
<spring-boot.version>3.0.3</spring-boot.version>
5959
<spring-shell.version>3.0.0</spring-shell.version>
6060
<sshd.version>2.9.2</sshd.version>
6161
<junit-jupiter.version>5.9.2</junit-jupiter.version>

samples/complete/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<artifactId>h2</artifactId>
6363
</dependency>
6464
<dependency>
65-
<groupId>mysql</groupId>
66-
<artifactId>mysql-connector-java</artifactId>
65+
<groupId>com.mysql</groupId>
66+
<artifactId>mysql-connector-j</artifactId>
6767
</dependency>
6868
<!--tests-->
6969
<dependency>

0 commit comments

Comments
 (0)