aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.12k stars 2.15k forks source link

All java examples should have upgrade of aws and junit dependencides #749

Closed nagkumar closed 7 months ago

nagkumar commented 2 years ago

Describe the bug

legacy dependencies are used in examples, upgrade is the need

Expected Behavior

All examples should work on latest CDK versions

Current Behavior

the current dependencides are

software.amazon.awscdk aws-cdk-lib [2.0.0,) software.constructs constructs [10.0.0,) junit junit 4.13.1 test

Reproduction Steps

check each pom.xml

Possible Solution

mvn versions:use-latest-versions

run above command to auto upgrade all the dependencies the

Additional Information/Context

software.amazon.awscdk aws-cdk-lib 2.43.1 software.constructs constructs 10.1.114 junit junit 4.13.2 test

CDK CLI Version

2.43.1 (build c1ebb85)

Framework Version

No response

Node.js Version

18

OS

win10

Language

Java

Language Version

18

saikatak commented 1 year ago

All of the project has version with expression [v.v.v,) where v.v.v is the minimum required version and using this expression in pom automatically picks up the latest version of that particular library.

github-actions[bot] commented 7 months ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.