Skip to content

Commit

Permalink
udpate version in adot-layer for java
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jan 7, 2025
1 parent bb4d438 commit dd0cb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-lambda/lib/adot-layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ abstract class AdotLambdaLayerVersion {
*/
export class AdotLambdaLayerJavaSdkVersion extends AdotLambdaLayerVersion {
/**
* Version 1.32.1
* Version 1.32.0
*/
public static readonly V1_32_0_1 = new AdotLambdaLayerJavaSdkVersion('1.32.1');
public static readonly V1_32_0_1 = new AdotLambdaLayerJavaSdkVersion('1.32.0-1');

/**
* Version 1.32.0
Expand Down

0 comments on commit dd0cb46

Please sign in to comment.