Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nielsbasjes committed Feb 2, 2025
1 parent 86d989f commit 066300b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 'Setup: Install JDK 8, 11, 17 & 21'
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
distribution: 'temurin'
java-version: |
Expand All @@ -54,6 +54,6 @@ jobs:
run: mvn -B install

- name: 'Codecov'
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<!-- ============================================== -->
<!-- Apache Nifi -->
<nifi-api.version>2.0.0</nifi-api.version>
<nifi.version>2.1.0</nifi.version>
<nifi.version>2.2.0</nifi.version>

<!-- ============================================== -->

<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
<checkstyle.version>10.21.1</checkstyle.version>
<checkstyle.version>10.21.2</checkstyle.version>
<slf4j.version>2.0.16</slf4j.version>
<rat.version>0.16.1</rat.version>
<jacoco.version>0.8.12</jacoco.version>
Expand Down

0 comments on commit 066300b

Please sign in to comment.