Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 9707d51 commit 5a45c9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2
image: redis:7.2.3
ports:
- 6379:6379
options: >-
Expand Down
10 changes: 5 additions & 5 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.32.0"
val sentryVersion = "6.33.0"

application {
val dotEnvSetting = dotenv { ignoreIfMissing = true }
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.postgresql:postgresql:42.6.0")
implementation("p6spy:p6spy:3.9.1")
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("com.zaxxer:HikariCP:5.1.0")
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")
Expand All @@ -108,9 +108,9 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
// test(junit)
testImplementation("io.ktor:ktor-server-tests-jvm:$ktorVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
// test libs
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("io.insert-koin:koin-test:3.5.0")
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.2
image: redis:7.2.3
ports:
- "6379:6379"
volumes:
Expand Down

0 comments on commit 5a45c9f

Please sign in to comment.