Skip to content
Open
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ dependencies {
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: versions.bouncycastle
implementation group: 'org.flywaydb', name: 'flyway-core', version: versions.flyway
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: versions.flyway
implementation group: 'org.json', name: 'json', version: '20240303'
implementation group: 'org.json', name: 'json', version: '20250107'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.5'
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.5'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache'
Expand Down