From 5f6215b2c7b9503017f6e3fb8360945fff216ee6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jan 2024 21:21:51 +0000 Subject: [PATCH] chore(deps): update dependency org.apache.commons:commons-text to v1.11.0 (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.commons:commons-text](https://commons.apache.org/proper/commons-text) ([source](https://gitbox.apache.org/repos/asf?p=commons-text.git)) | devDependencies | minor | `1.10.0` -> `1.11.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: fjadmin Reviewed-on: https://git.demo.rattermeyer.de/fjadmin/ci-demo-2/pulls/27 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- ...m.opitzconsulting.demo.ci.java-common-conventions.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/com.opitzconsulting.demo.ci.java-common-conventions.gradle.kts b/buildSrc/src/main/kotlin/com.opitzconsulting.demo.ci.java-common-conventions.gradle.kts index 1a0ef5a..2cf431b 100644 --- a/buildSrc/src/main/kotlin/com.opitzconsulting.demo.ci.java-common-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/com.opitzconsulting.demo.ci.java-common-conventions.gradle.kts @@ -16,7 +16,7 @@ repositories { dependencies { constraints { // Define dependency versions as constraints - implementation("org.apache.commons:commons-text:1.10.0") + implementation("org.apache.commons:commons-text:1.11.0") } // Use JUnit Jupiter for testing.