This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new b6ea7c3540 Bump org.apache.maven.plugins:maven-compiler-plugin from
3.14.1 to 3.15.0 (#1299)
b6ea7c3540 is described below
commit b6ea7c35401e4488a803de5567eaddd5ce5fc364
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 06:58:13 2026 +0100
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0
(#1299)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ext/scimv2/scim-rest-api/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ext/scimv2/scim-rest-api/pom.xml b/ext/scimv2/scim-rest-api/pom.xml
index 64aca15a3e..da202d96be 100644
--- a/ext/scimv2/scim-rest-api/pom.xml
+++ b/ext/scimv2/scim-rest-api/pom.xml
@@ -69,7 +69,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.14.1</version>
+ <version>3.15.0</version>
<configuration>
<source>21</source>
<target>21</target>