From 188d5ae14bdc44d015d916296546ae1ec487adb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:04:21 +0000 Subject: [PATCH] build(deps): bump the patches group with 2 updates Bumps the patches group with 2 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `io.freefair.lombok` from 8.10 to 8.10.2 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.10...8.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter 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 214055c2..3762b20d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'java' id 'application' id 'idea' - id "io.freefair.lombok" version '8.10' + id "io.freefair.lombok" version '8.10.2' // 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 @@ -112,7 +112,7 @@ dependencies { // https://github.com/webcompere/model-assert // for json assertions testImplementation 'uk.org.webcompere:model-assert:1.0.3' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' // would like to transition these to wiremock testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0'