Bump maven-plugin-plugin.version from 3.15.1 to 3.15.2 by dependabot[bot] · Pull Request #674 · mojohaus/mojo-parent (original) (raw)
Bumps maven-plugin-plugin.version from 3.15.1 to 3.15.2.
Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2
Release notes
Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases.
3.15.2
📝 Documentation updates
- Fix run-on sentence (#1003) @slawekjaranowski
- Update document to use Guice constructor injection (#1001) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#354) @Bukama
👻 Maintenance
- Update site descriptors to 2.0 (#1011) @slawekjaranowski
- Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method (#1005) @slawekjaranowski
- Cleanups dependencies (#1009) @slawekjaranowski
- Use injection instead of Component annotation (#1002) @slawekjaranowski
- Begin converting this plugin to Guice constructor injection (#1000) @slawekjaranowski
- refactor: Replace Plexus AbstractLogEnabled with SLF4J (#999) @slawekjaranowski
- Use properties for versions in components.xml (#982) @slawekjaranowski
- JDK 25 build fix (#960) @slawekjaranowski
- [MPLUGIN-543] - Update to Parent 44 (#390) @Bukama
- Add release drafter (#370) @slawekjaranowski
- Add PR Automation action (#358) @slawekjaranowski
📦 Dependency updates
- Bump org.jsoup:jsoup from 1.18.1 to 1.19.1 (#1013) @slawekjaranowski
- Bump org.codehaus.plexus:plexus-testing from 1.6.0 to 1.6.1 (#995) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0 (#993) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#989) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.2 to 4.10.3 (#990) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 (#985) @dependabot[bot]
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 (#984) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0 (#981) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 (#983) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#978) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7 (#980) @dependabot[bot]
- Bump asmVersion from 9.8 to 9.9 (#979) @dependabot[bot]
- Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#974) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 (#975) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#966) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.2 (#964) @dependabot[bot]
- Bump maven3Version from 3.9.9 to 3.9.11 (#957) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.6.0 (#958) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-xml from 3.0.1 to 3.0.2 (#946) @dependabot[bot]
- Bump asmVersion from 9.7.1 to 9.8 (#943) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.17.6 (#403) @dependabot[bot]
- Bump org.apache.maven:maven-parent from 44 to 45 (#404) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#364) @dependabot[bot]
- Bump antVersion from 1.10.14 to 1.10.15 (#360) @dependabot[bot]
Commits
- f7ed01b [maven-release-plugin] prepare release maven-plugin-tools-3.15.2
- ba0297c Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
- 4ca9fb6 Update site descriptors to 2.0
- facedc9 Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method
- 0e2322a Cleanups dependencies
- 1d23695 Fix run-on sentence
- 252c901 Use injection instead of Component annotation
- 69c653a Update document to use Guice constructor injection
- 73f78dc Begin converting this plugin to Guice constructor injection
- 23242f4 refactor: Replace Plexus AbstractLogEnabled with SLF4J
- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-plugin-plugin from 3.15.1 to 3.15.2
Release notes
Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases.
3.15.2
📝 Documentation updates
- Fix run-on sentence (#1003) @slawekjaranowski
- Update document to use Guice constructor injection (#1001) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#354) @Bukama
👻 Maintenance
- Update site descriptors to 2.0 (#1011) @slawekjaranowski
- Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method (#1005) @slawekjaranowski
- Cleanups dependencies (#1009) @slawekjaranowski
- Use injection instead of Component annotation (#1002) @slawekjaranowski
- Begin converting this plugin to Guice constructor injection (#1000) @slawekjaranowski
- refactor: Replace Plexus AbstractLogEnabled with SLF4J (#999) @slawekjaranowski
- Use properties for versions in components.xml (#982) @slawekjaranowski
- JDK 25 build fix (#960) @slawekjaranowski
- [MPLUGIN-543] - Update to Parent 44 (#390) @Bukama
- Add release drafter (#370) @slawekjaranowski
- Add PR Automation action (#358) @slawekjaranowski
📦 Dependency updates
- Bump org.jsoup:jsoup from 1.18.1 to 1.19.1 (#1013) @slawekjaranowski
- Bump org.codehaus.plexus:plexus-testing from 1.6.0 to 1.6.1 (#995) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0 (#993) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#989) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.2 to 4.10.3 (#990) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 (#985) @dependabot[bot]
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 (#984) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0 (#981) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 (#983) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#978) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7 (#980) @dependabot[bot]
- Bump asmVersion from 9.8 to 9.9 (#979) @dependabot[bot]
- Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#974) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 (#975) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#966) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.2 (#964) @dependabot[bot]
- Bump maven3Version from 3.9.9 to 3.9.11 (#957) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.6.0 (#958) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-xml from 3.0.1 to 3.0.2 (#946) @dependabot[bot]
- Bump asmVersion from 9.7.1 to 9.8 (#943) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.17.6 (#403) @dependabot[bot]
- Bump org.apache.maven:maven-parent from 44 to 45 (#404) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#364) @dependabot[bot]
- Bump antVersion from 1.10.14 to 1.10.15 (#360) @dependabot[bot]
Commits
- f7ed01b [maven-release-plugin] prepare release maven-plugin-tools-3.15.2
- ba0297c Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
- 4ca9fb6 Update site descriptors to 2.0
- facedc9 Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method
- 0e2322a Cleanups dependencies
- 1d23695 Fix run-on sentence
- 252c901 Use injection instead of Component annotation
- 69c653a Update document to use Guice constructor injection
- 73f78dc Begin converting this plugin to Guice constructor injection
- 23242f4 refactor: Replace Plexus AbstractLogEnabled with SLF4J
- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-plugin-report-plugin from 3.15.1 to 3.15.2
Release notes
Sourced from org.apache.maven.plugins:maven-plugin-report-plugin's releases.
3.15.2
📝 Documentation updates
- Fix run-on sentence (#1003) @slawekjaranowski
- Update document to use Guice constructor injection (#1001) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#354) @Bukama
👻 Maintenance
- Update site descriptors to 2.0 (#1011) @slawekjaranowski
- Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method (#1005) @slawekjaranowski
- Cleanups dependencies (#1009) @slawekjaranowski
- Use injection instead of Component annotation (#1002) @slawekjaranowski
- Begin converting this plugin to Guice constructor injection (#1000) @slawekjaranowski
- refactor: Replace Plexus AbstractLogEnabled with SLF4J (#999) @slawekjaranowski
- Use properties for versions in components.xml (#982) @slawekjaranowski
- JDK 25 build fix (#960) @slawekjaranowski
- [MPLUGIN-543] - Update to Parent 44 (#390) @Bukama
- Add release drafter (#370) @slawekjaranowski
- Add PR Automation action (#358) @slawekjaranowski
📦 Dependency updates
- Bump org.jsoup:jsoup from 1.18.1 to 1.19.1 (#1013) @slawekjaranowski
- Bump org.codehaus.plexus:plexus-testing from 1.6.0 to 1.6.1 (#995) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0 (#993) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#989) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.2 to 4.10.3 (#990) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.5.0 (#985) @dependabot[bot]
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 (#984) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0 (#981) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 (#983) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#978) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7 (#980) @dependabot[bot]
- Bump asmVersion from 9.8 to 9.9 (#979) @dependabot[bot]
- Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#974) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 (#975) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#966) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.2 (#964) @dependabot[bot]
- Bump maven3Version from 3.9.9 to 3.9.11 (#957) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.6.0 (#958) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-xml from 3.0.1 to 3.0.2 (#946) @dependabot[bot]
- Bump asmVersion from 9.7.1 to 9.8 (#943) @dependabot[bot]
- Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.17.6 (#403) @dependabot[bot]
- Bump org.apache.maven:maven-parent from 44 to 45 (#404) @dependabot[bot]
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#364) @dependabot[bot]
- Bump antVersion from 1.10.14 to 1.10.15 (#360) @dependabot[bot]
Commits
- f7ed01b [maven-release-plugin] prepare release maven-plugin-tools-3.15.2
- ba0297c Bump org.jsoup:jsoup from 1.18.1 to 1.19.1
- 4ca9fb6 Update site descriptors to 2.0
- facedc9 Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method
- 0e2322a Cleanups dependencies
- 1d23695 Fix run-on sentence
- 252c901 Use injection instead of Component annotation
- 69c653a Update document to use Guice constructor injection
- 73f78dc Begin converting this plugin to Guice constructor injection
- 23242f4 refactor: Replace Plexus AbstractLogEnabled with SLF4J
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.