Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps org.codehaus.mojo:properties-maven-plugin from 1.0.0 to 1.2.1.

Release notes

Sourced from org.codehaus.mojo:properties-maven-plugin's releases.

1.2.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

1.2.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • df184c3 [maven-release-plugin] prepare release 1.2.1
  • b3aab51 Add documentation about plugin limitations
  • 62ddbea Avoid NPE on outputFile checking
  • 1ef42e0 Introduce properties manager for easy implements other properties formats
  • 8f4e6be read-project-properties optimization - set all properties in one call
  • c816bf2 Fix unwarranted circular property definition error from CircularDefinitionPre...
  • 182eac3 Bump org.codehaus.mojo:mojo-parent from 76 to 77
  • 0b1a116 Update ReadPropertiesMojo.java
  • d8a48cd [maven-release-plugin] prepare for next development iteration
  • 5105ebc [maven-release-plugin] prepare release 1.2.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) from 1.0.0 to 1.2.1.
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- [Commits](mojohaus/properties-maven-plugin@properties-maven-plugin-1.0.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 10, 2025
@github-actions
Copy link

PR: #18
Mode: squash
Topic: GH-sandbox-18
Change-Ids:
I9fb91eab7c3859df96d17b9998d5c0735e4dbc4a
Digest: a20147ea2260
GitHub-Hash: 428aa3dd0a28fa2e

@github-actions
Copy link

Change raised in Gerrit by GitHub2Gerrit: https://gerrit.linuxfoundation.org/infra/c/sandbox/+/73869

@github-actions
Copy link

Auto-closing pull request

@github-actions github-actions bot closed this Nov 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.codehaus.mojo-properties-maven-plugin-1.2.1 branch November 10, 2025 11:52
lfit-replication pushed a commit that referenced this pull request Dec 3, 2025
…m 2.6 to 3.3.1

Bumps org.apache.maven.plugins:maven-resources-plugin from 2.6 to 3.3.1.
## Release notes

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

3.3.1

[MRESOURCES-288] - Make tests-jar reproducible (#56) @​cstamas
[MRESOURCES-297] - Update to parent POM 39, reformat (#55) @​cstamas
[MRESOURCES-293] - Make resources param not read-only (#54) @​cstamas
[MRESOURCES-295] - Drop Plexus legacy code (#53) @​cstamas
[MRESOURCES-294] - Upgrade plexus-utils to 3.5.1 (#52) @​slachiewicz

🚨 Removed

remove specific IDE m2e files (#40) @​olamy

📦 Dependency updates

Bump apache/maven-gh-actions-shared from 2 to 3 (#46) @​dependabot

📝 Documentation updates

doc: adds alternative variable syntax using @ delimiters to the documentation (#36) @​kevin0x90

3.3.0

📦 Dependency updates

Bump maven-filtering from 3.2.0 to 3.3.0 (#32) @​dependabot
Bump plexus-utils from 3.4.1 to 3.4.2 (#28) @​dependabot
Bump commons-io from 1.4 to 2.7 in /src/it/user-filters (#18) @​dependabot
[MRESOURCES-282] - Bump parent-pom from 34 to 36 (#24) @​slachiewicz

📝 Documentation updates

(doc) Fix XML formatting (#26) @​pzygielo
(doc) Fix XML formatting (#15) @​pzygielo

👻 Maintenance

add release drafter (#29) @​olamy
[MRESOURCES-277] - Update plugin (requires Maven 3.2.5+) - Java 8 (#23) @​slachiewicz
[MRESOURCES-283] - Require Java 8 and upgrade deps (#22) @​slachiewicz

3.2.0
What's Changed

[MRESOURCES-259] update commons-io by @​elharo in apache/maven-resources-plugin#1
add .checkstyle to .gitignore by @​elharo in apache/maven-resources-plugin#2
close file by @​elharo in apache/maven-resources-plugin#3
[MRESOURCES-261] update to Maven 3.1 by @​elharo in apache/maven-resources-plugin#4
try with resources by @​elharo in apache/maven-resources-plugin#5
future proof method that is marked for incompatible change by @​elharo in apache/maven-resources-plugin#6

New Contributors

... (truncated)

## Commits

978ce1e [maven-release-plugin] prepare release maven-resources-plugin-3.3.1
b7cd080 [MRESOURCES-296] Upgrade to maven-filtering 3.3.1
1c9f610 [MRESOURCES-288] Make tests-jar reproducible (#56)
1946127 [MRESOURCES-293] Rollback
f7a6f22 [MRESOURCES-297] Update to parent POM 39, reformat (#55)
22d64ca remove specific IDE m2e files (#40)
02c2d01 [MRESOURCES-293] Make resources param not read-only (#54)
6bb3e1f [MRESOURCES-295] Drop Plexus legacy code (#53)
df7e172 [MRESOURCES-294] Upgrade plexus-utils to 3.5.1
9354ecd Bump apache/maven-gh-actions-shared from 2 to 3
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Issue-ID: CIMAN-33
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org>
Change-Id: I7ec3f0f8fb35c0771c23e8199cea48b265706f0b
GitHub-PR: #23
GitHub-Hash: d4984246f920c32a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant