AWS powertools documentation change
Summary
Updated powertools-validation dependency version from 2.7.0 to 2.8.0
Security assessment
Routine dependency version update without security-related changelog or documentation additions.
Diff
diff --git a/powertools/java/latest/utilities/validation.md b/powertools/java/latest/utilities/validation.md index a57e5d321..9dd46ad1f 100644 --- a//powertools/java/latest/utilities/validation.md +++ b//powertools/java/latest/utilities/validation.md @@ -150 +150 @@ MavenGradle - <version>2.7.0</version> + <version>2.8.0</version> @@ -229,2 +229,2 @@ MavenGradle - aspect 'software.amazon.lambda:powertools-validation:2.7.0' // Not needed when using the functional approach with ValidationUtils.validate() - implementation 'software.amazon.lambda:powertools-validation:2.7.0' // Use this instead of 'aspect' when using the functional approach + aspect 'software.amazon.lambda:powertools-validation:2.8.0' // Not needed when using the functional approach with ValidationUtils.validate() + implementation 'software.amazon.lambda:powertools-validation:2.8.0' // Use this instead of 'aspect' when using the functional approach