Skip to content

Commit d082127

Browse files
authored
Update OpenAM version to 16.0.5 (#43)
1 parent 3943fcb commit d082127

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

jee-agents-sdk/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,10 @@
187187
<groupId>jakarta.platform</groupId>
188188
<artifactId>jakarta.jakartaee-api</artifactId>
189189
</dependency>
190-
<!-- <dependency> -->
191-
<!-- <groupId>external</groupId> -->
192-
<!-- <artifactId>esapiport</artifactId> -->
193-
<!-- </dependency> -->
194-
<dependency>
190+
<dependency>
195191
<groupId>org.owasp.esapi</groupId>
196192
<artifactId>esapi</artifactId>
193+
<classifier>jakarta</classifier>
197194
<exclusions>
198195
<exclusion>
199196
<groupId>org.owasp.antisamy</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<packaging>pom</packaging>
3131
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
3232
<properties>
33-
<openam.version>16.0.3</openam.version>
33+
<openam.version>16.0.5</openam.version>
3434
<!-- <websphere.libraries.v61.system.path>/var/tmp/extlib/websphere/v61</websphere.libraries.v61.system.path> -->
3535
<!-- <com.ibm.ws.runtime.v61.version>6.1.0</com.ibm.ws.runtime.v61.version> -->
3636
<!-- <weblogic.libraries.v10.system.path>/var/tmp/extlib/weblogic/v10</weblogic.libraries.v10.system.path> -->

0 commit comments

Comments
 (0)