diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index d05ec0d2cd9428a9d7f1a6b089ab6c9d5564fb9d..9aa7fd7ba9f0501aa186f0122ce5ec86a1145897 100644 --- a/kop-common-dependencies/pom.xml +++ b/kop-common-dependencies/pom.xml @@ -46,8 +46,8 @@ <maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring-boot.version>3.1.3</spring-boot.version> - <spring.version>6.0.11</spring.version> + <spring-boot.version>3.1.4</spring-boot.version> + <spring.version>6.0.12</spring.version> <grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 4bfa56b4f6b0790d449ed63292c781879954620d..71e97ea04aae6d2ded142d5c8c431081a5e42301 100644 --- a/kop-common-parent/pom.xml +++ b/kop-common-parent/pom.xml @@ -52,7 +52,7 @@ <kop.license.version>1.6.0</kop.license.version> <mapstruct.version>1.5.5.Final</mapstruct.version> - <spring-boot.version>3.1.3</spring-boot.version> + <spring-boot.version>3.1.4</spring-boot.version> <!-- plugins --> <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>