Skip to content

Commit

Permalink
Merge pull request #390 from pascalgrimaud/upgrade-spring-boot-2.6.2
Browse files Browse the repository at this point in the history
Upgrade to Spring Boot 2.6.2
  • Loading branch information
pascalgrimaud authored Dec 22, 2021
2 parents e980fe4 + fa0e3f9 commit ae08765
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 ae08765

Please sign in to comment.