File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/aws-cdk-lib/aws-rds/lib Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -973,10 +973,14 @@ export class MysqlEngineVersion {
973973 public static readonly VER_8_0_40 = MysqlEngineVersion . of ( '8.0.40' , '8.0' ) ;
974974 /** Version "8.0.41". */
975975 public static readonly VER_8_0_41 = MysqlEngineVersion . of ( '8.0.41' , '8.0' ) ;
976+ /** Version "8.0.42". */
977+ public static readonly VER_8_0_42 = MysqlEngineVersion . of ( '8.0.42' , '8.0' ) ;
976978 /** Version "8.4.3". */
977979 public static readonly VER_8_4_3 = MysqlEngineVersion . of ( '8.4.3' , '8.4' ) ;
978980 /** Version "8.4.4". */
979981 public static readonly VER_8_4_4 = MysqlEngineVersion . of ( '8.4.4' , '8.4' ) ;
982+ /** Version "8.4.5". */
983+ public static readonly VER_8_4_5 = MysqlEngineVersion . of ( '8.4.5' , '8.4' ) ;
980984
981985 /**
982986 * Create a new MysqlEngineVersion with an arbitrary version.
You can’t perform that action at this time.
0 commit comments