Skip to content

Commit eeed043

Browse files
authored
bump dependencies (via allure-framework#482)
1 parent 5365fdd commit eeed043

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

allure-cucumber-jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure CucumberJVM Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val cucumberVersion = "1.2.5"
5+
val cucumberVersion = "1.2.6"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-cucumber4-jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure CucumberJVM 4.0"
22

33
val agent: Configuration by configurations.creating
44

5-
val cucumberVersion = "4.7.2"
5+
val cucumberVersion = "4.8.0"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-java-migration/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure Java Migration Utils"
22

33
val agent: Configuration by configurations.creating
44

5-
val junitVersion = "4.12"
5+
val junitVersion = "4.13.1"
66
val testNgVersion = "6.14.3"
77

88
dependencies {

allure-jbehave/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure JBehave Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val jbehaveVersion = "4.5"
5+
val jbehaveVersion = "4.7"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-jsonunit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure JsonUnit Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val jsonUnitVersion = "2.11.1"
5+
val jsonUnitVersion = "2.19.0"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-junit4-aspect/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure JUnit 4 Aspect HACK"
22

33
val agent: Configuration by configurations.creating
44

5-
val junitVersion = "4.12"
5+
val junitVersion = "4.13.1"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-junit4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure JUnit 4 Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val junitVersion = "4.12"
5+
val junitVersion = "4.13.1"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-okhttp3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure OkHttp3 Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val okhttpVersion = "3.13.1"
5+
val okhttpVersion = "3.14.9"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-rest-assured/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure Rest-Assured Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val restAssuredVersion = "4.0.0"
5+
val restAssuredVersion = "4.3.1"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

allure-selenide/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Allure Selenide Integration"
22

33
val agent: Configuration by configurations.creating
44

5-
val selenideVersion = "5.12.2"
5+
val selenideVersion = "5.15.1"
66

77
dependencies {
88
agent("org.aspectj:aspectjweaver")

0 commit comments

Comments
 (0)