How to upgrade to latest Java SDK SpringBoot?

We are using io.temporal:temporal-sdk:1.3.1

We want to upgrade to the latest version.

How to go about it?

Please guide.

hello @pratikpradhan

Do you mean to upgrade the dependencies in your project?

There is a demo for a spring boot application, GitHub - temporalio/spring-boot-demo: Sample application demonstrating Temporal JavaSDK Spring Boot integration the pom is not updated to the latest version but it will help you to understand what dependencies you need to add to your project.

Not sure if I have answered your question,
Antonio

For spring boot you only need to include the starter: io.temporal.temporal-spring-boot-starter-alpha
It will pull in other needed depends (including sdk testing)