diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 74757a0..00838be 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ We would absolutely love to get the community involved, and we welcome any form
* **Send pull requests** If you want to contribute code, check out the development instructions below.
* However when contributing larger new features, please first discuss the change you wish to make via issue with the owners of this repository before making it. Otherwise your work might be rejected and your effort was pointless.
-We also encourage you to read the [contribution instructions by GitHub](https://docs.github.com/en/get-started/quickstart/contributing-to-projects).
+We also encourage you to read the [contribution instructions by GitHub](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
## Developing
@@ -20,17 +20,17 @@ We also encourage you to read the [contribution instructions by GitHub](https://
You should have the following things installed:
* Git
* Java 25 - should be as unmodified as possible (Recommended: [Eclipse Adoptium](https://adoptium.net/temurin/releases/))
-* Maven (Note that the [Maven Wrapper](https://maven.apache.org/wrapper/) is shipped with the repo)
+* Maven (Note that the [Maven Wrapper](https://maven.apache.org/tools/wrapper/) is shipped with the repo)
### Recommended setup
-* Install ``IntelliJ`` (Community Edition is sufficient)
- * Install the following plugins:
- * [Save Actions](https://plugins.jetbrains.com/plugin/22113) - Provides save actions, like running the formatter or adding ``final`` to fields
- * [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint) - CodeStyle/CodeAnalysis
- * You may consider disabling telemetry in the settings under ``Tools > Sonarlint -> About``
- * [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) - CodeStyle/CodeAnalysis
+* Install `IntelliJ`
+ * Recommended setup actions
+ * Disable not needed plugins
+ * Disable [telemetry](https://www.jetbrains.com/help/idea/settings-usage-statistics.html)
+ * Configure the available memory
* Import the project
- * Ensure that everything is encoded in ``UTF-8``
+ * You will get prompted to install the required plugins
+ * Ensure that everything is encoded in `UTF-8`
* Ensure that the JDK/Java-Version is correct
diff --git a/README.md b/README.md
index f8ebdcc..c056a29 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ A more detailed scenario is available in the [demo](./spring-security-advanced-a
> To minimize the risk of dependency conflicts all Spring (Boot) dependencies are declared as provided and are not shipped by default.
## Support
-If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
+If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services-products/support).
## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
diff --git a/pom.xml b/pom.xml
index 8b151ab..3c110b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
com.puppycrawl.toolscheckstyle
- 13.4.2
+ 13.9.0
@@ -83,12 +83,12 @@
net.sourceforge.pmdpmd-core
- 7.24.0
+ 7.26.0net.sourceforge.pmdpmd-java
- 7.24.0
+ 7.26.0
diff --git a/spring-security-advanced-authentication-ui/pom.xml b/spring-security-advanced-authentication-ui/pom.xml
index eea1cfb..d826278 100644
--- a/spring-security-advanced-authentication-ui/pom.xml
+++ b/spring-security-advanced-authentication-ui/pom.xml
@@ -90,7 +90,7 @@
com.mycilalicense-maven-plugin
- 5.0.0
+ 5.1.1${project.organization.url}
@@ -175,7 +175,7 @@
org.codehaus.mojoflatten-maven-plugin
- 1.7.3
+ 1.8.0ossrh
@@ -221,7 +221,7 @@
org.sonatype.centralcentral-publishing-maven-plugin
- 0.10.0
+ 0.11.0truesonatype-central-portal
@@ -243,7 +243,7 @@
com.puppycrawl.toolscheckstyle
- 13.4.2
+ 13.9.0
@@ -281,12 +281,12 @@
net.sourceforge.pmdpmd-core
- 7.24.0
+ 7.26.0net.sourceforge.pmdpmd-java
- 7.24.0
+ 7.26.0