Skip to content

Commit

Permalink
upgrade version to 3.20.2 version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Nov 21, 2024
1 parent 75f82f5 commit 25a194e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.20.1
systemProp.version=3.20.2
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.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
Expand Down

0 comments on commit 25a194e

Please sign in to comment.