This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0c5bb61 Update plexus-utils to 3.6.1 in IT dependencies
0c5bb61 is described below
commit 0c5bb611bf70d783ec8df34f32e33158b07cfcd7
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jul 11 22:13:56 2026 +0200
Update plexus-utils to 3.6.1 in IT dependencies
---
src/it/setup-custom-toolchain/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/it/setup-custom-toolchain/pom.xml
b/src/it/setup-custom-toolchain/pom.xml
index 9e37cb2..3b3e6b9 100644
--- a/src/it/setup-custom-toolchain/pom.xml
+++ b/src/it/setup-custom-toolchain/pom.xml
@@ -59,7 +59,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
</dependency>
</dependencies>