Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into eol/replaceSpringJwt
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Dec 19, 2023
2 parents d66603b + 40c5744 commit 56e1bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ versions.springBootVersion = "2.7.18"
versions.springSecurityOAuthVersion = "2.5.2.RELEASE"
versions.springSecuritySamlVersion = "1.0.10.RELEASE"
versions.tomcatCargoVersion = "9.0.84"
versions.guavaVersion = "32.1.3-jre"
versions.guavaVersion = "33.0.0-jre"
versions.seleniumVersion = "4.13.0"
versions.braveVersion = "5.16.0"
versions.braveVersion = "5.17.0"

// Versions we're overriding from the Spring Boot Bom (Dependabot does not issue PRs to bump these versions, so we need to manually bump them)
ext["mariadb.version"] = "2.7.11" // Bumping to v3 breaks some pipeline jobs (and compatibility with Amazon Aurora MySQL), so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/).
Expand Down

0 comments on commit 56e1bc7

Please sign in to comment.