Skip to content

Commit dbe76b3

Browse files
committed
updated documentation to point to version 1.2.2
1 parent 095f274 commit dbe76b3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ The jars are also available in Maven:
2121
<dependency>
2222
<groupId>org.owasp.encoder</groupId>
2323
<artifactId>encoder</artifactId>
24-
<version>1.2.1</version>
24+
<version>1.2.2</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>org.owasp.encoder</groupId>
2929
<artifactId>encoder-jsp</artifactId>
30-
<version>1.2.1</version>
30+
<version>1.2.2</version>
3131
</dependency>
3232
```
3333

core/src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The JARs can be found in [Maven Central](https://search.maven.org/#search%7Cga%7
1919
<dependency>
2020
<groupId>org.owasp.encoder</groupId>
2121
<artifactId>encoder</artifactId>
22-
<version>1.2.1</version>
22+
<version>1.2.2</version>
2323
</dependency>
2424
```
2525

jsp/src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ includes tags and a set of JSP EL functions:
1717
<dependency>
1818
<groupId>org.owasp.encoder</groupId>
1919
<artifactId>encoder-jsp</artifactId>
20-
<version>1.2.1</version>
20+
<version>1.2.2</version>
2121
</dependency>
2222
```
2323

src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The JARs can be found in [Maven Central](https://search.maven.org/#search%7Cga%7
1818
<dependency>
1919
<groupId>org.owasp.encoder</groupId>
2020
<artifactId>encoder</artifactId>
21-
<version>1.2.1</version>
21+
<version>1.2.2</version>
2222
</dependency>
2323
```
2424

@@ -42,7 +42,7 @@ includes tags and a set of JSP EL functions:
4242
<dependency>
4343
<groupId>org.owasp.encoder</groupId>
4444
<artifactId>encoder-jsp</artifactId>
45-
<version>1.2.1</version>
45+
<version>1.2.2</version>
4646
</dependency>
4747
```
4848

0 commit comments

Comments
 (0)