Skip to content

Commit 0f3d565

Browse files
Bump the maven group with 2 updates
Bumps the maven group with 2 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `com.mysql:mysql-connector-j` from 9.4.0 to 9.5.0 - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](mysql/mysql-connector-j@9.4.0...9.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de28742 commit 0f3d565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.6</version>
8+
<version>3.5.7</version>
99
</parent>
1010

1111
<groupId>com.wilke.mersenne</groupId>
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<java.version>21</java.version>
18-
<mysql.version>9.4.0</mysql.version>
18+
<mysql.version>9.5.0</mysql.version>
1919
<commons.compress.version>1.28.0</commons.compress.version>
2020
<maven-wrapper-plugin.version>3.3.4</maven-wrapper-plugin.version>
2121
<xz.version>1.10</xz.version>

0 commit comments

Comments
 (0)