Skip to content

Commit 4fb3ec7

Browse files
Bump the maven group across 1 directory with 3 updates
Bumps the maven group with 3 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.tukaani:xz](https://github.com/tukaani-project/xz-java) 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 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.0) Updates `org.tukaani:xz` from 1.10 to 1.11 - [Release notes](https://github.com/tukaani-project/xz-java/releases) - [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md) - [Commits](tukaani-project/xz-java@v1.10...v1.11) 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: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: org.tukaani:xz dependency-version: '1.11' dependency-type: direct:production update-type: version-update:semver-minor 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 4fb3ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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>4.0.0</version>
99
</parent>
1010

1111
<groupId>com.wilke.mersenne</groupId>
@@ -15,10 +15,10 @@
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>
21-
<xz.version>1.10</xz.version>
21+
<xz.version>1.11</xz.version>
2222
<junixsocket.version>2.10.1</junixsocket.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>

0 commit comments

Comments
 (0)