2lambda123 / NorthropGrumman-nifi

Apache License 2.0
0 stars 0 forks source link

Bump the maven group across 13 directories with 24 updates #6

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).
performance-testing-bot[bot] commented 3 months ago

Unable to locate .performanceTestingBot config file

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

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

Processing PR updates...

git-greetings[bot] commented 3 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

codesyncapp[bot] commented 3 months ago

Check out the playback for this Pull Request here.

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

[!IMPORTANT]

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

Authors of pull request: @dependabot[bot]

This pull request updates various dependencies across multiple Maven POM files to newer versions, aiming to incorporate improvements, bug fixes, and new features provided by these updates.

Key changes include updating the commons-io dependency from 2.6 to 2.7 across numerous modules such as nifi-socket-utils, nifi-elasticsearch-bundle, and nifi-standard-bundle. This ensures that the project benefits from the latest enhancements and fixes in the Commons IO library.

The httpclient dependency was updated from 4.5.5 to 4.5.13 in several modules including nifi-site-to-site-client, nifi-web-utils, and nifi-toolkit-tls. This update aims to improve HTTP client functionalities with the latest features and security patches.

The json-path dependency was upgraded from 2.4.0 to 2.9.0 in modules like nifi-expression-language and nifi-elasticsearch-client-service, enhancing JSON path processing capabilities.

Other significant updates include the commons-net dependency from 3.6 to 3.9.0, gson from 2.7 to 2.8.9, and avro from 1.8.1 to 1.11.3. These updates span across various modules, ensuring the project leverages the latest improvements and fixes in these libraries.

Additionally, the jetty.version property was updated from 9.4.26.v20200117 to 9.4.51.v20230217 in the root POM file, which impacts all components relying on Jetty for web server functionalities.


Sweep Found These Issues

nifi-commons/nifi-expression-language/pom.xml
  • The update from json-path version 2.4.0 to 2.9.0 may introduce breaking changes or incompatibilities that need to be verified through thorough testing.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-commons%2Fnifi-expression-language%2Fpom.xml#L82-L84 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-8dec77ebd511ca9dd2f84caaa49d7ed2392a14ae4bbc1e7f23f9a8327404c5e8R82-R84)
nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml
  • Updating the Avro library from version 1.8.1 to 1.11.3 may introduce compatibility issues with existing code that relies on the older version's API or behavior.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-avro-bundle%2Fnifi-avro-processors%2Fpom.xml#L39-L43 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-6badf2c53f84cb22373036dba7fe8cd18fc55e39594881041d3ae9ea73064bd7R39-R43)
nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml
  • Updating the Avro library from version 1.8.1 to 1.11.3 may introduce compatibility issues if there are breaking changes or deprecated features in the newer version that the current codebase relies on.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-cassandra-bundle%2Fnifi-cassandra-processors%2Fpom.xml#L52-L55 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-c3a61e5a1786c8e36e8a8bb8b2613a21368903278eda91bbd17d5568fa95bbbfR52-R55)
nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
  • Updating org.apache.avro from 1.8.1 to 1.11.3 may introduce breaking changes in serialization and deserialization processes.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-database-utils%2Fpom.xml#L47-L51 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-ce835ea7072706d37e61c679ee24479a956a79256ab7f88986901d250e0a04daR47-R51)
  • Updating com.h2database from 1.4.187 to 2.2.220 may introduce breaking changes or differences in behavior that could affect test outcomes.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-database-utils%2Fpom.xml#L76-L79 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-ce835ea7072706d37e61c679ee24479a956a79256ab7f88986901d250e0a04daR76-R79)
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
  • Updating the org.apache.avro:avro dependency from 1.8.1 to 1.11.3 may introduce compatibility issues if the codebase relies on deprecated or changed features in the newer version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-record-utils%2Fnifi-avro-record-utils%2Fpom.xml#L33-L35 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-1005bbb6a5314ea0192e5beeb61264b4206bab5404e0282bb46d1ad72c00cd84R33-R35)
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-stateless/pom.xml
  • The update from nifi-standard-processors version 1.12.0-SNAPSHOT to 1.23.0 may introduce compatibility issues if there are breaking changes between these versions.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-framework-bundle%2Fnifi-framework%2Fnifi-stateless%2Fpom.xml#L102-L112 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-2e07c8df5da0db16428356020fdfb18315d544b39cc3d1c0ed9148f9b899d8bfR102-R112)
nifi-nar-bundles/nifi-framework-bundle/pom.xml
  • The update of the h2 database dependency from version 1.3.176 to 2.2.220 may introduce breaking changes or deprecations that could affect the existing codebase.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-framework-bundle%2Fpom.xml#L305-L313 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-aac0dbd47b8719074060f40ff7fa4b9be154ebc4249be3ea45f4403088664cbaR305-R313)
  • The update of the zookeeper dependency from version 3.5.6 to 3.8.4 may introduce breaking changes or deprecations that could affect the existing codebase.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-framework-bundle%2Fpom.xml#L592-L595 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-aac0dbd47b8719074060f40ff7fa4b9be154ebc4249be3ea45f4403088664cbaR592-R595)
nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
  • Updating the Avro library version from 1.8.1 to 1.11.3 may introduce compatibility issues with other dependencies or parts of the code that rely on specific behaviors of the older version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-hadoop-libraries-bundle%2Fnifi-hadoop-libraries-nar%2Fpom.xml#L23 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-5d25f5ff2f0b37c2d4737664d5c0642fcaf047654d206de5f900cca2cbc76bbfR23)
nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml
  • Updating the Avro library from version 1.8.1 to 1.11.3 may introduce breaking changes or incompatibilities that could affect the existing functionality.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-kite-bundle%2Fnifi-kite-processors%2Fpom.xml#L209-L212 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-3537044338b128f521be568a3bd45660b085921ef1fcaa4830b4e2f2af0a994fR209-R212)
nifi-nar-bundles/nifi-lumberjack-bundle/nifi-lumberjack-processors/pom.xml
  • The update to Gson version 2.8.9 may introduce compatibility issues if the codebase relies on behavior specific to version 2.2.4.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-lumberjack-bundle%2Fnifi-lumberjack-processors%2Fpom.xml#L64-L67 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-b0a336bb8bc42980b5f0e2543aac24176369c23835c081db1dce676dbe9f515dR64-R67)
nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
  • Updating the commons-io dependency from version 1.3.2 to 2.7 may introduce compatibility issues or changes in behavior that could affect the existing functionality of the project.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-mqtt-bundle%2Fnifi-mqtt-processors%2Fpom.xml#L45-L48 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-b7413ceb41b99073089ddbb914fc6fc285e9788e6fc0ca1e07011f9ca7862c53R45-R48)
nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
  • Updating the calcite-core dependency from 1.21.0 to 1.32.0 may introduce compatibility issues or unexpected behavior due to changes in the library's API or internal functionality.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-sql-reporting-bundle%2Fnifi-sql-reporting-tasks%2Fpom.xml#L62-L65 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-87eca922a3e57bb0885d42a347fd45113f581b664c1380274efcface8568637aR62-R65)
nifi-nar-bundles/nifi-standard-bundle/pom.xml
  • Updating multiple dependencies simultaneously without thorough testing may introduce compatibility issues or new bugs.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-standard-bundle%2Fpom.xml#L164-L380 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-4a4fd364ed227c2fa536860e28bb3a86f8c11308195d474182a75fac5651cf66R164-R380)
nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
  • Updating the com.h2database dependency from 1.4.192 to 2.2.220 could result in different behavior or compatibility issues during testing due to significant changes between the versions.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-dbcp-service-bundle%2Fnifi-dbcp-service%2Fpom.xml#L112-L114 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-33bc6e414e6ce3b14662a07ff0e3d2bc9c89f703a910705e98bc19c0959ecbf1R112-R114)
nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml
  • Updating the Avro library from version 1.8.1 to 1.11.3 may introduce breaking changes or deprecated features that could affect serialization and deserialization processes.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-hwx-schema-registry-bundle%2Fnifi-hwx-schema-registry-service%2Fpom.xml#L64-L67 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-b812608be071312ade40a53a26023c96622a6b3acec15727876f170262e26430R64-R67)
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
  • Updating the json-path dependency from 2.4.0 to 2.9.0 may introduce compatibility issues if the new version has breaking changes.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-record-serialization-services-bundle%2Fnifi-record-serialization-services%2Fpom.xml#L54-L57 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-3aec605dcf8997a62957993675df35777bdd5c4b7d06de48659acea6887e6428R54-R57)
nifi-toolkit/nifi-toolkit-admin/pom.xml
  • Updating the guava dependency to version 32.0.0-jre may introduce breaking changes or deprecations that could affect the existing codebase.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-toolkit%2Fnifi-toolkit-admin%2Fpom.xml#L30-L32 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-3ffd1349a8ddbf7b67342273ac55fc1ce31eff21830ffb751079c53eaf23b9beR30-R32)
nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
  • Updating the xmlunit-core dependency from 2.6.3 to 2.10.0 may introduce compatibility issues in the test cases if there are changes in the API or behavior of the library.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-toolkit%2Fnifi-toolkit-encrypt-config%2Fpom.xml#L98-L102 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-d6337c13b06ae40418203e465c9e5090be31c8c06834809115ff7c72bcd5122aR98-R102)
  • Updating the commons-configuration2 dependency from 2.6 to 2.10.1 may introduce compatibility issues if the project relies on deprecated or changed features in the newer version.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-toolkit%2Fnifi-toolkit-encrypt-config%2Fpom.xml#L77-L81 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-d6337c13b06ae40418203e465c9e5090be31c8c06834809115ff7c72bcd5122aR77-R81)
nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
  • Updating the Zookeeper library from version 3.5.6 to 3.8.4 may introduce breaking changes or deprecations that could affect existing functionality.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-toolkit%2Fnifi-toolkit-zookeeper-migrator%2Fpom.xml#L42-L46 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-006783c03d8b35ab88f9b86649d667a6c57912847a11cbe148ea982d07937613R42-R46)
  • The update to Guava version 32.0.0-jre may introduce breaking changes or deprecated methods that could affect the existing codebase.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-toolkit%2Fnifi-toolkit-zookeeper-migrator%2Fpom.xml#L34-L36 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-006783c03d8b35ab88f9b86649d667a6c57912847a11cbe148ea982d07937613R34-R36)

Potential Issues

Sweep is unsure if these are issues, but they might be worth checking out.

nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
  • Updating the jettison dependency to version 1.5.4 may introduce compatibility issues if there are breaking changes between versions 1.1 and 1.5.4.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-atlas-bundle%2Fnifi-atlas-reporting-task%2Fpom.xml#L69-L72 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-3da7ad5c4866206ba57c92c8bd066533e190d14e4d3d738fa8f46f0ed0da609aR69-R72)
nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
  • Updating org.apache.derby from 10.11.1.1 to 10.17.1.0 may introduce changes in the embedded database behavior that could affect test outcomes.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-extension-utils%2Fnifi-database-utils%2Fpom.xml#L70-L73 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-ce835ea7072706d37e61c679ee24479a956a79256ab7f88986901d250e0a04daR70-R73)
nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
  • The update to the org.apache.derby dependency version may introduce compatibility issues or changes in behavior in the test environment due to differences between versions 10.12.1.1 and 10.17.1.0.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-groovyx-bundle%2Fnifi-groovyx-processors%2Fpom.xml#L92-L95 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-01ec1cdac24b7f4f01affaecbf415b10bf934e6721afb80b17b83c68cd8b0653R92-R95)
nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
  • Updating the org.apache.derby dependency from 10.11.1.1 to 10.17.1.0 could introduce compatibility issues or unexpected behavior changes due to differences between the versions.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-nar-bundles%2Fnifi-standard-services%2Fnifi-dbcp-service-bundle%2Fnifi-dbcp-service%2Fpom.xml#L89-L91 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-33bc6e414e6ce3b14662a07ff0e3d2bc9c89f703a910705e98bc19c0959ecbf1R89-R91)
nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
  • Updating the Gson library to version 2.8.9 may introduce compatibility issues if the project relies on deprecated or removed features from the older version 2.7.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/nifi-toolkit%2Fnifi-toolkit-zookeeper-migrator%2Fpom.xml#L62-L64 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-006783c03d8b35ab88f9b86649d667a6c57912847a11cbe148ea982d07937613R62-R64)
pom.xml
  • The update to the logback-classic dependency might affect logging configurations or behaviors if there are breaking changes between versions 1.2.3 and 1.2.13.
  • https://github.com/2lambda123/NorthropGrumman-nifi/blob/d4532ce6b11e718da0f82fc748ab80c8098b065c/pom.xml#L203-L206 [View Diff](https://github.com/2lambda123/NorthropGrumman-nifi/pull/6/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R203-R206)