Skip to content

Commit fc41c98

Browse files
Bump the maven-dependencies group with 7 updates
Bumps the maven-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.2` | `2.17.0` | | [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.6.0` | `3.7.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.0` | Updates `org.springframework:spring-core` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-core-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-context` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-core-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-context` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `org.springframework:spring-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.2 to 2.17.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-core-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-core-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5137641 commit fc41c98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747
<maven.compiler.target>17</maven.compiler.target>
4848
<!-- Main -->
4949
<axon.version>4.9.3</axon.version>
50-
<spring.version>6.1.4</spring.version>
50+
<spring.version>6.1.5</spring.version>
5151
<spring-boot.version>3.2.3</spring-boot.version>
5252
<!-- Database -->
5353
<jakarta.persistence.version>3.1.0</jakarta.persistence.version>
5454
<!-- Serialization -->
55-
<jackson.version>2.16.2</jackson.version>
55+
<jackson.version>2.17.0</jackson.version>
5656
<!-- Testing -->
5757
<assertj.version>3.25.3</assertj.version>
5858
<junit.jupiter.version>5.10.1</junit.jupiter.version>
5959
<mockito.version>5.11.0</mockito.version>
6060
<netty.version>4.1.107.Final</netty.version>
6161
<!-- Build / Plugin -->
6262
<jacoco-maven.version>0.8.11</jacoco-maven.version>
63-
<maven-assembly.version>3.6.0</maven-assembly.version>
63+
<maven-assembly.version>3.7.0</maven-assembly.version>
6464
<maven-clean.version>3.3.2</maven-clean.version>
6565
<maven-compiler.version>3.12.1</maven-compiler.version>
6666
<maven-deploy.version>3.1.1</maven-deploy.version>
67-
<maven-gpg.version>3.1.0</maven-gpg.version>
67+
<maven-gpg.version>3.2.0</maven-gpg.version>
6868
<maven-install.version>3.1.1</maven-install.version>
6969
<maven-jar.version>3.3.0</maven-jar.version>
7070
<maven-javadoc.version>3.6.3</maven-javadoc.version>

0 commit comments

Comments
 (0)