Skip to content

Commit 62a6e2d

Browse files
Merge remote-tracking branch 'origin/master' into jakarta
2 parents f0f5ee5 + 83c093c commit 62a6e2d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

info.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ The CSRFGuard project is run by [Azzeddine RAMRAMI](mailto:azzeddine.ramrami@owa
2626
OWASP 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 -->

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The CSRFGuard project is run by [Azzeddine RAMRAMI](mailto:azzeddine.ramrami@owa
2929
## Using with Maven
3030

3131
Add 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>

0 commit comments

Comments
 (0)