Skip to content

Commit

Permalink
CNDIT-1786 Update liquibase-core and dependdent stuff to the latest (#43
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sveselev authored Sep 26, 2024
1 parent c985a81 commit 8ecca68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions liquibase-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// Liquibase
liquibaseRuntime 'org.liquibase:liquibase-core:4.27.0'
liquibaseRuntime 'info.picocli:picocli:4.7.5'
liquibaseRuntime 'com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11'
liquibaseRuntime 'org.liquibase:liquibase-core:4.29.2'
liquibaseRuntime 'info.picocli:picocli:4.7.6'
liquibaseRuntime 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11'
}

tasks.named('test') {
Expand Down

0 comments on commit 8ecca68

Please sign in to comment.