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 {
120120 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
121121
122122 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 '
124124
125125 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
126126 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testImplementation ' org.assertj:assertj-core:3.27.4'
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1313 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 '
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
1717
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 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 '
88}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :testcontainers' )
55
66 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 '
88 testImplementation ' org.assertj:assertj-core:3.27.4'
99}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 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 '
88 testImplementation ' io.micrometer:micrometer-registry-otlp:1.15.2'
99 testImplementation ' uk.org.webcompere:system-stubs-junit4:2.1.8'
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55
66 testImplementation ' org.mock-server:mockserver-client-java:5.15.0'
77 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 '
99}
1010
1111tasks. japicmp {
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 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 '
88}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
66
77 testImplementation ' org.apache.kafka:kafka-clients:4.0.0'
88 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 '
1010 testImplementation ' org.awaitility:awaitility:4.3.0'
1111}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 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 '
88 testImplementation ' org.assertj:assertj-core:3.27.4'
99
1010}
You can’t perform that action at this time.
0 commit comments