Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the maven-dependencies group with 3 updates #474

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the maven-dependencies group with 3 updates: org.testcontainers:testcontainers-bom, org.apache.maven.plugins:maven-clean-plugin and org.apache.maven.plugins:maven-compiler-plugin.

Updates org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1

Release notes

Sourced from org.apache.maven.plugins:maven-clean-plugin's releases.

3.4.1

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Commits
  • 8211bc5 [maven-release-plugin] prepare release maven-clean-plugin-3.4.1
  • 92305ba Update scm tag according to branch
  • 9db0e77 PR Automation only on close event
  • 7065077 [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
  • c003151 release-drafter configuration
  • a70d2e4 Use global release-drafter configuration
  • 5e797fc Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1 to 1.9.22
  • e514d80 Bump mavenVersion from 3.6.3 to 3.9.9 (#77)
  • 9dc0953 Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0
  • dcc3b09 Fix license/notice (#48)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.14.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • b5e7d9b [maven-release-plugin] prepare release maven-compiler-plugin-3.14.0
  • 9134f12 Enable GitHub Issues
  • 19b8b12 Update scm tag according to branch
  • 09dce4e [MCOMPILER-579] allow module-version configuration (#273)
  • f7c3c5f Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.4.0
  • 764a54b [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
  • cfacbc1 PR Automation only on close event
  • 5c26bba Use JUnit version from parent
  • 5449407 [MCOMPILER-529] Update docs about version schema (Maven 3)
  • 01d5b88 Bump mavenVersion from 3.6.3 to 3.9.9 (#283)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven-dependencies group with 3 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin).


Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.4...1.20.5)

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

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

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team, abuijze, CodeDrivenMitch and smcvb and removed request for a team February 23, 2025 14:47
@dependabot dependabot bot added this to the Release 4.11.1 milestone Feb 23, 2025
@github-actions github-actions bot enabled auto-merge February 23, 2025 14:47
@github-actions github-actions bot merged commit 4888024 into master Feb 23, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-ac809c96d5 branch February 23, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants