pvillard31 opened a new pull request, #11199:
URL: https://github.com/apache/nifi/pull/11199

   # Summary
   
   NIFI-15899 - Bump Commons Codec to 1.22.0, Commons IO to 2.22.0, Gson to 
2.14.0, and others
   
   - MIME4J from 0.8.13 to 0.8.14 - 
https://github.com/apache/james-mime4j/blob/master/CHANGELOG.md
   - AWS Kinesis Client from 3.4.2 to 3.4.3 - 
https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.4.3
   - AWS SDK BOM from 2.42.39 to 2.44.0 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
   - Azure Kusto from 7.0.6 to 8.0.1 - 
https://github.com/Azure/azure-kusto-java/releases/tag/v8.0.1
   - Box SDK from 5.8.0 to 5.9.0 - 
https://github.com/box/box-java-sdk/releases/tag/v5.9.0
   - Brotli4j from 1.22.0 to 1.23.0 - 
https://github.com/hyperxpro/Brotli4j/releases/tag/v1.23.0
   - Elasticsearch client from 9.3.3 to 9.3.4 - 
https://github.com/elastic/elasticsearch-java/releases/tag/v9.3.4
   - Google Drive API Services from v3-rev20260405-2.0.0 to 
v3-rev20260428-2.0.0 - 
https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-drive/v3/2.0.0
   - JanusGraph from 1.2.0-20251114-142114.b424a8f to 
1.2.0-20260424-225650.346f5a4 - https://github.com/JanusGraph/janusgraph
   - Neo4J Driver from 6.0.5 to 6.1.0 - 
https://github.com/neo4j/neo4j-java-driver/releases/tag/6.1.0
   - Apache ActiveMQ from 6.2.4 to 6.2.5 - 
https://github.com/apache/activemq/releases/tag/activemq-6.2.5
   - MongoDB Driver from 5.6.5 to 5.7.0 - 
https://github.com/mongodb/mongo-java-driver/releases/tag/r5.7.0
   - Jedis from 7.4.1 to 7.5.0 - 
https://github.com/redis/jedis/releases/tag/v7.5.0
   - Camel Salesforce from 4.19.0 to 4.20.0 - 
https://github.com/apache/camel/releases/tag/camel-4.20.0
   - gRPC from 1.80.0 to 1.81.0 - https://github.com/grpc/grpc
   - Apache MINA from 2.2.5 to 2.2.7 - https://mina.apache.org/mina-project/
   - PostgreSQL from 42.7.10 to 42.7.11 - 
https://jdbc.postgresql.org/changelogs/2026-04-28-42/
   - Checker from 4.0.0 to 4.1.0 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-4.1.0
   - Spring Boot from 4.0.5 to 4.0.6 - 
https://github.com/spring-projects/spring-boot/releases/tag/v4.0.6
   - FlywayDB from 12.4.0 to 12.5.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-12.5.0
   - JLine from 4.0.12 to 4.0.14 - 
https://github.com/jline/jline3/releases/tag/4.0.14
   - Apache Commons Codec from 1.21.0 to 1.22.0 - 
https://commons.apache.org/proper/commons-codec/changes.html#a1.22.0
   - Apache Commons IO from 2.21.0 to 2.22.0 - 
https://commons.apache.org/proper/commons-io/changes.html#a2.22.0
   - ZSTD JNI from 1.5.7-7 to 1.5.7-8 - 
https://github.com/luben/zstd-jni/releases/tag/v1.5.7-8
   - Gson from 2.13.2 to 2.14.0 - 
https://github.com/google/gson/releases/tag/gson-parent-2.14.0
   - Jackson v2 from 2.21.2 to 2.21.3 - 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.21.3
   - Jackson v3 from 3.1.2 to 3.1.3 - 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.1.3
   - Kotlin from 2.3.20 to 2.3.21 - 
https://github.com/JetBrains/kotlin/releases/tag/v2.3.21
   - Caffeine from 3.2.3 to 3.2.4 - 
https://github.com/ben-manes/caffeine/releases/tag/v3.2.4
   - Swagger from 2.2.48 to 2.2.49 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.49
   - PMD from 7.23.0 to 7.24.0 - 
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.24.0
   - Checkstyle from 13.4.0 to 13.4.2 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.4.2
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-00000`
   - Pull Request commit message starts with Apache NiFi Jira issue number, as 
such `NIFI-00000`
   - Pull request contains [commits 
signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
 with a registered key indicating `Verified` status
   
   ### Pull Request Formatting
   
   - Pull Request based on current revision of the `main` branch
   - Pull Request refers to a feature branch with one commit containing changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [ ] Build completed using `./mvnw clean install -P contrib-check`
     - [ ] JDK 21
     - [ ] JDK 25
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to