Skip to content

Commit

Permalink
chores: updates other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann151924 committed Aug 19, 2023
1 parent 10581bc commit 7825c3d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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'
Expand All @@ -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 {
Expand Down

0 comments on commit 7825c3d

Please sign in to comment.