Skip to content

Commit e2183d6

Browse files
committed
Prep 'develop' branch for next (SNAPSHOT) ESAPI release.
1 parent e0ef295 commit e2183d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ specific Jakarta version of ESAPI, in Maven, you would specify your ESAPI depend
3030
<dependency>
3131
<groupId>org.owasp.esapi</groupId>
3232
<artifactId>esapi</artifactId>
33-
<version>2.6.0.0</version> <!-- Preferably the latest version, but > 2.5.3.0 -->
33+
<version>2.6.1.0</version> <!-- Preferably the latest version, but > 2.5.3.0 -->
3434
<classifier>jakarta</classifier>
3535
</dependency>
3636
```
@@ -105,7 +105,7 @@ link to the specific release notes.
105105
the ESAPI GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/841.
106106

107107
# Locating ESAPI Jar files
108-
The [latest ESAPI release](https://github.com/ESAPI/esapi-java-legacy/releases/latest) is 2.6.0.0.
108+
The [latest ESAPI release](https://github.com/ESAPI/esapi-java-legacy/releases/latest) is 2.6.1.0.
109109
All the *regular* ESAPI jars, with the exception of the ESAPI configuration
110110
jar (i.e., esapi-2.#.#.#-configuration.jar) and its associated detached
111111
GPG signature, are available from Maven Central. The ESAPI configuration

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.owasp.esapi</groupId>
55
<artifactId>esapi</artifactId>
6-
<version>2.6.1.0</version>
6+
<version>2.7.0.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<distributionManagement>

0 commit comments

Comments
 (0)