Skip to content

Commit

Permalink
Merge branch 'main' into inherited-test-annotation-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvard authored May 14, 2024
2 parents 5af89f8 + 781ab09 commit 62c3214
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion allure-jooq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation(project(":allure-java-commons-test"))
testImplementation(project(":allure-junit-platform"))
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testRuntimeOnly("org.postgresql:postgresql:42.7.1")
testRuntimeOnly("org.postgresql:postgresql:42.7.3")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion allure-rest-assured/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "Allure Rest-Assured Integration"

val restAssuredVersion = "5.3.1"
val restAssuredVersion = "5.4.0"

dependencies {
api(project(":allure-attachments"))
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ configure(libs) {
apply(plugin = "java")
apply(plugin = "java-library")

val orgSlf4jVersion = "2.0.7"
val orgSlf4jVersion = "2.0.13"
val assertJVersion = "1.9.9.1"

dependencyManagement {
Expand All @@ -160,7 +160,7 @@ configure(libs) {
dependency("javax.annotation:javax.annotation-api:1.3.2")
dependency("net.sourceforge.pmd:pmd-java:6.55.0")
dependency("org.apache.commons:commons-lang3:3.12.0")
dependency("org.apache.httpcomponents:httpclient:4.5.13")
dependency("org.apache.httpcomponents:httpclient:4.5.14")
dependency("org.apache.httpcomponents.client5:httpclient5:5.2.1")
dependency("org.aspectj:aspectjrt:${assertJVersion}")
dependency("org.aspectj:aspectjweaver:${assertJVersion}")
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ pluginManagement {
id("io.qameta.allure-aggregate-report") version "2.11.2"
id("io.qameta.allure-download") version "2.11.2"
id("io.qameta.allure-report") version "2.11.2"
id("io.spring.dependency-management") version "1.1.0"
id("com.google.protobuf") version "0.9.1"
id("io.spring.dependency-management") version "1.1.5"
id("com.google.protobuf") version "0.9.4"
id("com.github.spotbugs") version "6.0.6"
kotlin("jvm") version "1.7.10"
}
Expand Down

0 comments on commit 62c3214

Please sign in to comment.