This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 261839a9b Bump org.apache.maven.plugins:maven-compiler-plugin in
/spi-fly
261839a9b is described below
commit 261839a9be5e1fd661f4623f006c5fee9812a0ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 18:11:33 2025 +0000
Bump org.apache.maven.plugins:maven-compiler-plugin in /spi-fly
Bumps
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
from 3.10.1 to 3.13.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
-
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.13.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
spi-fly/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 0ff94ade5..1b2c34b2c 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -58,7 +58,7 @@
<felix.logback.version>1.0.6</felix.logback.version>
<junit-jupiter.version>5.11.4</junit-jupiter.version>
<junit-platform.version>1.11.4</junit-platform.version>
- <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
+ <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<mockito.core.version>5.9.0</mockito.core.version>
<osgi.core.version>5.0.0</osgi.core.version>
<osgi.test.version>1.3.0</osgi.test.version>