2lambda123 / NorthropGrumman-nifi

Apache License 2.0
0 stars 0 forks source link

Bump the maven group across 11 directories with 23 updates #4

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/2lambda123/NorthropGrumman-nifi/network/alerts).
cr-gpt[bot] commented 3 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

git-greetings[bot] commented 3 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

code-companion-ai[bot] commented 3 months ago

Processing PR updates...

performance-testing-bot[bot] commented 3 months ago

Unable to locate .performanceTestingBot config file

codesyncapp[bot] commented 3 months ago

Check out the playback for this Pull Request here.

coderabbitai[bot] commented 3 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
sweep-ai[bot] commented 3 months ago

Sweep: PR Review

nifi-commons/nifi-expression-language/pom.xml

The version of the json-path dependency has been updated from 2.4.0 to 2.9.0.

Sweep Found These Issues

  • Updating the json-path dependency from version 2.4.0 to 2.9.0 may introduce compatibility issues or unexpected behavior if there are breaking changes between these versions.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-commons%2Fnifi-expression-language%2Fpom.xml#L84 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-8dec77ebd511ca9dd2f84caaa49d7ed2392a14ae4bbc1e7f23f9a8327404c5e8R84)

nifi-commons/nifi-flowfile-packager/pom.xml

The version of the commons-compress dependency has been updated from 1.20 to 1.26.0.


nifi-commons/nifi-security-utils/pom.xml

The version of the commons-configuration2 dependency was updated from 2.6 to 2.10.1.


nifi-commons/nifi-site-to-site-client/pom.xml

The version of the httpclient library has been updated from 4.5.5 to 4.5.13 in the pom.xml file.


nifi-commons/nifi-socket-utils/pom.xml

The pull request updates the versions of the commons-net and commons-io dependencies to 3.9.0 and 2.7, respectively.


nifi-commons/nifi-web-utils/pom.xml

The version of the org.apache.httpcomponents:httpclient dependency has been updated from 4.5.6 to 4.5.13.


nifi-external/nifi-example-bundle/nifi-nifi-example-processors/pom.xml

The version of the commons-io dependency was updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml

The version of the jettison dependency was updated from 1.1 to 1.5.4 to ensure the project uses a more recent version of the library.


nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml

The version of the org.apache.avro dependency has been updated from 1.8.1 to 1.11.3.

Sweep Found These Issues

  • Updating the Avro library from version 1.8.1 to 1.11.3 may introduce compatibility issues or require code changes if there are breaking changes between these versions.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-avro-bundle%2Fnifi-avro-processors%2Fpom.xml#L42 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-6badf2c53f84cb22373036dba7fe8cd18fc55e39594881041d3ae9ea73064bd7R42)

nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml

The pull request updates the versions of the gson and httpclient dependencies in the pom.xml file.


nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml

Updated Gson library version from 2.7 to 2.8.9.


nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml

The version of the Avro dependency was updated from 1.8.1 to 1.11.3.

Sweep Found These Issues

  • Updating the Avro dependency to version 1.11.3 may introduce compatibility issues if the rest of the codebase relies on behavior specific to version 1.8.1.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-cassandra-bundle%2Fnifi-cassandra-processors%2Fpom.xml#L55 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-c3a61e5a1786c8e36e8a8bb8b2613a21368903278eda91bbd17d5568fa95bbbfR55)

nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml

The pull request updates the versions of three dependencies: commons-io from 2.6 to 2.7, com.jayway.jsonpath:json-path from 2.4.0 to 2.9.0, and org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.13.


nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml

The version of the commons-io dependency was updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml

The pull request updates the versions of the commons-io and json-path dependencies to newer versions.


nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml

Updated the commons-net dependency version from 3.6 to 3.9.0.


nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml

The changes update the versions of several dependencies to their latest versions, ensuring the project benefits from the latest features and bug fixes.

Sweep Found These Issues

  • Updating the org.apache.avro:avro dependency from 1.8.1 to 1.11.3 may introduce breaking changes or require code adjustments to maintain compatibility with the new version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-database-utils%2Fpom.xml#L50 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-ce835ea7072706d37e61c679ee24479a956a79256ab7f88986901d250e0a04daR50)
  • Updating the H2 database library from version 1.4.187 to 2.2.220 may introduce compatibility issues if the project relies on deprecated or changed features between these versions.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-database-utils%2Fpom.xml#L78 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-ce835ea7072706d37e61c679ee24479a956a79256ab7f88986901d250e0a04daR78)

nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml

The version of the httpclient dependency has been updated from 4.5.5 to 4.5.13.


nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml

Updated the versions of org.apache.avro:avro and commons-io:commons-io dependencies in the pom.xml file.

Sweep Found These Issues

  • Updating commons-io:commons-io from 2.6 to 2.7 may introduce breaking changes or incompatibilities with existing code that relies on the older version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-record-utils%2Fnifi-avro-record-utils%2Fpom.xml#L40 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-1005bbb6a5314ea0192e5beeb61264b4206bab5404e0282bb46d1ad72c00cd84R40)

nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-stateless/pom.xml

The pull request updates the versions of the gson and junit dependencies to newer versions.


nifi-nar-bundles/nifi-framework-bundle/pom.xml

The pull request updates several dependencies to newer versions, potentially incorporating bug fixes, performance improvements, and new features that could impact various functionalities within the project.

Sweep Found These Issues

  • Updating the h2 dependency from version 1.3.176 to 2.2.220 may introduce significant changes that could impact database interactions and require thorough testing to ensure compatibility.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-framework-bundle%2Fpom.xml#L312-L313 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-aac0dbd47b8719074060f40ff7fa4b9be154ebc4249be3ea45f4403088664cbaR312-R313)
Potential Issues

Sweep isn't 100% sure if the following are issues or not but they may be worth taking a look at.

  • Updating the zookeeper dependency from version 3.5.6 to 3.8.4 may introduce changes that could affect distributed coordination and synchronization functionalities, necessitating careful testing.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-framework-bundle%2Fpom.xml#L594-L595 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-aac0dbd47b8719074060f40ff7fa4b9be154ebc4249be3ea45f4403088664cbaR594-R595)

nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml

The version of the commons-io dependency was updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml

The version of the org.apache.derby dependency for testing purposes has been updated from 10.12.1.1 to 10.17.1.0.


nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml

Updated Avro library version from 1.8.1 to 1.11.3 in the Maven POM file.

Sweep Found These Issues

  • Updating the Avro library version from 1.8.1 to 1.11.3 may introduce compatibility issues or breaking changes if the rest of the codebase relies on deprecated or altered functionality in the newer version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-hadoop-libraries-bundle%2Fnifi-hadoop-libraries-nar%2Fpom.xml#L23 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-5d25f5ff2f0b37c2d4737664d5c0642fcaf047654d206de5f900cca2cbc76bbfR23)

nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml

The version of the gson dependency was updated from 2.7 to 2.8.9 in the Maven project file.


nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml

The version of the activemq-client dependency has been updated from 5.15.11 to 5.15.16.


nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7 in the test scope.


nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-11-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7 in the test scope.


nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-8-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7 within the test scope.


nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-9-processors/pom.xml

The version of the commons-io dependency used in tests has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7 in the test scope.


nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7 for testing purposes.


nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml

The version of the org.apache.avro:avro dependency has been updated from 1.8.1 to 1.11.3.

Sweep Found These Issues

  • Updating the Avro dependency version from 1.8.1 to 1.11.3 may introduce compatibility issues or new bugs that were not present in the older version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-kite-bundle%2Fnifi-kite-processors%2Fpom.xml#L209-L212 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-3537044338b128f521be568a3bd45660b085921ef1fcaa4830b4e2f2af0a994fR209-R212)

nifi-nar-bundles/nifi-lumberjack-bundle/nifi-lumberjack-processors/pom.xml

The version of the gson dependency was updated from 2.2.4 to 2.8.9.


nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml

The version of the commons-io dependency has been updated from 1.3.2 to 2.7.

Sweep Found These Issues

  • Updating the commons-io dependency from version 1.3.2 to 2.7 could introduce compatibility issues if the project relies on deprecated or removed features from the older version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-mqtt-bundle%2Fnifi-mqtt-processors%2Fpom.xml#L48 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-b7413ceb41b99073089ddbb914fc6fc285e9788e6fc0ca1e07011f9ca7862c53R48)

nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml

The version of the httpclient dependency was updated from 4.5.3 to 4.5.13 in the pom.xml file.


nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml

The JUnit dependency version was updated from 4.13 to 4.13.1 in the Maven project file.


nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-processors/pom.xml

The pull request updates the versions of the commons-io and gson dependencies to newer versions.


nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml

The pull request updates the versions of commons-io from 2.6 to 2.7 and commons-net from 3.6 to 3.9.0 in the pom.xml file.


nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml

The version of the httpclient dependency was updated from 4.5.7 to 4.5.13.


nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml

The version of the gson library dependency was updated from 2.7 to 2.8.9.


nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml

The version of the httpclient dependency has been updated from 4.5.5 to 4.5.13 in the pom.xml file.


nifi-nar-bundles/nifi-spark-bundle/pom.xml

The version of the jettison dependency was updated from 1.3.8 to 1.5.4.


nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml

Updated the calcite-core dependency version from 1.21.0 to 1.32.0.

Sweep Found These Issues

  • Updating the calcite-core dependency from 1.21.0 to 1.32.0 could introduce compatibility issues or new bugs if the newer version has breaking changes or different behavior.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-sql-reporting-bundle%2Fnifi-sql-reporting-tasks%2Fpom.xml#L65 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-87eca922a3e57bb0885d42a347fd45113f581b664c1380274efcface8568637aR65)

nifi-nar-bundles/nifi-standard-bundle/pom.xml

The pull request updates the versions of multiple dependencies in the pom.xml file to their latest versions, aiming to incorporate the latest features, bug fixes, and performance improvements.

Sweep Found These Issues

  • Updating multiple dependencies simultaneously increases the risk of introducing compatibility issues or new bugs that may not be immediately apparent.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-standard-bundle%2Fpom.xml#L164-L380 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-4a4fd364ed227c2fa536860e28bb3a86f8c11308195d474182a75fac5651cf66R164-R380)

nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml

The pull request updates the versions of the org.apache.derby and com.h2database dependencies to newer versions.

Sweep Found These Issues

  • Updating the org.apache.derby dependency from 10.11.1.1 to 10.17.1.0 could introduce compatibility issues or changes in behavior that need to be tested.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-dbcp-service-bundle%2Fnifi-dbcp-service%2Fpom.xml#L91 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-33bc6e414e6ce3b14662a07ff0e3d2bc9c89f703a910705e98bc19c0959ecbf1R91)
  • Updating the com.h2database dependency from 1.4.192 to 2.2.220 could introduce compatibility issues or changes in behavior in the test environment that need to be tested.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-dbcp-service-bundle%2Fnifi-dbcp-service%2Fpom.xml#L114 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-33bc6e414e6ce3b14662a07ff0e3d2bc9c89f703a910705e98bc19c0959ecbf1R114)

nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml

The version of the commons-io dependency was updated from 2.6 to 2.7 in the Maven POM file.


nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml

Updated the org.apache.avro dependency version from 1.8.1 to 1.11.3.

Sweep Found These Issues

  • Updating the Avro library from version 1.8.1 to 1.11.3 could introduce compatibility issues if the rest of the codebase relies on behaviors specific to version 1.8.1.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-hwx-schema-registry-bundle%2Fnifi-hwx-schema-registry-service%2Fpom.xml#L65-L67 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-b812608be071312ade40a53a26023c96622a6b3acec15727876f170262e26430R65-R67)

nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml

The pull request updates the versions of commons-configuration2 and org.apache.derby dependencies to newer versions.


nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml

The pull request updates the versions of three dependencies: json-path from 2.4.0 to 2.9.0, commons-io from 2.6 to 2.7, and org.apache.avro:avro from 1.8.1 to 1.11.3.

Sweep Found These Issues

  • Updating the org.apache.avro:avro dependency from 1.8.1 to 1.11.3 could introduce breaking changes or incompatibilities due to the significant version jump.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-record-serialization-services-bundle%2Fnifi-record-serialization-services%2Fpom.xml#L84-L87 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-3aec605dcf8997a62957993675df35777bdd5c4b7d06de48659acea6887e6428R84-R87)

nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-toolkit/nifi-toolkit-admin/pom.xml

The pull request updates the versions of the guava and commons-compress dependencies to their latest versions.

Sweep Found These Issues

  • Updating the commons-compress dependency to version 1.26.0 may introduce breaking changes or incompatibilities with the existing codebase.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-toolkit%2Fnifi-toolkit-admin%2Fpom.xml#L121 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-3ffd1349a8ddbf7b67342273ac55fc1ce31eff21830ffb751079c53eaf23b9beR121)

nifi-toolkit/nifi-toolkit-api/pom.xml

Updated the Gson library version from 2.7 to 2.8.9 in the Maven project file.


nifi-toolkit/nifi-toolkit-cli/pom.xml

The version of the commons-io dependency was updated from 2.6 to 2.7.


nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml

The pull request updates the versions of commons-configuration2 and xmlunit-core dependencies to their newer versions.


nifi-toolkit/nifi-toolkit-s2s/pom.xml

The version of the commons-io dependency has been updated from 2.6 to 2.7.


nifi-toolkit/nifi-toolkit-tls/pom.xml

The pull request updates the versions of the commons-io and httpclient dependencies to newer versions, 2.7 and 4.5.13 respectively.


nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml

The pull request updates the versions of the guava, org.apache.zookeeper, and gson dependencies to their latest versions.

Sweep Found These Issues

  • Updating the guava dependency to version 32.0.0-jre may introduce compatibility issues if there are breaking changes between versions 28.0-jre and 32.0.0-jre.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-toolkit%2Fnifi-toolkit-zookeeper-migrator%2Fpom.xml#L36 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-006783c03d8b35ab88f9b86649d667a6c57912847a11cbe148ea982d07937613R36)
  • Updating the org.apache.zookeeper dependency to version 3.8.4 may introduce compatibility issues if there are breaking changes between versions 3.5.6 and 3.8.4.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-toolkit%2Fnifi-toolkit-zookeeper-migrator%2Fpom.xml#L45 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-006783c03d8b35ab88f9b86649d667a6c57912847a11cbe148ea982d07937613R45)
Potential Issues

Sweep isn't 100% sure if the following are issues or not but they may be worth taking a look at.

  • Updating the zookeeper dependency to version 3.8.4 may introduce compatibility issues if the new version has breaking changes or deprecated features that are used in the codebase.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/nifi-toolkit%2Fnifi-toolkit-zookeeper-migrator%2Fpom.xml#L45 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-006783c03d8b35ab88f9b86649d667a6c57912847a11cbe148ea982d07937613R45)

pom.xml

The pull request updates the versions of Jetty, logback-classic, and JUnit dependencies to newer versions.

Sweep Found These Issues

  • Updating the Jetty version may introduce changes in behavior or new dependencies that could impact modules relying on Jetty for web server functionalities and servlet handling.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/69261a48d03c4fae38b7717854b62814039a1bf3/pom.xml#L92 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/4/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R92)

git-greetings[bot] commented 3 months ago
PR Details of @dependabot[bot] in NorthropGrumman-nifi : OPEN CLOSED TOTAL
1 3 4
dependabot[bot] commented 3 months ago

Superseded by #6.