Skip to content

Commit

Permalink
upgrade version to 3.17.25 version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Sep 19, 2024
1 parent fe0e08f commit e61f598
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main/java/co/com/bancolombia/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e61f598

Please sign in to comment.