aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Long <jeremy.long@gmail.com>2020-11-08 14:04:15 -0500
committerJeremy Long <jeremy.long@gmail.com>2020-11-08 14:04:15 -0500
commitfa5c589fb6037e0b7e9bb6b21b537a5411420ac7 (patch)
tree506e742057caf8ab7960a6f313b3c14f94dae770
parent2e4f429ec1cc0237951de477fffdaf1b2c8829ae (diff)
downloadjava-encoder-fa5c589fb6037e0b7e9bb6b21b537a5411420ac7.tar.gz
updated to 1.2.3
-rw-r--r--core/src/site/markdown/index.md2
-rw-r--r--jsp/src/site/markdown/index.md2
-rw-r--r--src/site/markdown/index.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/core/src/site/markdown/index.md b/core/src/site/markdown/index.md
index bc39882..ec848da 100644
--- a/core/src/site/markdown/index.md
+++ b/core/src/site/markdown/index.md
@@ -19,7 +19,7 @@ The JARs can be found in [Maven Central](https://search.maven.org/#search%7Cga%7
<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
</dependency>
```
diff --git a/jsp/src/site/markdown/index.md b/jsp/src/site/markdown/index.md
index 3c4a200..e2c305a 100644
--- a/jsp/src/site/markdown/index.md
+++ b/jsp/src/site/markdown/index.md
@@ -17,7 +17,7 @@ includes tags and a set of JSP EL functions:
<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder-jsp</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
</dependency>
```
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 0fa1a86..0273e4f 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -18,7 +18,7 @@ The JARs can be found in [Maven Central](https://search.maven.org/#search%7Cga%7
<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
</dependency>
```
@@ -42,7 +42,7 @@ includes tags and a set of JSP EL functions:
<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder-jsp</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
</dependency>
```