From 5d27fa9b1c70faf672ad1d9b2cc4113f6e84bd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:12:16 +0000 Subject: [PATCH] build(deps): bump the patches group with 2 updates Bumps the patches group with 2 updates: [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.1 to 5.4.2 - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.2/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.4.1...rel/v5.4.2) Updates `io.freefair.lombok` from 8.12 to 8.12.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.12...8.12.1) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b92b9a7a..9fd9cc3d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'application' id 'idea' - id "io.freefair.lombok" version '8.12' + id "io.freefair.lombok" version '8.12.1' // https://github.com/qoomon/gradle-git-versioning-plugin id 'me.qoomon.git-versioning' version '6.4.4' // https://github.com/itzg/github-releaser-gradle-plugin @@ -94,7 +94,7 @@ dependencies { // https://github.com/mbknor/mbknor-jackson-jsonSchema implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39' implementation 'com.jayway.jsonpath:json-path:2.9.0' - implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1' + implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2' implementation 'io.projectreactor.netty:reactor-netty-http:1.2.2' implementation 'org.apache.maven:maven-artifact:3.9.9' implementation 'commons-codec:commons-codec:1.18.0'