Skip to content

Commit aee9d2c

Browse files
documentation: Version update to match the new 4.3.0 release
1 parent 6307569 commit aee9d2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ OWASP CSRFGuard 4.x is available on the Maven Central Repository. Add the follow
3939
<dependency>
4040
<groupId>org.owasp</groupId>
4141
<artifactId>csrfguard-extension-session</artifactId>
42-
<version>4.2.1</version>
42+
<version>4.3.0</version>
4343
</dependency>
4444

4545
<!-- JSP TAG support -->
4646
<dependency>
4747
<groupId>org.owasp</groupId>
4848
<artifactId>csrfguard-jsp-tags</artifactId>
49-
<version>4.2.1</version>
49+
<version>4.3.0</version>
5050
</dependency>
5151
```
5252

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ Add the following dependencies to your Maven POM file to use the library:
3535
<dependency>
3636
<groupId>org.owasp</groupId>
3737
<artifactId>csrfguard</artifactId>
38-
<version>4.2.1</version>
38+
<version>4.3.0</version>
3939
</dependency>
4040

4141
<!-- Stateful web application support -->
4242
<dependency>
4343
<groupId>org.owasp</groupId>
4444
<artifactId>csrfguard-extension-session</artifactId>
45-
<version>4.2.1</version>
45+
<version>4.3.0</version>
4646
</dependency>
4747

4848
<!-- JSP TAG support -->
4949
<dependency>
5050
<groupId>org.owasp</groupId>
5151
<artifactId>csrfguard-jsp-tags</artifactId>
52-
<version>4.2.1</version>
52+
<version>4.3.0</version>
5353
</dependency>
5454
```
5555

0 commit comments

Comments
 (0)