Skip to content

Commit bb09dd3

Browse files
committed
Consistent versioning
1 parent d3e9580 commit bb09dd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/galasa-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🧪 CBSA End-to-End Test Suite with Galasa
2-
This repository contains automated tests for the **CICS Banking Sample Application (CBSA)**, using the [Galasa Framework](https:/galasa.dev/) to validate both its **mainframe** and **web UI** components.
2+
This repository contains automated tests for the **CICS Banking Sample Application (CBSA)**, using the [Galasa Framework](https:/galasa.dev/) to validate both its **mainframe** and **web UI** components. It uses version 0.44.0 of Galasa.
33
---
44
## 📋 Table of Contents
55
- [Overview](#overview)
@@ -15,7 +15,7 @@ This repository contains automated tests for the **CICS Banking Sample Applicati
1515
- [License](#license)
1616
---
1717
## 📘 Overview
18-
This repository contains automated tests for the **CICS Banking Sample Application (CBSA)** — a hybrid enterprise application thatcombines:
18+
This repository contains automated tests for the **CICS Banking Sample Application (CBSA)** — a hybrid enterprise application that combines:
1919
- A **modern React-based web user interface**
2020
- A **mainframe-based 3270 terminal interface**
2121
The tests are written using the [Galasa Framework](https://galasa.dev/), which allows seamless integration of both mainframe and web UI testing in a single, unified framework.

etc/galasa-tests/com.ibm.cics.cip.cbsa.galasa.tests.install/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version = '0.0.1'
2626
// What are the dependencies of the test code ?
2727
// When more managers and dependencies are added, this list will need to grow.
2828
dependencies {
29-
implementation platform('dev.galasa:galasa-bom:0.39.0')
29+
implementation platform('dev.galasa:galasa-bom:0.44.0')
3030
implementation project(':com.ibm.cics.cip.cbsa.galasa.tests.manager')
3131

3232
implementation 'dev.galasa:dev.galasa'

0 commit comments

Comments
 (0)