Skip to content

Commit

Permalink
Bump the build-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.2` | `3.1.3` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.2` | `3.1.3` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.1` | `3.4.0` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.3.1` | `3.4.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.3.0-jre` |
| com.gradle:develocity-maven-extension | `1.21.6` | `1.22` |


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

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

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

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0)

Updates `org.junit:junit-bom` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `com.google.guava:guava` from 33.2.1-jre to 33.3.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.gradle:develocity-maven-extension` from 1.21.6 to 1.22

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.gradle:develocity-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Aug 20, 2024
1 parent 70a80d4 commit 8eebf70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
<version>1.21.6</version>
<version>1.22</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down
4 changes: 2 additions & 2 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<!-- >>> Common -->
<version.log4j>2.23.1</version.log4j>
<version.junit>4.13.2</version.junit>
<version.junit-jupiter>5.10.3</version.junit-jupiter>
<version.junit-jupiter>5.11.0</version.junit-jupiter>
<version.junit-platform-suite-engine>1.10.0</version.junit-platform-suite-engine>
<version.org.osgi.core>6.0.0</version.org.osgi.core>
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
Expand Down Expand Up @@ -176,7 +176,7 @@
<!-- >>> Jakarta Batch: JBeret SE dependencies -->
<version.org.jboss.marshalling>2.1.4.Final</version.org.jboss.marshalling>
<version.org.wildfly.security.wildfly-security-manager>1.1.2.Final</version.org.wildfly.security.wildfly-security-manager>
<version.org.google.guava>33.2.1-jre</version.org.google.guava>
<version.org.google.guava>33.3.0-jre</version.org.google.guava>

<!-- >>> Spring integration tests -->
<!-- When updating Spring Boot check if it supports JDK23 and enable testing with it if so (see testWithJdk23 profile). -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@

<!-- Plugin versions -->
<version.clean.plugin>3.4.0</version.clean.plugin>
<version.install.plugin>3.1.2</version.install.plugin>
<version.install.plugin>3.1.3</version.install.plugin>
<version.enforcer.plugin>3.5.0</version.enforcer.plugin>
<version.project-info.plugin>3.6.2</version.project-info.plugin>
<version.japicmp.plugin>0.22.0</version.japicmp.plugin>
<version.nexus-staging.plugin>1.7.0</version.nexus-staging.plugin>
<version.deploy.plugin>3.1.2</version.deploy.plugin>
<version.deploy.plugin>3.1.3</version.deploy.plugin>
<version.gpg.plugin>3.2.5</version.gpg.plugin>
<version.flatten-maven-plugin>1.6.0</version.flatten-maven-plugin>
<version.assembly.plugin>3.7.1</version.assembly.plugin>
Expand All @@ -292,7 +292,7 @@
<version.shade.plugin>3.6.0</version.shade.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<!-- Surefire versions are a minefield of bugs: be careful with upgrades -->
<version.surefire.plugin>3.3.1</version.surefire.plugin>
<version.surefire.plugin>3.4.0</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.7</version.surefire.plugin.java-version.asm>
<version.jacoco.plugin>0.8.12</version.jacoco.plugin>
<version.com.buschmais.jqassistant.plugin>2.4.0</version.com.buschmais.jqassistant.plugin>
Expand Down

0 comments on commit 8eebf70

Please sign in to comment.