Skip to content

Commit

Permalink
Update ArchUnit version (#406)
Browse files Browse the repository at this point in the history
* feat(kafka): Add kafka listener for reactive and update archunit
* update actions
  • Loading branch information
juancgalvis authored Dec 7, 2023
1 parent aca7879 commit 85cbd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Semantic Release
run: npx [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_P_A_TOKEN }}
- name: Validate code formatting
run: ./gradlew verGJF
- name: Execute build test and report
Expand Down
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 @@ -23,7 +23,7 @@ public final class Constants {
public static final String AWS_BOM_VERSION = "2.20.94";
public static final String COMMONS_JMS_VERSION = "1.2.0";
public static final String GRAPHQL_KICKSTART_VERSION = "15.0.0";
public static final String ARCH_UNIT_VERSION = "1.1.0";
public static final String ARCH_UNIT_VERSION = "1.2.1";
public static final String OKHTTP_VERSION = "4.11.0";
public static final String RESILIENCE_4J_VERSION = "2.0.2";
public static final String BIN_STASH_VERSION = "1.2.0";
Expand Down

0 comments on commit 85cbd0e

Please sign in to comment.