Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gradle group with 5 updates #469

Merged
merged 1 commit into from
May 21, 2024
Merged
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
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ configurations {
val confluentVersion = "7.6.1"
val springCloudVersion = "4.1.2"
val logstashLogbackEncoderVersion = "7.4"
val tokenSupportVersion = "4.1.5"
val retryVersion = "2.0.5"
val tokenSupportVersion = "4.1.7"
val retryVersion = "2.0.6"
val zalandoVersion = "0.27.0"
val openhtmltopdfVersion = "1.0.10"
val handlebarsVersion = "4.4.0"
val postgresqlVersion = "42.7.3"
val awailitilityKotlinVersion = "4.2.1"
val assertkJvmVersion = "0.28.1"
val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.10"
val mockkVersion = "1.13.11"
val guavaVersion = "33.2.0-jre"
val orgJsonVersion = "20240303"
val graphQLKotlinVersion = "7.1.1"
Expand Down
Loading