Skip to content

Commit

Permalink
Bump the maven-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `4.11.0` | `5.12.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `4.11.0` | `5.12.0` |
| [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.1` | `3.1.2` |
| [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `2.7.18` | `3.2.5` |
| [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot) | `2.7.18` | `3.2.5` |
| [org.springframework.boot:spring-boot-test-autoconfigure](https://github.com/spring-projects/spring-boot) | `2.7.18` | `3.2.5` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `2.7.18` | `3.2.5` |



Updates `org.mockito:mockito-core` from 4.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.11.0...v5.12.0)

Updates `org.mockito:mockito-junit-jupiter` from 4.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.11.0...v5.12.0)

Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.18 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.2.5)

Updates `org.springframework.boot:spring-boot-starter` from 2.7.18 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.2.5)

Updates `org.springframework.boot:spring-boot-test-autoconfigure` from 2.7.18 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.2.5)

Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.18 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.2.5)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test-autoconfigure
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2024
1 parent b56b84b commit 6aa1e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jgroups-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<jgroups.version>4.2.28.Final</jgroups.version>

<spring.version>5.3.34</spring.version>
<spring.boot.version>2.7.18</spring.boot.version>
<spring.boot.version>3.2.5</spring.boot.version>

<slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.23.1</log4j.version>
Expand All @@ -67,7 +67,7 @@
<commons-io.version>2.16.1</commons-io.version>
<javax.jaxb-api.version>2.3.1</javax.jaxb-api.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<mockito.version>4.11.0</mockito.version>
<mockito.version>5.12.0</mockito.version>

<jacoco-maven.version>0.8.11</jacoco-maven.version>
<maven-assembly.version>3.7.1</maven-assembly.version>
Expand All @@ -76,7 +76,7 @@
<maven-deploy.version>3.0.0</maven-deploy.version>
<maven-enforcer.version>3.4.1</maven-enforcer.version>
<maven-gpg.version>3.2.4</maven-gpg.version>
<maven-install.version>3.1.1</maven-install.version>
<maven-install.version>3.1.2</maven-install.version>
<maven-jar.version>3.4.1</maven-jar.version>
<maven-javadoc.version>3.6.3</maven-javadoc.version>
<maven-release.version>3.0.1</maven-release.version>
Expand Down

0 comments on commit 6aa1e01

Please sign in to comment.