From 3173df5487dece2f80fed1ba244d352644cb498b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 03:17:43 +0000 Subject: [PATCH] Bump org-gretty from 4.1.0 to 4.1.1 Bumps `org-gretty` from 4.1.0 to 4.1.1. Updates `org.gretty:gretty-runner-jetty11` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases) - [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md) - [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.0...v4.1.1) Updates `org.gretty:gretty-runner-tomcat10` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases) - [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md) - [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.0...v4.1.1) Updates `org.gretty:gretty-starter` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases) - [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md) - [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.gretty:gretty-runner-jetty11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.gretty:gretty-runner-tomcat10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.gretty:gretty-starter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0bef3e0e..854bc960 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ io-projectreactor = "3.5.11" jakarta-websocket = "2.1.1" org-apache-derby = "10.16.1.1" org-codehaus-groovy = "3.0.19" -org-gretty = "4.1.0" +org-gretty = "4.1.1" org-mockito = "4.8.1" org-mongodb = "4.8.2" org-slf4j = "2.0.9"