Skip to content

Commit

Permalink
Merge pull request #295 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 Oct 21, 2023
2 parents efc823d + 1117a87 commit c8a1a21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
--health-timeout 5s
--health-retries 5
redis:
image: redis:7.2.1
image: redis:7.2.2
ports:
- 6379:6379
options: >-
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val logbackVersion = "1.4.11"
val coroutineVersion = "1.7.3"
val graphQLKotlinVersion = "6.5.6"
val flywayVersion = "9.22.3"
val sentryVersion = "6.31.0"
val sentryVersion = "6.32.0"

application {
val dotEnvSetting = dotenv { ignoreIfMissing = true }
Expand Down Expand Up @@ -88,14 +88,14 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.postgresql:postgresql:42.6.0")
implementation("p6spy:p6spy:3.7.0")
implementation("p6spy:p6spy:3.9.1")
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("io.insert-koin:koin-core:$koinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
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.1")
implementation("redis.clients:jedis:5.0.2")
implementation("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-mysql:$flywayVersion")
implementation("io.sentry:sentry:$sentryVersion")
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- POSTGRES_USER=aisu
- POSTGRES_PASSWORD=4ab4008b362142c391cc9e1ab98addc6b25f00f5
redis:
image: redis:7.2.1
image: redis:7.2.2
ports:
- "6379:6379"
volumes:
Expand Down

0 comments on commit c8a1a21

Please sign in to comment.