From 4b9ebdfb31c463e96596ccdbe800632ff9a65246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:24:32 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured from 5.5.5 to 5.5.6 in /modules/ollama Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.5.5 to 5.5.6. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.5.5...rest-assured-5.5.6) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/ollama/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ollama/build.gradle b/modules/ollama/build.gradle index ece97e4a389..a0256ba7150 100644 --- a/modules/ollama/build.gradle +++ b/modules/ollama/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.4' - testImplementation 'io.rest-assured:rest-assured:5.5.5' + testImplementation 'io.rest-assured:rest-assured:5.5.6' }