Skip to content

Commit

Permalink
Merge pull request #4782 from NCI-Agency/renovate/most-minor-gradle-p…
Browse files Browse the repository at this point in the history
…atch

Update dependency org.liquibase:liquibase-core to v4.28.0
  • Loading branch information
gjvoosten authored May 23, 2024
2 parents 09677e8 + 84a33cc commit f3ceacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {

// Supported database is PostgreSQL:
implementation 'org.postgresql:postgresql:42.7.3'
implementation 'org.liquibase:liquibase-core:4.27.0'
implementation 'org.liquibase:liquibase-core:4.28.0'

// For caching domain users (used in every request in the AuthenticationFilter)
implementation('org.ehcache:ehcache:3.10.8') {
Expand Down

0 comments on commit f3ceacf

Please sign in to comment.