Skip to content

Commit

Permalink
chore(deps): bump org.apache.nifi:nifi-framework-api from 1.23.2 to 1…
Browse files Browse the repository at this point in the history
….27.0 (#61)

* chore(deps): bump org.apache.nifi:nifi-framework-api

Bumps org.apache.nifi:nifi-framework-api from 1.23.2 to 1.27.0.

---
updated-dependencies:
- dependency-name: org.apache.nifi:nifi-framework-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: upgrade all NiFi dependencies

* upgrade to Java 17

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benoit Orihuela <[email protected]>
  • Loading branch information
dependabot[bot] and bobeal authored Jul 23, 2024
1 parent 3c19b5a commit 0644392
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions nifi-file-identity-provider-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider-bundle</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</parent>

<artifactId>nifi-file-identity-provider-nar</artifactId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions nifi-file-identity-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider-bundle</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</parent>

<artifactId>nifi-file-identity-provider</artifactId>
Expand Down Expand Up @@ -127,22 +127,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider-bundle</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -73,8 +73,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0644392

Please sign in to comment.