Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion allure-cucumber-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure CucumberJVM Integration"

val agent: Configuration by configurations.creating

val cucumberVersion = "1.2.5"
val cucumberVersion = "1.2.6"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-cucumber4-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure CucumberJVM 4.0"

val agent: Configuration by configurations.creating

val cucumberVersion = "4.7.2"
val cucumberVersion = "4.8.0"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-java-migration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure Java Migration Utils"

val agent: Configuration by configurations.creating

val junitVersion = "4.12"
val junitVersion = "4.13.1"
val testNgVersion = "6.14.3"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion allure-jbehave/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure JBehave Integration"

val agent: Configuration by configurations.creating

val jbehaveVersion = "4.5"
val jbehaveVersion = "4.7"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-jsonunit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure JsonUnit Integration"

val agent: Configuration by configurations.creating

val jsonUnitVersion = "2.11.1"
val jsonUnitVersion = "2.19.0"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-junit4-aspect/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure JUnit 4 Aspect HACK"

val agent: Configuration by configurations.creating

val junitVersion = "4.12"
val junitVersion = "4.13.1"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-junit4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure JUnit 4 Integration"

val agent: Configuration by configurations.creating

val junitVersion = "4.12"
val junitVersion = "4.13.1"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-okhttp3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure OkHttp3 Integration"

val agent: Configuration by configurations.creating

val okhttpVersion = "3.13.1"
val okhttpVersion = "3.14.9"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-rest-assured/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure Rest-Assured Integration"

val agent: Configuration by configurations.creating

val restAssuredVersion = "4.0.0"
val restAssuredVersion = "4.3.1"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-selenide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure Selenide Integration"

val agent: Configuration by configurations.creating

val selenideVersion = "5.12.2"
val selenideVersion = "5.15.1"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-spock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply(plugin = "groovy")

val agent: Configuration by configurations.creating

val spockFrameworkVersion = "1.2-groovy-2.5"
val spockFrameworkVersion = "1.3-groovy-2.5"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
2 changes: 1 addition & 1 deletion allure-spring-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Allure Spring Web Integration"

val agent: Configuration by configurations.creating

val springWebVersion = "5.1.4.RELEASE"
val springWebVersion = "5.2.9.RELEASE"

dependencies {
agent("org.aspectj:aspectjweaver")
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,29 @@ configure(subprojects) {

configure<DependencyManagementExtension> {
imports {
mavenBom("com.fasterxml.jackson:jackson-bom:2.11.2")
mavenBom("com.fasterxml.jackson:jackson-bom:2.11.3")
mavenBom("org.junit:junit-bom:5.7.0")
}
dependencies {
dependency("com.github.tomakehurst:wiremock:2.27.2")
dependency("com.google.inject:guice:4.2.3")
dependency("com.google.testing.compile:compile-testing:0.18")
dependency("com.google.testing.compile:compile-testing:0.19")
dependency("com.squareup.retrofit2:retrofit:2.9.0")
dependency("commons-io:commons-io:2.8.0")
dependency("io.github.benas:random-beans:3.9.0")
dependency("io.github.glytching:junit-extensions:2.4.0")
dependency("org.apache.commons:commons-lang3:3.11")
dependency("org.apache.httpcomponents:httpclient:4.5.12")
dependency("org.apache.httpcomponents:httpclient:4.5.13")
dependency("org.apache.tika:tika-core:1.24.1")
dependency("org.aspectj:aspectjrt:1.9.6")
dependency("org.aspectj:aspectjweaver:1.9.6")
dependency("org.assertj:assertj-core:3.17.2")
dependency("org.codehaus.groovy:groovy-all:2.5.13")
dependency("org.freemarker:freemarker:2.3.30")
dependency("org.jboss.resteasy:resteasy-client:4.5.6.Final")
dependency("org.jboss.resteasy:resteasy-client:4.5.8.Final")
dependency("org.jooq:joor-java-8:0.9.13")
dependency("org.mock-server:mockserver-netty:5.11.1")
dependency("org.mockito:mockito-core:3.5.10")
dependency("org.mockito:mockito-core:3.5.15")
dependencySet("org.slf4j:1.7.30") {
entry("slf4j-api")
entry("slf4j-nop")
Expand Down