Skip to content

Commit 54cee55

Browse files
authored
Update OpenAM version 16.0.6 (#46)
1 parent c0b26b1 commit 54cee55

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

  • jee-agents-distribution/jee-agents-destribution-integration-tests

jee-agents-distribution/jee-agents-destribution-integration-tests/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Header, with the fields enclosed by brackets [] replaced by your own identifying
1414
* information: "Portions copyright [year] [name of copyright owner]".
1515
*
16-
* Copyright 2025 3A Systems LLC.
16+
* Copyright 2025-2026 3A Systems LLC.
1717
*
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -96,7 +96,12 @@
9696
<artifactId>testng</artifactId>
9797
<scope>test</scope>
9898
</dependency>
99-
99+
<dependency>
100+
<groupId>org.assertj</groupId>
101+
<artifactId>assertj-core</artifactId>
102+
<version>3.27.7</version>
103+
<scope>test</scope>
104+
</dependency>
100105
</dependencies>
101106
<build>
102107
<plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Header, with the fields enclosed by brackets [] replaced by your own identifying
1616
* information: "Portions copyright [year] [name of copyright owner]".
1717
*
18-
* Portions copyright 2023-2025 3A Systems LLC
18+
* Portions copyright 2023-2026 3A Systems LLC
1919
*
2020
-->
2121
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -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.5</openam.version>
33+
<openam.version>16.0.6</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)