Skip to content

Commit

Permalink
chore(deps): update all dependencies j:cdx-227
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 2214123 commit 2e21076
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down
34 changes: 11 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@actions/core": "^1.10.0",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/config-conventional": "18.1.0",
"@octokit/auth-app": "^6.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-retry</artifactId>
<version>1.7.0</version>
<version>2.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2e21076

Please sign in to comment.