File tree 1 file changed +4
-0
lines changed
packages/aws-cdk-lib/aws-rds/lib
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -594,6 +594,8 @@ export class MysqlEngineVersion {
594
594
public static readonly VER_5_7_41 = MysqlEngineVersion . of ( '5.7.41' , '5.7' ) ;
595
595
/** Version "5.7.42". */
596
596
public static readonly VER_5_7_42 = MysqlEngineVersion . of ( '5.7.42' , '5.7' ) ;
597
+ /** Version "5.7.43". */
598
+ public static readonly VER_5_7_43 = MysqlEngineVersion . of ( '5.7.43' , '5.7' ) ;
597
599
598
600
/** Version "8.0" (only a major version, without a specific minor version). */
599
601
public static readonly VER_8_0 = MysqlEngineVersion . of ( '8.0' , '8.0' ) ;
@@ -631,6 +633,8 @@ export class MysqlEngineVersion {
631
633
public static readonly VER_8_0_32 = MysqlEngineVersion . of ( '8.0.32' , '8.0' ) ;
632
634
/** Version "8.0.33". */
633
635
public static readonly VER_8_0_33 = MysqlEngineVersion . of ( '8.0.33' , '8.0' ) ;
636
+ /** Version "8.0.34". */
637
+ public static readonly VER_8_0_34 = MysqlEngineVersion . of ( '8.0.34' , '8.0' ) ;
634
638
635
639
/**
636
640
* Create a new MysqlEngineVersion with an arbitrary version.
You can’t perform that action at this time.
0 commit comments