Sampath
Sampath
Related to issue : https://github.com/google/data-transfer-project/issues/1056 fixes #916
Closes this issue https://github.com/google/data-transfer-project/issues/1031
- Nimbus jose jwt library upgrade due to vulnerabilities https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt/8.3 https://github.com/advisories/GHSA-g5vf-v6wf-7w2r https://github.com/advisories/GHSA-269g-pwp5-87pp
## Description Upgrading the plugin to latest version which is available in maven central. Please see the notes [here](https://github.com/ajoberstar/grgit). ## Motivation and Context I was unable to build the code...
https://docs.gradle.org/7.3.3/release-notes.html
- Added Gradle Kotlin and Maven samples - Updated the heading to add `assertj` link for easy cross reference
Added unit test for invalid value passed to the parsing dotted key function.
## Description Used JUnit 5 assertions in the test to keep it consistent with @Test annotation (JUnit 5) ## Motivation and Context Used JUnit 5 assertions in the test to...