Which was causing the optimistic lock to fail in MySQL since it was trying to update the data with exact same value.
As explained in #7067, fields with `@ORM\Version` annotation were not being added to L2C cached data.