Skip to content

Commit fa5c589

Browse files
committed
updated to 1.2.3
1 parent 2e4f429 commit fa5c589

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.2</version>
22+
<version>1.2.3</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.2</version>
20+
<version>1.2.3</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.2</version>
21+
<version>1.2.3</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.2</version>
45+
<version>1.2.3</version>
4646
</dependency>
4747
```
4848

0 commit comments

Comments
 (0)