Skip to content

Commit

Permalink
Reverted dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshKumarRA committed Oct 7, 2024
1 parent cbeafd2 commit 1ee4a9a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions allure-grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description = "Allure gRPC Integration"

val agent: Configuration by configurations.creating

val grpcVersion = "1.68.0"
val protobufVersion = "4.28.2"
val grpcVersion = "1.57.2"
val protobufVersion = "4.27.2"

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

val httpClient5Version = "5.4";
val httpClient5Version = "5.3.1";

dependencies {
api(project(":allure-attachments"))
Expand Down
2 changes: 1 addition & 1 deletion allure-jbehave5/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "Allure JBehave 5 Integration"

val jbehaveVersion = "5.2.0"
val jbehaveVersion = "5.1.1"

dependencies {
api(project(":allure-java-commons"))
Expand Down
2 changes: 1 addition & 1 deletion allure-jooq/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "Allure JOOQ Integration"

val jooqVersion = "3.19.13"
val jooqVersion = "3.19.10"

dependencies {
api(project(":allure-java-commons"))
Expand Down
2 changes: 1 addition & 1 deletion allure-jsonunit/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "Allure JsonUnit Integration"

val jsonUnitVersion = "3.4.1"
val jsonUnitVersion = "2.35.0"

dependencies {
api(project(":allure-attachments"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val spotlessDtr by extra("$qualityConfigsDir/spotless")
val libs = subprojects.filterNot { it.name in "allure-bom" }

tasks.withType(Wrapper::class) {
gradleVersion = "8.10.2"
gradleVersion = "8.5"
}

plugins {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1ee4a9a

Please sign in to comment.