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 2 updates

Bumps the all-maven-dependencies group with 1 update in the / directory: [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin).
Bumps the all-maven-dependencies group with 1 update in the /nameprep/src/it/jpms-nameprep directory: [de.sormuras.junit:junit-platform-maven-plugin](https://github.com/sormuras/junit-platform-maven-plugin).
Bumps the all-maven-dependencies group with 1 update in the /saslprep/src/it/jpms-saslprep directory: [de.sormuras.junit:junit-platform-maven-plugin](https://github.com/sormuras/junit-platform-maven-plugin).
Bumps the all-maven-dependencies group with 1 update in the /stringprep/src/it/jpms-stringprep directory: [de.sormuras.junit:junit-platform-maven-plugin](https://github.com/sormuras/junit-platform-maven-plugin).


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

Updates `de.sormuras.junit:junit-platform-maven-plugin` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/sormuras/junit-platform-maven-plugin/releases)
- [Commits](sormuras/junit-platform-maven-plugin@1.1.7...v1.1.8)

Updates `de.sormuras.junit:junit-platform-maven-plugin` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/sormuras/junit-platform-maven-plugin/releases)
- [Commits](sormuras/junit-platform-maven-plugin@1.1.7...v1.1.8)

Updates `de.sormuras.junit:junit-platform-maven-plugin` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/sormuras/junit-platform-maven-plugin/releases)
- [Commits](sormuras/junit-platform-maven-plugin@1.1.7...v1.1.8)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: de.sormuras.junit:junit-platform-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: de.sormuras.junit:junit-platform-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: de.sormuras.junit:junit-platform-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent a0b0444 commit c265078
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -48,7 +48,7 @@
<plugin>
<groupId>de.sormuras.junit</groupId>
<artifactId>junit-platform-maven-plugin</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<extensions>true</extensions> <!-- Necessary to execute it in 'test' phase. -->
<configuration>
<isolation>ABSOLUTE</isolation>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<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.11.1</javadoc-plugin.version>
<javadoc-plugin.version>3.11.2</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.5.2</surefire-plugin.version>
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 @@ -48,7 +48,7 @@
<plugin>
<groupId>de.sormuras.junit</groupId>
<artifactId>junit-platform-maven-plugin</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<extensions>true</extensions> <!-- Necessary to execute it in 'test' phase. -->
<configuration>
<isolation>ABSOLUTE</isolation>
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 @@ -48,7 +48,7 @@
<plugin>
<groupId>de.sormuras.junit</groupId>
<artifactId>junit-platform-maven-plugin</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<extensions>true</extensions> <!-- Necessary to execute it in 'test' phase. -->
<configuration>
<isolation>ABSOLUTE</isolation>
Expand Down

0 comments on commit c265078

Please sign in to comment.