Compare commits

...

2 commits

Author SHA1 Message Date
b92526d49a Update maven plugins
All checks were successful
/ Verify (pull_request) Successful in 1m12s
/ Verify (push) Successful in 1m12s
2026-04-03 21:42:17 +00:00
cebc21e8cb
group keycloak package updates
All checks were successful
/ Verify (push) Successful in 49s
2026-04-03 23:40:32 +02:00
2 changed files with 13 additions and 7 deletions

View file

@ -72,25 +72,25 @@
https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin> <plugin>
<artifactId>maven-clean-plugin</artifactId> <artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version> <version>3.5.0</version>
</plugin> </plugin>
<!-- default lifecycle, jar packaging: see <!-- default lifecycle, jar packaging: see
https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version> <version>3.5.0</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version> <version>3.15.0</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version> <version>2.22.2</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version> <version>3.5.0</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-install-plugin</artifactId> <artifactId>maven-install-plugin</artifactId>
@ -104,11 +104,11 @@
https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin> <plugin>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version> <version>3.21.0</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version> <version>3.9.0</version>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>

View file

@ -9,6 +9,12 @@
"groupName": "maven plugins", "groupName": "maven plugins",
"groupSlug": "maven-plugins", "groupSlug": "maven-plugins",
"matchPackagePatterns": [ "org\\.apache\\.maven\\.plugins\\.*" ] "matchPackagePatterns": [ "org\\.apache\\.maven\\.plugins\\.*" ]
},
// Group Keycloak package updates.
{
"groupName": "Keycloak packages",
"groupSlug": "keycloak-packages",
"matchPackagePatterns": [ "/(quay\\.io\/keycloak\/keycloak)|(org\\.keycloak:keycloak-parent)/" ]
} }
] ]
} }