From 227b7333d9eaebeb9079acf78336b859130f62a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:23:25 +0100 Subject: [PATCH 1/5] Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3 (#85) Bumps [org.junit.jupiter:junit-jupiter-engine](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-engine 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34a8079..b3d467f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ dependencies { // testing testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testImplementation 'org.mockito:mockito-core:5.11.0' // util From 4377ee583f875a974d348cd56ef157894b429d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:24:46 +0100 Subject: [PATCH 2/5] Bump commons-io:commons-io from 2.15.1 to 2.16.1 (#87) Bumps commons-io:commons-io from 2.15.1 to 2.16.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b3d467f..88903d4 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.11.0' // util - implementation 'commons-io:commons-io:2.15.1' + implementation 'commons-io:commons-io:2.16.1' implementation 'org.apache.commons:commons-lang3:3.14.0' implementation 'uk.co.conoregan:themoviedbapi:2.1.1' } From 458c864f3fecc71f60b4b40caa9d3049981ffc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:25:01 +0100 Subject: [PATCH 3/5] Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 (#86) 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88903d4..0912cf3 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'org.slf4j:slf4j-simple:2.0.12' // testing - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testImplementation 'org.mockito:mockito-core:5.11.0' From 5c5ced075ce5f11cee4fb6afecfe58594340eac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:25:22 +0100 Subject: [PATCH 4/5] Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (#88) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0912cf3..d57736d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { // testing testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' - testImplementation 'org.mockito:mockito-core:5.11.0' + testImplementation 'org.mockito:mockito-core:5.12.0' // util implementation 'commons-io:commons-io:2.16.1' From 44ad8f94cb09837d88b24be61fcf3d441f250788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:27:11 +0100 Subject: [PATCH 5/5] Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#89) Bumps org.slf4j:slf4j-simple from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d57736d..6e08981 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { dependencies { // logging implementation 'org.slf4j:slf4j-api:2.0.12' - implementation 'org.slf4j:slf4j-simple:2.0.12' + implementation 'org.slf4j:slf4j-simple:2.0.13' // testing testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'