Skip to content

Commit

Permalink
upgrade version to 3.20.9 version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Jan 10, 2025
1 parent 0627291 commit a6f6912
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v3.20.9](https://github.com/bancolombia/scaffold-clean-architecture/tree/v3.20.9) (2025-01-10)

[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.20.8...v3.20.9)

**Merged pull requests:**

- build\(deps\): bump actions/upload-artifact from 4.5.0 to 4.6.0 [\#615](https://github.com/bancolombia/scaffold-clean-architecture/pull/615) ([dependabot[bot]](https://github.com/apps/dependabot))
- build\(deps\): bump step-security/harden-runner from 2.10.2 to 2.10.3 [\#614](https://github.com/bancolombia/scaffold-clean-architecture/pull/614) ([dependabot[bot]](https://github.com/apps/dependabot))
- test: add entry points tests to cover cors and security headers [\#613](https://github.com/bancolombia/scaffold-clean-architecture/pull/613) ([santicalleg](https://github.com/santicalleg))
- fix\(deps\): update dependencies [\#611](https://github.com/bancolombia/scaffold-clean-architecture/pull/611) ([app-toolkit-opensource-innersource[bot]](https://github.com/apps/app-toolkit-opensource-innersource))
- build\(deps\): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 [\#610](https://github.com/bancolombia/scaffold-clean-architecture/pull/610) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.20.8](https://github.com/bancolombia/scaffold-clean-architecture/tree/v3.20.8) (2024-12-28)

[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture/compare/v3.20.7...v3.20.8)
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.8
systemProp.version=3.20.9
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 @@ -29,7 +29,7 @@ public final class Constants {
public static final String JACOCO_VERSION = "0.8.12";
public static final String SONAR_VERSION = "6.0.1.5171";
public static final String COBERTURA_VERSION = "4.0.0";
public static final String PLUGIN_VERSION = "3.20.8";
public static final String PLUGIN_VERSION = "3.20.9";
public static final String DEPENDENCY_CHECK_VERSION = "11.1.1";
public static final String PITEST_VERSION = "1.15.0";
// custom
Expand Down

0 comments on commit a6f6912

Please sign in to comment.