From 3d3f4d78a64de1b522a73406541479cd544e3b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:46:45 +0000 Subject: [PATCH 1/2] build(deps): bump org.junit.jupiter:junit-jupiter-params Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 91600411..e5b1af03 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.3' //include local jars From da4d28c4cab9cf76bb6b3fe1ef44ba9f0506c6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:20:21 +0100 Subject: [PATCH 2/2] build(deps): bump org.junit.jupiter:junit-jupiter-api (#115) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Berti <44979073+fedex81@users.noreply.github.com> --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e5b1af03..0ddffc85 100644 --- a/build.gradle +++ b/build.gradle @@ -36,10 +36,9 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.3' - //include local jars implementation fileTree(dir: 'lib', include: ['*.jar']) testImplementation fileTree(dir: 'lib', include: ['*.jar'])