From 7825c3dd499a593695daff1d7ce68fa50a6fcea9 Mon Sep 17 00:00:00 2001 From: Yann Date: Sat, 19 Aug 2023 16:24:27 +0200 Subject: [PATCH] chores: updates other deps --- application/build.gradle | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/application/build.gradle b/application/build.gradle index 05cafb0..ef14ede 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -8,8 +8,8 @@ buildscript { dependencies { classpath 'cz.habarta.typescript-generator:typescript-generator-gradle-plugin:3.2.1263' classpath 'cz.habarta.typescript-generator:typescript-generator-spring:3.2.1263' - classpath "org.springframework.boot:spring-boot-gradle-plugin:3.1.2" - classpath "io.spring.gradle:dependency-management-plugin:1.1.2" + classpath "org.springframework.boot:spring-boot-gradle-plugin:3.0.6" + classpath "io.spring.gradle:dependency-management-plugin:1.0.15.RELEASE" classpath "gradle.plugin.org.flywaydb:gradle-plugin-publishing:8.5.12" } } @@ -33,16 +33,16 @@ springBoot { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-websocket:3.1.1' + implementation 'org.springframework.boot:spring-boot-starter-websocket:3.1.2' implementation 'org.springframework.boot:spring-boot-starter-validation:3.1.2' implementation 'org.springframework.boot:spring-boot-starter-security:3.1.2' - implementation 'org.springframework.boot:spring-boot-starter-webflux:3.1.1' - implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.1.1' - implementation 'org.springframework.boot:spring-boot-starter-cache:3.1.1' + implementation 'org.springframework.boot:spring-boot-starter-webflux:3.1.2' + implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.1.2' + implementation 'org.springframework.boot:spring-boot-starter-cache:3.1.2' implementation 'org.flywaydb:flyway-mysql:9.20.0' implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.4' - implementation 'org.springframework.boot:spring-boot-starter-actuator:3.1.1' + implementation 'org.springframework.boot:spring-boot-starter-actuator:3.1.2' implementation 'io.micrometer:micrometer-registry-prometheus:1.11.1' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0' @@ -62,7 +62,6 @@ dependencies { testImplementation 'net.datafaker:datafaker:2.0.1' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'com.squareup.okhttp3:okhttp:4.11.0' - } jar {