From 07d63715f52903c5fe0a577e81b60e74dd118b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:54:25 +0000 Subject: [PATCH] Bump org-gretty from 4.1.1 to 4.1.2 Bumps `org-gretty` from 4.1.1 to 4.1.2. Updates `org.gretty:gretty-runner-jetty11` from 4.1.1 to 4.1.2 - [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.1...v4.1.2) Updates `org.gretty:gretty-runner-tomcat10` from 4.1.1 to 4.1.2 - [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.1...v4.1.2) Updates `org.gretty:gretty-starter` from 4.1.1 to 4.1.2 - [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.1...v4.1.2) --- 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 85f532bf..c530aa08 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.20" -org-gretty = "4.1.1" +org-gretty = "4.1.2" org-mongodb = "4.8.2" org-slf4j = "2.0.11" org-testcontainers = "1.17.6"