Bumped Spring Boot to version 3.2.3

This commit is contained in:
Erik C. Thauvin 2024-02-23 09:14:14 -08:00
parent 797e290904
commit 36c6d18fd3
5 changed files with 13 additions and 13 deletions

View file

@ -49,7 +49,7 @@ Don't forget to include the _Spring Boot Loader_ dependency to your project:
```java
scope(standalone)
.include(dependency("org.springframeworkboot:spring-boot-loader:3.2.2"));
.include(dependency("org.springframeworkboot:spring-boot-loader:3.2.3"));
```
Please check the [BootJarOperation documentation](https://rife2.github.io/bld-spring-boot/rife/bld/extension/BootJarOperation.html#method-summary)