Skip to content

Commit eb0df4e

Browse files
Merge remote-tracking branch 'origin/master' into jakarta
2 parents ff862dc + aee9d2c commit eb0df4e

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

csrfguard-extensions/csrfguard-extension-session/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-extensions</artifactId>
37-
<version>4.2.2-SNAPSHOT</version>
37+
<version>4.3.1-SNAPSHOT</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-extension-session</artifactId>

csrfguard-extensions/csrfguard-jsp-tags/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-extensions</artifactId>
37-
<version>4.2.2-SNAPSHOT</version>
37+
<version>4.3.1-SNAPSHOT</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-jsp-tags</artifactId>

csrfguard-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-parent</artifactId>
37-
<version>4.2.2-SNAPSHOT</version>
37+
<version>4.3.1-SNAPSHOT</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-extensions</artifactId>

csrfguard-test/csrfguard-test-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-test</artifactId>
37-
<version>4.2.2-SNAPSHOT</version>
37+
<version>4.3.1-SNAPSHOT</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-test-jsp</artifactId>

csrfguard-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-parent</artifactId>
37-
<version>4.2.2-SNAPSHOT</version>
37+
<version>4.3.1-SNAPSHOT</version>
3838
</parent>
3939

4040
<artifactId>csrfguard-test</artifactId>

csrfguard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.owasp</groupId>
3636
<artifactId>csrfguard-parent</artifactId>
37-
<version>4.2.2-SNAPSHOT</version>
37+
<version>4.3.1-SNAPSHOT</version>
3838
</parent>
3939

4040
<artifactId>csrfguard</artifactId>

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<groupId>org.owasp</groupId>
3535
<artifactId>csrfguard-parent</artifactId>
36-
<version>4.2.2-SNAPSHOT</version>
36+
<version>4.3.1-SNAPSHOT</version>
3737
<packaging>pom</packaging>
3838

3939
<name>OWASP CSRFGuard Parent POM</name>

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)