Migrate to 24.8.0 from 24.7.9

Hi. I want to update my vaadin version from 24.7.9 to 24.8.0. But when I launch my application I have this error :
“java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer”.

Some one Have an idea ?

Did you also make sure to update Spring Boot to 3.5+?

Thank you for your quick answer. OK I’ve believed that the version 3.4.1 (used for 24.7) was the good one. I’ve missed this information. I’ve change my spring boot version by 3.5.3 .
Now I have this error
“[plugin:vite:import-analysis] Failed to resolve import “@vaadin/form-layout/src/vaadin-form-row.js” from “frontend/generated/flow/generated-flow-imports.js”. Does the file exist?”

Have I to purge some file or directory ?

I’ve put the line in comment and that work now.
But I have to do that every time I launch the app. What is the good practice to solve the problem ?

The solution was to put the last release in the pom, 24.8.4…