Skip to content

Commit

Permalink
hsqldb.version (#2436)
Browse files Browse the repository at this point in the history
hsqldb.version
  • Loading branch information
strehle authored Aug 9, 2023
1 parent 0ddff2c commit a9ca96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext["mariadb.version"] = "2.7.9" // Bumping to v3 breaks some pipeline jobs (and
ext["flyway.version"] = "7.15.0" // the next major (v8)'s community edition drops support with MySQL 5.7, which UAA still needs to support. Can bump to v8 once we solve this issue.
ext["snakeyaml.version"] = "2.0" // manual update, see because of missing in spring boot https://github.com/spring-projects/spring-boot/issues/32221
ext["jackson-bom.version"] = "2.15.2" // Bumping to latest version because of compatiblity to snakeyaml 2.0
ext["hsqldb.version"] = "2.7.1" // HSQL-DB used for tests but not supported for productive usage
ext["hsqldb.version"] = "2.7.2" // HSQL-DB used for tests but not supported for productive usage
ext["selenium.version"] = "${versions.seleniumVersion}" // Selenium for integration tests only

ext {
Expand Down

0 comments on commit a9ca96f

Please sign in to comment.