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 Sep 20, 2024
1 parent 93549ce commit e950dbc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .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@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
distribution: 'temurin'
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion generate-sunspec-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modbus-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- In order for everything to work correctly we need at least this version of maven. -->
<maven.minimal.version>3.5.2</maven.minimal.version>

<log4j2.version>2.23.1</log4j2.version>
<log4j2.version>2.24.0</log4j2.version>

<!-- https://github.com/steveohara/j2mod -->
<j2mod.version>3.1.1</j2mod.version>
Expand All @@ -53,7 +53,7 @@
<!-- ============================================== -->

<checkstyle-plugin.version>3.5.0</checkstyle-plugin.version>
<checkstyle.version>10.18.0</checkstyle.version>
<checkstyle.version>10.18.1</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 Expand Up @@ -131,7 +131,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -372,7 +372,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
</dependencies>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion udfs/nifi/nifi-energy-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<inherited>true</inherited>
<executions>
<execution>
Expand Down

0 comments on commit e950dbc

Please sign in to comment.