Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 1c225b8

Browse files
committed
up version
1 parent 76b2df7 commit 1c225b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
```groovy
2323
// Typical microservices setup (Web API + DB + MQ) testing:
24-
testImplementation "io.github.adven27:exam-ms:5.1.0"
24+
testImplementation "io.github.adven27:exam-ms:5.1.1"
2525
2626
//same as:
27-
//testImplementation "io.github.adven27:exam-ws:5.1.0"
28-
//testImplementation "io.github.adven27:exam-db:5.1.0"
29-
//testImplementation "io.github.adven27:exam-mq:5.1.0"
27+
//testImplementation "io.github.adven27:exam-ws:5.1.1"
28+
//testImplementation "io.github.adven27:exam-db:5.1.1"
29+
//testImplementation "io.github.adven27:exam-mq:5.1.1"
3030
3131
// UI testing
32-
testImplementation "io.github.adven27:exam-ui:5.1.0"
32+
testImplementation "io.github.adven27:exam-ui:5.1.1"
3333
```
3434
### 2) Use
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
ext.restAssured_version = '4.3.3'
66
ext.wiremock_version = '2.27.2'
77
ext.klogging_version = '2.0.6'
8-
ext.libVersion = '5.1.0'
8+
ext.libVersion = '5.1.1'
99
repositories {
1010
mavenCentral()
1111
}

0 commit comments

Comments
 (0)