From e61f598fb6b8b244bf1d7ab1abc6d43c9897844a Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 19 Sep 2024 21:53:57 +0000 Subject: [PATCH] upgrade version to 3.17.25 version [skip ci] --- CHANGELOG.md | 25 ++++++++++++++----- gradle.properties | 2 +- .../java/co/com/bancolombia/Constants.java | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e75872..6c1dd249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,26 @@ ## [Unreleased](https://github.com/bancolombia/scaffold-clean-architecture/tree/HEAD) -[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.17.24...HEAD) +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.17.25...HEAD) + +**Closed issues:** + +- Error applying update with name 3.6.1-\>3.6.2: Add ArchUnit issues export to sonar [\#512](https://github.com/bancolombia/scaffold-clean-architecture/issues/512) +- Error applying update with name 3.6.1-\>3.6.2: Add ArchUnit issues export to sonar [\#436](https://github.com/bancolombia/scaffold-clean-architecture/issues/436) + +## [v3.17.25](https://github.com/bancolombia/scaffold-clean-architecture/tree/v3.17.25) (2024-09-19) + +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.17.24...v3.17.25) **Closed issues:** - \[Enhancement\] The architecture naming rules should be configurable [\#393](https://github.com/bancolombia/scaffold-clean-architecture/issues/393) - \[Documentation\] Add to documentation how skip Architecture Tests [\#392](https://github.com/bancolombia/scaffold-clean-architecture/issues/392) +**Merged pull requests:** + +- fix\(archunitsonar\): Fix UpgradeAction for jacoco merged report adding arch unit issues to sonar [\#549](https://github.com/bancolombia/scaffold-clean-architecture/pull/549) ([juancgalvis](https://github.com/juancgalvis)) + ## [v3.17.24](https://github.com/bancolombia/scaffold-clean-architecture/tree/v3.17.24) (2024-09-19) [Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.17.23...v3.17.24) @@ -1162,15 +1175,15 @@ ## [2.0.0](https://github.com/bancolombia/scaffold-clean-architecture/tree/2.0.0) (2021-11-17) -[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/untagged-e6951c62b2620cdb7ffd...2.0.0) +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v2.0.0RELEASE...2.0.0) -## [untagged-e6951c62b2620cdb7ffd](https://github.com/bancolombia/scaffold-clean-architecture/tree/untagged-e6951c62b2620cdb7ffd) (2021-11-16) +## [v2.0.0RELEASE](https://github.com/bancolombia/scaffold-clean-architecture/tree/v2.0.0RELEASE) (2021-11-16) -[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v2.0.0RELEASE...untagged-e6951c62b2620cdb7ffd) +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/untagged-e6951c62b2620cdb7ffd...v2.0.0RELEASE) -## [v2.0.0RELEASE](https://github.com/bancolombia/scaffold-clean-architecture/tree/v2.0.0RELEASE) (2021-11-16) +## [untagged-e6951c62b2620cdb7ffd](https://github.com/bancolombia/scaffold-clean-architecture/tree/untagged-e6951c62b2620cdb7ffd) (2021-11-16) -[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/1.9.9...v2.0.0RELEASE) +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/1.9.9...untagged-e6951c62b2620cdb7ffd) **Implemented enhancements:** diff --git a/gradle.properties b/gradle.properties index de4db2c3..bf076ef6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ package=co.com.bancolombia -systemProp.version=3.17.24 +systemProp.version=3.17.25 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 292f256c..d831af15 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.17.24"; + public static final String PLUGIN_VERSION = "3.17.25"; public static final String DEPENDENCY_CHECK_VERSION = "10.0.4"; public static final String PITEST_VERSION = "1.15.0"; // custom