File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ The CSRFGuard project is run by [Azzeddine RAMRAMI](mailto:azzeddine.ramrami@owa
2626OWASP CSRFGuard 4.x is offered under the [ BSD license] ( http://www.opensource.org/licenses/bsd-license.php ) .
2727
2828## Using with Maven
29- OWASP CSRFGuard 4.x is available on the Maven Central Repository. Add the following dependency to your Maven POM file to use the library:
29+ Add the following dependencies to your Maven POM file to use the library:
30+ ** Note** : for the [ Jakarta] ( https://github.com/OWASP/www-project-csrfguard/tree/jakarta ) releases use the ` -jakarta ` suffix in the ` version ` .
3031
3132``` xml
3233<dependency >
3334 <groupId >org.owasp</groupId >
3435 <artifactId >csrfguard</artifactId >
35- <version >4.2.1. </version >
36+ <version >4.3.0 </version >
3637</dependency >
3738
3839<!-- Stateful web application support -->
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The CSRFGuard project is run by [Azzeddine RAMRAMI](mailto:azzeddine.ramrami@owa
2929## Using with Maven
3030
3131Add the following dependencies to your Maven POM file to use the library:
32- ** Note** : for the [ Jakarta] ( https://github.com/OWASP/www-project-csrfguard/tree/jakarta ) releases use the ` -jakarta ` suffix in the ` artifactId ` s .
32+ ** Note** : for the [ Jakarta] ( https://github.com/OWASP/www-project-csrfguard/tree/jakarta ) releases use the ` -jakarta ` suffix in the ` version ` .
3333
3434``` xml
3535<dependency >
You can’t perform that action at this time.
0 commit comments