Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 11, 2023
1 parent e9872db commit 86df3fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dependencies {
implementation 'org.apache.commons:commons-csv:1.8'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.liquibase:liquibase-core:4.3.5'
implementation 'org.springdoc:springdoc-openapi-ui:1.5.9'
implementation 'org.liquibase:liquibase-core:4.8.0'
implementation 'org.springdoc:springdoc-openapi-ui:4.1.3'

// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
Expand All @@ -82,7 +82,7 @@ dependencies {

developmentOnly 'org.springframework.boot:spring-boot-devtools'

runtimeOnly 'org.postgresql:postgresql:42.4.0'
runtimeOnly 'org.postgresql:postgresql:42.4.3'
}

static def noProfileOrDbDefined(tasks) {
Expand Down

0 comments on commit 86df3fc

Please sign in to comment.