File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ The jars are also available in Maven:
21
21
<dependency >
22
22
<groupId >org.owasp.encoder</groupId >
23
23
<artifactId >encoder</artifactId >
24
- <version >1.2.1 </version >
24
+ <version >1.2.2 </version >
25
25
</dependency >
26
26
27
27
<dependency >
28
28
<groupId >org.owasp.encoder</groupId >
29
29
<artifactId >encoder-jsp</artifactId >
30
- <version >1.2.1 </version >
30
+ <version >1.2.2 </version >
31
31
</dependency >
32
32
```
33
33
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The JARs can be found in [Maven Central](https://search.maven.org/#search%7Cga%7
19
19
<dependency >
20
20
<groupId >org.owasp.encoder</groupId >
21
21
<artifactId >encoder</artifactId >
22
- <version >1.2.1 </version >
22
+ <version >1.2.2 </version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ includes tags and a set of JSP EL functions:
17
17
<dependency >
18
18
<groupId >org.owasp.encoder</groupId >
19
19
<artifactId >encoder-jsp</artifactId >
20
- <version >1.2.1 </version >
20
+ <version >1.2.2 </version >
21
21
</dependency >
22
22
```
23
23
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The JARs can be found in [Maven Central](https://search.maven.org/#search%7Cga%7
18
18
<dependency >
19
19
<groupId >org.owasp.encoder</groupId >
20
20
<artifactId >encoder</artifactId >
21
- <version >1.2.1 </version >
21
+ <version >1.2.2 </version >
22
22
</dependency >
23
23
```
24
24
@@ -42,7 +42,7 @@ includes tags and a set of JSP EL functions:
42
42
<dependency >
43
43
<groupId >org.owasp.encoder</groupId >
44
44
<artifactId >encoder-jsp</artifactId >
45
- <version >1.2.1 </version >
45
+ <version >1.2.2 </version >
46
46
</dependency >
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments