File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments