Skip to content

Commit

Permalink
Bump Spring Boot to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Jan 21, 2022
1 parent ce5014b commit 7b1a85a
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.2";
public static final String SPRING_BOOT_VERSION = "2.6.3";
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 7b1a85a

Please sign in to comment.