Skip to content

Commit

Permalink
chore(deps): bump the all-maven-dependencies group across 4 directori…
Browse files Browse the repository at this point in the history
…es with 5 updates (#40)

Bumps the all-maven-dependencies group with 4 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit5), [com.google.errorprone:error_prone_core](https://github.com/google/error-prone), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin).
Bumps the all-maven-dependencies group with 1 update in the /nameprep/src/it/jpms-nameprep directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).
Bumps the all-maven-dependencies group with 1 update in the /saslprep/src/it/jpms-saslprep directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).
Bumps the all-maven-dependencies group with 1 update in the /stringprep/src/it/jpms-stringprep directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


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.errorprone:error_prone_core` from 2.29.2 to 2.30.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.29.2...v2.30.0)

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-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.junit.jupiter:junit-jupiter` 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 `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter` 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)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 84b38bf commit b46c7b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nameprep/src/it/jpms-nameprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@
<maven.compiler.target>${base.java.version}</maven.compiler.target>
<project.build.outputTimestamp>2024-06-25T23:30:00Z</project.build.outputTimestamp>
<!-- Dependency versions -->
<junit5.version>5.10.3</junit5.version>
<junit5.version>5.11.0</junit5.version>
<!-- Plugins versions -->
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<jar-plugin.version>3.4.2</jar-plugin.version>
<source-plugin.version>3.3.1</source-plugin.version>
<javadoc-plugin.version>3.8.0</javadoc-plugin.version>
<clean-plugin.version>3.4.0</clean-plugin.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<surefire-plugin.version>3.4.0</surefire-plugin.version>
<failsafe-plugin.version>3.4.0</failsafe-plugin.version>
<enforcer-plugin.version>3.5.0</enforcer-plugin.version>
<install-plugin.version>3.1.3</install-plugin.version>
<deploy-plugin.version>3.1.2</deploy-plugin.version>
<deploy-plugin.version>3.1.3</deploy-plugin.version>
<invoker-plugin.version>3.7.0</invoker-plugin.version>
<gpg-plugin.version>3.2.5</gpg-plugin.version>
<jacoco-plugin.verson>0.8.12</jacoco-plugin.verson>
Expand Down Expand Up @@ -492,7 +492,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.29.2</version>
<version>2.30.0</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion saslprep/src/it/jpms-saslprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stringprep/src/it/jpms-stringprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b46c7b1

Please sign in to comment.