Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2022
1 parent 32d008d commit 754f64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.1.0
uses: gradle/gradle-build-action@v2.1.1
with:
arguments: build test shadowJar
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("io.ktor:ktor-metrics:$ktorVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
implementation("org.slf4j:slf4j-simple:1.7.32")
implementation("org.slf4j:slf4j-simple:1.7.35")
implementation(kotlin("reflect", kotlinVersion))
implementation(kotlin("stdlib-jdk8", kotlinVersion))
testImplementation("com.natpryce:hamkrest:1.8.0.1")
Expand Down

0 comments on commit 754f64b

Please sign in to comment.