diff --git a/documentation/releases/release-3.4.0.md b/documentation/releases/release-3.4.0.md new file mode 100644 index 0000000..73e5b4e --- /dev/null +++ b/documentation/releases/release-3.4.0.md @@ -0,0 +1,3 @@ +## Dependencies + +* Aligned dependencies with [Spring Boot 3.4.0](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0) diff --git a/pom.xml b/pom.xml index ca354ef..58c3f4f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.spt-development spt-development-logging-spring-boot - 3.3.6-SNAPSHOT + 3.4.0-SNAPSHOT logging-spring-boot Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application. @@ -40,9 +40,9 @@ 3.9.4 - 3.3.5 + 3.4.0 2.0.15 - 3.2.4 + 3.2.5 3.6.0 @@ -54,24 +54,25 @@ 3.8.1 3.5.0 3.2.7 - 3.10.1 + 3.11.1 3.6.0 3.26.0 3.1.1 2.1.0 3.3.1 - 3.5.1 + 3.5.2 1.7.0 - 1.17.0 - 4.8.6.5 - 2.17.1 + 1.17.1 + 4.8.6.6 + 2.18.0 - 10.20.0 + 10.20.1 1.5.0 1.13.0 1.2.1 7.7.0 + 2.0.16 @@ -261,6 +262,23 @@ spotbugs-maven-plugin ${spotbugs.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} + + jp.skypencil.findbugs.slf4j diff --git a/spt-development-logging-spring-boot-autoconfigure/pom.xml b/spt-development-logging-spring-boot-autoconfigure/pom.xml index 07a10a8..e112521 100644 --- a/spt-development-logging-spring-boot-autoconfigure/pom.xml +++ b/spt-development-logging-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ com.spt-development spt-development-logging-spring-boot - 3.3.6-SNAPSHOT + 3.4.0-SNAPSHOT spt-development-logging-spring-boot-autoconfigure diff --git a/spt-development-logging-spring-boot-starter/pom.xml b/spt-development-logging-spring-boot-starter/pom.xml index 90d9f23..83879fe 100644 --- a/spt-development-logging-spring-boot-starter/pom.xml +++ b/spt-development-logging-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.spt-development spt-development-logging-spring-boot - 3.3.6-SNAPSHOT + 3.4.0-SNAPSHOT spt-development-logging-spring-boot-starter