Bumped Spring Boot dependency example to 3.2.2

This commit is contained in:
Erik C. Thauvin 2024-01-19 12:42:18 -08:00
parent fe327eed37
commit 703cf14980

View file

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