This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new 6e3098c05 Bump plexus-utils from 3.0.3 to 3.0.16 in
/compiler-build-tools (#217)
6e3098c05 is described below
commit 6e3098c0513a1a030fcd320af22c9adcf6b4f560
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 11 10:29:48 2023 -0800
Bump plexus-utils from 3.0.3 to 3.0.16 in /compiler-build-tools (#217)
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.3
to 3.0.16.
- [Release notes](https://github.com/sonatype/plexus-utils/releases)
-
[Commits](https://github.com/sonatype/plexus-utils/compare/plexus-utils-3.0.3...plexus-utils-3.0.16)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
compiler-build-tools/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index d0abf5483..d6bea7bdf 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -192,7 +192,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.0.3</version>
+ <version>3.0.16</version>
</dependency>
</dependencies>