diff --git a/.github/workflows/git-commit-lint.yml b/.github/workflows/git-commit-lint.yml index bb93645f..9f5f3a35 100644 --- a/.github/workflows/git-commit-lint.yml +++ b/.github/workflows/git-commit-lint.yml @@ -6,15 +6,15 @@ jobs: lint: runs-on: ubuntu-latest name: Lint Commit Messages - + steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - - name: Use Node.js 12.x - uses: actions/setup-node@v1 + - name: Use Node.js 20.x + uses: actions/setup-node@v4 with: - node-version: 12.x + node-version: 20 - name: Fetch origin run: git fetch origin - name: Event Sender @@ -22,3 +22,4 @@ jobs: - name: Lint commit message if: ${{ github.event.sender.login != 'dependabot[bot]' }} run: npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json + diff --git a/pom.xml b/pom.xml index db3b2df2..230526ce 100644 --- a/pom.xml +++ b/pom.xml @@ -2,22 +2,21 @@ - 4.0.0 + 4.0.0 kafka.vertx demo - 1.1.3 + 1.1.4 - 3.3.1 - 4.3.6 - 1.2.6 - 2.14.0 + 4.5.10 + 1.5.11 + 2.16.1 5.9.2 2.2 3.0.0-M5 - +