Skip to content

Commit

Permalink
Update repository config
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Nov 24, 2024
1 parent bd6c65e commit 3cfe38b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
mavenCentral()
}

val allureVersion = "2.25.0"
val allureVersion = "2.29.0"
val aspectJVersion = "1.9.22.1"

val agent: Configuration by configurations.creating {
Expand Down Expand Up @@ -69,16 +69,16 @@ tasks.withType<Test> {

dependencies {
agent("org.aspectj:aspectjweaver:${aspectJVersion}")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation ("io.rest-assured:rest-assured:5.5.0")
testImplementation("io.rest-assured:json-path:5.5.0")
testImplementation ("io.rest-assured:json-schema-validator:5.5.0")
testImplementation(platform("io.qameta.allure:allure-bom:$allureVersion"))
testImplementation("io.qameta.allure:allure-junit5:$allureVersion")
testImplementation("io.qameta.allure:allure-rest-assured:2.25.0")
testImplementation("io.qameta.allure:allure-rest-assured:$allureVersion")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("ch.qos.logback:logback-core:1.5.6")
testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation("ch.qos.logback:logback-core:1.5.12")
testImplementation("com.google.code.gson:gson:2.11.0")
}
1 change: 0 additions & 1 deletion src/test/java/features/DeleteBooking.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.qameta.allure.Allure;
import io.qameta.allure.Description;
import io.qameta.allure.Epic;
import io.qameta.allure.Feature;
import io.restassured.response.Response;
import org.junit.jupiter.api.*;
Expand Down

0 comments on commit 3cfe38b

Please sign in to comment.