File tree 18 files changed +18
-18
lines changed
vividus-agent-reportportal
vividus-extension-web-app
vividus-plugin-azure-cosmos-db
vividus-plugin-azure-storage-account
vividus-plugin-azure-storage-queue
vividus-plugin-web-app-to-rest-api
vividus-to-zephyr-exporter
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
implementation project(' :vividus-engine' )
5
5
implementation project(' :vividus-soft-assert' )
6
6
implementation project(' :vividus-reporter' )
7
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
7
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
8
8
implementation platform(group : ' org.springframework' , name : ' spring-framework-bom' , version : ' 6.2.5' )
9
9
implementation(group : ' org.springframework' , name : ' spring-context' )
10
10
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
20
20
implementation platform(group : ' org.springframework' , name : ' spring-framework-bom' , version : ' 6.2.5' )
21
21
implementation(group : ' org.springframework' , name : ' spring-core' )
22
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
22
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
23
23
implementation(group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.3.1' )
24
24
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
25
25
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
implementation project(' :vividus-reporter' )
7
7
implementation project(' :vividus-util' )
8
8
9
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
9
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
10
10
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
11
11
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
12
12
implementation(group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4' )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation platform(group : ' org.springframework' , name : ' spring-framework-bom' , version : ' 6.2.5' )
13
13
implementation(group : ' org.springframework' , name : ' spring-beans' )
14
14
implementation(group : ' org.springframework' , name : ' spring-context' )
15
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
15
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
16
16
implementation(group : ' jakarta.inject' , name : ' jakarta.inject-api' , version : ' 2.0.1' )
17
17
runtimeOnly(group : ' org.vividus' , name : ' jbehave-spring' , version : versions. jbehave)
18
18
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project.description = 'VIVIDUS extension for plugins testing application with gr
5
5
implementation project(' :vividus-reporter' )
6
6
implementation project(' :vividus-util' )
7
7
8
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
8
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
9
9
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
10
10
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project.description = 'VIVIDUS extension for web application testing plugins'
5
5
implementation project(' :vividus-soft-assert' )
6
6
implementation project(' :vividus-http-client' )
7
7
implementation project(' :vividus-util' )
8
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
8
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
9
9
implementation platform(group : ' org.springframework' , name : ' spring-framework-bom' , version : ' 6.2.5' )
10
10
implementation(group : ' org.springframework' , name : ' spring-context' )
11
11
implementation(group : ' org.springframework' , name : ' spring-core' )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
implementation project(' :vividus-http-client' )
5
5
implementation project(' :vividus-util' )
6
6
7
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
7
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
8
8
9
9
testImplementation(group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-properties' )
10
10
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
implementation project(' :vividus-extension-azure' )
8
8
implementation platform(group : ' com.azure' , name : ' azure-sdk-bom' , version : ' 1.2.32' )
9
9
implementation(group : ' com.azure' , name : ' azure-cosmos' )
10
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
10
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
11
11
12
12
testImplementation platform(group : ' org.junit' , name : ' junit-bom' , version : ' 5.12.2' )
13
13
testImplementation(group : ' org.junit.jupiter' , name : ' junit-jupiter' )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
implementation platform(group : ' com.azure' , name : ' azure-sdk-bom' , version : ' 1.2.32' )
9
9
implementation(group : ' com.azure' , name : ' azure-storage-blob' )
10
10
implementation(group : ' com.azure' , name : ' azure-storage-file-share' )
11
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
11
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
12
12
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
13
13
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
14
14
implementation(group : ' org.apache.tika' , name : ' tika-core' , version : ' 3.1.0' )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
implementation project(' :vividus-extension-azure' )
7
7
implementation platform(group : ' com.azure' , name : ' azure-sdk-bom' , version : ' 1.2.32' )
8
8
implementation(group : ' com.azure' , name : ' azure-storage-queue' )
9
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
9
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
10
10
11
11
testImplementation platform(group : ' org.junit' , name : ' junit-bom' , version : ' 5.12.2' )
12
12
testImplementation(group : ' org.junit.jupiter' , name : ' junit-jupiter' )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
implementation(group : ' org.springframework' , name : ' spring-jdbc' )
11
11
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
12
12
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
13
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
13
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
14
14
implementation(group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.17.0' )
15
15
16
16
testCompileOnly(group : ' com.github.spotbugs' , name : ' spotbugs-annotations' , version : spotbugsVersion)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
exclude (group : ' io.qameta.allure' )
15
15
}
16
16
implementation(group : ' com.networknt' , name : ' json-schema-validator' , version : ' 1.5.6' );
17
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
17
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
18
18
19
19
testImplementation platform(group : ' org.junit' , name : ' junit-bom' , version : ' 5.12.2' )
20
20
testImplementation(group : ' org.junit.jupiter' , name : ' junit-jupiter' )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
implementation project(' :vividus-util' )
6
6
implementation project(' :vividus-extension-selenium' )
7
7
8
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
8
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
9
9
implementation(group : ' com.saucelabs' , name : ' ci-sauce' , version : ' 1.183' )
10
10
11
11
testImplementation platform(group : ' org.junit' , name : ' junit-bom' , version : ' 5.12.2' )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(group : ' de.hs-heilbronn.mi' , name : ' crawler4j-with-hsqldb' , version : ' 5.1.1' ) {
16
16
exclude module : ' log4j-slf4j-impl'
17
17
}
18
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
18
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
19
19
20
20
compileOnly project(' :vividus-plugin-web-app' )
21
21
compileOnly project(' :vividus-plugin-web-app-playwright' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project.description = 'VIVIDUS reporter'
2
2
3
3
dependencies {
4
4
implementation project(' :vividus-util' )
5
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
5
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
6
6
implementation(group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.17.0' )
7
7
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
8
8
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
implementation project(' :vividus-test-context' )
7
7
implementation platform(group : ' org.slf4j' , name : ' slf4j-bom' , version : ' 2.0.17' )
8
8
implementation(group : ' org.slf4j' , name : ' slf4j-api' )
9
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
9
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
10
10
11
11
testImplementation platform(group : ' org.junit' , name : ' junit-bom' , version : ' 5.12.2' )
12
12
testImplementation(group : ' org.junit.jupiter' , name : ' junit-jupiter' )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation project(' :vividus-facade-jira' )
32
32
implementation project(' :vividus-exporter-commons' )
33
33
34
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
34
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
35
35
implementation(group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.17.0' )
36
36
37
37
implementation(group : ' com.jayway.jsonpath' , name : ' json-path' )
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
91
91
implementation(group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4' )
92
92
implementation(group : ' commons-codec' , name : ' commons-codec' , version : ' 1.18.0' )
93
93
implementation(group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0' )
94
- implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.7 -jre' )
94
+ implementation(group : ' com.google.guava' , name : ' guava' , version : ' 33.4.8 -jre' )
95
95
implementation(group : ' io.github.classgraph' , name : ' classgraph' , version : ' 4.8.179' )
96
96
implementation(group : ' io.github.java-diff-utils' , name : ' java-diff-utils' , version : ' 4.15' )
97
97
implementation(group : ' org.apache.commons' , name : ' commons-jexl3' , version : ' 3.4.0' )
You can’t perform that action at this time.
0 commit comments