Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 3421e80 commit ae46ee6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-maven-
- name: 'Setup: Install JDK 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 Down
2 changes: 1 addition & 1 deletion dsmr-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.3</version>
<version>2.8.4</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<!-- 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>

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

Expand All @@ -59,7 +59,7 @@
<kryo.version>5.6.2</kryo.version>

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

0 comments on commit ae46ee6

Please sign in to comment.