Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Dec 22, 2021
1 parent a337958 commit fa0e3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class SpringBoot {

public static final String SPRING_BOOT_VERSION = "2.6.1";
public static final String SPRING_BOOT_VERSION = "2.6.2";
public static final String NEEDLE_APPLICATION_PROPERTIES = "# jhipster-needle-application-properties";
public static final String NEEDLE_APPLICATION_FAST_PROPERTIES = "# jhipster-needle-application-fast-properties";
public static final String NEEDLE_APPLICATION_TEST_PROPERTIES = "# jhipster-needle-application-test-properties";
Expand Down

0 comments on commit fa0e3f9

Please sign in to comment.