From 78c504b0561705ce2f5a32fb73f53acdc38dd8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:14:10 +0000 Subject: [PATCH] Bump org-gretty from 4.1.2 to 4.1.3 Bumps `org-gretty` from 4.1.2 to 4.1.3. Updates `org.gretty:gretty-runner-jetty11` from 4.1.2 to 4.1.3 - [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.2...v4.1.3) Updates `org.gretty:gretty-runner-tomcat10` from 4.1.2 to 4.1.3 - [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.2...v4.1.3) Updates `org.gretty:gretty-starter` from 4.1.2 to 4.1.3 - [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.2...v4.1.3) --- 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 1b9b79c6..c6fd0132 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ ch-qos-logback = "1.4.14" jakarta-websocket = "2.1.1" org-apache-derby = "10.16.1.1" org-codehaus-groovy = "3.0.21" -org-gretty = "4.1.2" +org-gretty = "4.1.3" org-mongodb = "4.8.2" org-slf4j = "2.0.12" org-testcontainers = "1.17.6"