Skip to content

Commit 1413e44

Browse files
Bump io.rest-assured:rest-assured from 5.5.0 to 5.5.5 in /examples
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.0 to 5.5.5. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.0...rest-assured-5.5.5) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00a8133 commit 1413e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ollama-hugging-face/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testImplementation 'org.assertj:assertj-core:3.26.3'
1212
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
1313
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
14-
testImplementation 'io.rest-assured:rest-assured:5.5.0'
14+
testImplementation 'io.rest-assured:rest-assured:5.5.5'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}
1717

0 commit comments

Comments
 (0)