-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIFI-13943: Upgrade Dropbox, Salesforce, SNMP, and QuestDB depdendencies #9464
Conversation
@@ -42,7 +42,7 @@ | |||
<dependency> | |||
<groupId>org.apache.camel</groupId> | |||
<artifactId>camel-salesforce</artifactId> | |||
<version>3.14.10</version> | |||
<version>3.22.2</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notably 3.22.x is EOL in Dec 2024 (one month).
@@ -27,7 +27,7 @@ | |||
<packaging>pom</packaging> | |||
|
|||
<properties> | |||
<dropbox.client.version>5.4.6</dropbox.client.version> | |||
<dropbox.client.version>7.0.0</dropbox.client.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reading their changelog in github - this one 'seems' safe
<snmp4j.version>2.8.18</snmp4j.version> | ||
<snmp4j-agent.version>2.7.9</snmp4j-agent.version> | ||
<snmp4j.version>3.8.2</snmp4j.version> | ||
<snmp4j-agent.version>3.8.1</snmp4j-agent.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewing if changes seem safe https://www.snmp4j.org/CHANGES.txt but seems like the 2.x line was Java 8 and the 3.x line is Java 9 or higher
@@ -35,7 +35,7 @@ | |||
<dependency> | |||
<groupId>org.questdb</groupId> | |||
<artifactId>questdb</artifactId> | |||
<version>7.4.2</version> | |||
<version>8.1.4</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewing release notes https://github.com/questdb/questdb/releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the upgrades and adjustments @mattyb149, and thanks for reviewing the release notes @joewitt. This set of upgrades looks good. +1 merging
Summary
NIFI-13943 This PR upgrades some libraries that support EOL products
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000
NIFI-00000
Pull Request Formatting
main
branchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
mvn clean install -P contrib-check
Licensing
LICENSE
andNOTICE
filesDocumentation