Skip to content

Commit e6006b7

Browse files
Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (#334)
* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update java version in main.yml * Update firefox version in main.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jainadc9 <93383550+jainadc9@users.noreply.github.com>
1 parent 1cedc93 commit e6006b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: browser-actions/setup-firefox@v1
3434
with:
35-
firefox-version: 'latest'
35+
firefox-version: '140.0esr'
3636
- uses: actions/setup-java@v4
3737
with:
3838
distribution: 'temurin'
39-
java-version: '17'
39+
java-version: '17.0.5+8'
4040

4141
- name: Install Maven
4242
shell: bash
@@ -47,6 +47,7 @@ jobs:
4747
4848
- name: Run unit and functional tests
4949
run: |
50+
mvn clean
5051
mvn test -B
5152
5253

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.apache.commons</groupId>
132132
<artifactId>commons-lang3</artifactId>
133-
<version>3.9</version>
133+
<version>3.18.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.apache.httpcomponents</groupId>

src/functionaltest/java/com/ericsson/ei/frontend/TestSubscriptionHandling.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void testAddSubscriptionAndVerifyForm() throws Exception {
103103
setupMockEndpoints(security, username);
104104
loadAndRefreshSubscriptionPage();
105105
clickAddSubscriptionAndVerifyFormOpen();
106+
Thread.sleep(3000);
106107
clickFormCancelAndVerifyFormClosed();
107108
clickCloneSubscriptionAndVerifyFormOpen();
108109
clickFormCancelAndVerifyFormClosed();

0 commit comments

Comments
 (0)