File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
examples/ollama-hugging-face Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ dependencies {
120
120
testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
121
121
122
122
testImplementation ' org.assertj:assertj-core:3.27.4'
123
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
123
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
124
124
125
125
jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
126
126
jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
testImplementation ' org.assertj:assertj-core:3.27.4'
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
13
13
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
14
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
14
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
15
15
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' org.assertj:assertj-core:3.27.4'
7
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
8
8
}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' com.ecwid.consul:consul-api:1.4.5'
7
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
8
8
testImplementation ' org.assertj:assertj-core:3.27.4'
9
9
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' org.assertj:assertj-core:3.27.4'
7
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
8
8
testImplementation ' io.micrometer:micrometer-registry-otlp:1.15.2'
9
9
testImplementation ' uk.org.webcompere:system-stubs-junit4:2.1.8'
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
6
6
testImplementation ' org.mock-server:mockserver-client-java:5.15.0'
7
7
testImplementation ' org.assertj:assertj-core:3.27.4'
8
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
8
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
9
9
}
10
10
11
11
tasks. japicmp {
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' org.assertj:assertj-core:3.27.4'
7
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
8
8
}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
6
6
7
7
testImplementation ' org.apache.kafka:kafka-clients:4.0.0'
8
8
testImplementation ' org.assertj:assertj-core:3.27.4'
9
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
9
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
10
10
testImplementation ' org.awaitility:awaitility:4.3.0'
11
11
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' com.bettercloud:vault-java-driver:5.1.0'
7
- testImplementation ' io.rest-assured:rest-assured:5.5.5 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.5.6 '
8
8
testImplementation ' org.assertj:assertj-core:3.27.4'
9
9
10
10
}
You can’t perform that action at this time.
0 commit comments