Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
kotlinVersion = '2.2.21'
ktlintVersion = '1.5.0'
passayVersion = '1.6.6'
springBootVersion = '3.5.8'
springBootVersion = '3.5.9'
mariadbJdbcVersion = '2.7.13' // Bumping to v3 breaks some pipeline jobs, 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/).
grpcVersion = '1.78.0'
// We need to stay with protobuf-java & protoc 3.25.x as the latest
Expand Down