From 25a194e97af79fd6fd883000b2d0be7a09db27bc Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 21 Nov 2024 19:53:31 +0000 Subject: [PATCH] upgrade version to 3.20.2 version [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 2 +- src/main/java/co/com/bancolombia/Constants.java | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a1cc0f..dbe9d95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v3.20.2](https://github.com/bancolombia/scaffold-clean-architecture/tree/v3.20.2) (2024-11-21) + +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.20.1...v3.20.2) + +**Closed issues:** + +- UpgradeAction for gradle 8.11 duplicates java block if this is executed in multiple times [\#585](https://github.com/bancolombia/scaffold-clean-architecture/issues/585) + +**Merged pull requests:** + +- fix\(build\): Update reactive commons templates [\#589](https://github.com/bancolombia/scaffold-clean-architecture/pull/589) ([juancgalvis](https://github.com/juancgalvis)) +- build\(deps\): bump github/codeql-action from 3.27.4 to 3.27.5 [\#588](https://github.com/bancolombia/scaffold-clean-architecture/pull/588) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump actions/dependency-review-action from 4.4.0 to 4.5.0 [\#587](https://github.com/bancolombia/scaffold-clean-architecture/pull/587) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump step-security/harden-runner from 2.10.1 to 2.10.2 [\#584](https://github.com/bancolombia/scaffold-clean-architecture/pull/584) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v3.20.1](https://github.com/bancolombia/scaffold-clean-architecture/tree/v3.20.1) (2024-11-20) [Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.20.0...v3.20.1) diff --git a/gradle.properties b/gradle.properties index cf657ae7..a21c4bd2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ package=co.com.bancolombia -systemProp.version=3.20.1 +systemProp.version=3.20.2 simulateRest=true systemProp.sonar.gradle.skipCompile=true \ No newline at end of file diff --git a/src/main/java/co/com/bancolombia/Constants.java b/src/main/java/co/com/bancolombia/Constants.java index 4825ef28..073bb907 100644 --- a/src/main/java/co/com/bancolombia/Constants.java +++ b/src/main/java/co/com/bancolombia/Constants.java @@ -28,7 +28,7 @@ public final class Constants { public static final String JACOCO_VERSION = "0.8.12"; public static final String SONAR_VERSION = "5.1.0.4882"; public static final String COBERTURA_VERSION = "4.0.0"; - public static final String PLUGIN_VERSION = "3.20.1"; + public static final String PLUGIN_VERSION = "3.20.2"; public static final String DEPENDENCY_CHECK_VERSION = "11.1.0"; public static final String PITEST_VERSION = "1.15.0"; // custom