Skip to content

Commit b7630f9

Browse files
author
nmalve
committed
chore: update utam dependencies
1 parent 7b55cdc commit b7630f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ utam-preview module has dependency from UTAM compiler, version should be same as
5959

6060
The utam-preview module is an example of page objects authoring and compilation. This module also contains Salesforce page objects for default org setup that can be used to build Salesforce UI tests.
6161

62-
__IMPORTANT: Page objects and tests for the Salesforce UI are compatible with application Spring'24__.
62+
__IMPORTANT: Page objects and tests for the Salesforce UI are compatible with application Spring'26__.
6363

6464
> Note: These recipes are designed to work with a generic Salesforce org. If your org has customizations, you might need to modify page objects or tests locally to avoid errors.
6565

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</modules>
1515

1616
<properties>
17-
<utam.framework.version>4.0.3</utam.framework.version>
18-
<salesforce.pageobjects.version>10.0.2</salesforce.pageobjects.version>
17+
<utam.framework.version>4.0.5</utam.framework.version>
18+
<salesforce.pageobjects.version>12.0.0</salesforce.pageobjects.version>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
2121
</properties>

0 commit comments

Comments
 (0)