Skip to content

Commit

Permalink
Merge pull request #290 from tumugin/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
tumugin authored Sep 28, 2023
2 parents 4969a95 + 4b96843 commit 2fe5b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val logbackVersion = "1.4.11"
val coroutineVersion = "1.7.3"
val graphQLKotlinVersion = "6.5.6"
val flywayVersion = "9.22.2"
val sentryVersion = "6.29.0"
val sentryVersion = "6.30.0"

application {
val dotEnvSetting = dotenv { ignoreIfMissing = true }
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("de.svenkubiak:jBCrypt:0.4.3")
implementation("io.konform:konform:0.4.0")
implementation("redis.clients:jedis:5.0.0")
implementation("redis.clients:jedis:5.0.1")
implementation("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-mysql:$flywayVersion")
implementation("io.sentry:sentry:$sentryVersion")
Expand Down

0 comments on commit 2fe5b20

Please sign in to comment.