From d70db0c4e628c3e44d4de8e32ef072c30c47d41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 06:51:30 +0000 Subject: [PATCH 1/5] Bump junit from 4.8.2 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.8.2...r4.13.1) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05dab880..a1f97532 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ junit junit - 4.8.2 + 4.13.1 test From baddc81a7922a0c0095eeb4ec3364b30ac5ea7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 06:51:31 +0000 Subject: [PATCH 2/5] Bump spring-expression from 3.2.13.RELEASE to 5.2.20.RELEASE Bumps [spring-expression](https://github.com/spring-projects/spring-framework) from 3.2.13.RELEASE to 5.2.20.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v3.2.13.RELEASE...v5.2.20.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-expression dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05dab880..7e5f93c3 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ org.springframework spring-expression - 3.2.13.RELEASE + 5.2.20.RELEASE From efe6225e7849743bb972c50052a55b392c050523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 06:51:31 +0000 Subject: [PATCH 3/5] Bump spring-beans from 3.2.13.RELEASE to 5.2.20.RELEASE Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 3.2.13.RELEASE to 5.2.20.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v3.2.13.RELEASE...v5.2.20.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05dab880..9db5cb89 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.springframework spring-beans - 3.2.13.RELEASE + 5.2.20.RELEASE org.springframework From 6e370b863bcb8a1771f19f7529c9bf936fc25176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 06:51:32 +0000 Subject: [PATCH 4/5] Bump spring-core from 3.2.13.RELEASE to 5.2.24.RELEASE Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.2.13.RELEASE to 5.2.24.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v3.2.13.RELEASE...v5.2.24.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05dab880..92d7c9d3 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-core - 3.2.13.RELEASE + 5.2.24.RELEASE org.springframework From 0853ab548e85fad79cc136693c4832e1d34f772a Mon Sep 17 00:00:00 2001 From: Joel Brass Date: Mon, 19 Jun 2023 22:02:17 -0700 Subject: [PATCH 5/5] fds --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 39deaf16..ee9b8b6e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,13 +17,13 @@ sourceSets { } dependencies { - compile 'org.springframework:spring-aop:3.2.13.RELEASE', + implementation 'org.springframework:spring-aop:3.2.13.RELEASE', 'org.springframework:spring-beans:3.2.13.RELEASE', 'org.springframework:spring-context:3.2.13.RELEASE', 'org.springframework:spring-core:3.2.13.RELEASE', 'org.springframework:spring-expression:3.2.13.RELEASE' - testCompile 'junit:junit:4.8.2' + testImplementation 'junit:junit:4.8.2' } mainClassName = 'com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Main' \ No newline at end of file