Skip to content

Commit

Permalink
bump various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Apr 21, 2024
1 parent 466118a commit 72be60c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ktlint = "1.1.1"
junit = "5.10.2"
kotest-core = "5.8.1"
kotest-testcontainers = "2.0.2"
protobuf = "4.26.0"
protoc-java = "1.62.2"
protobuf = "4.26.1"
protoc-java = "1.63.0"
protoc-kotlin = "1.4.1"
kotlin-coroutines = "1.8.0"
slf4j = "2.0.12"
slf4j = "2.0.13"
log4j = "2.23.1"
mockk = "1.13.10"

Expand Down Expand Up @@ -40,6 +40,6 @@ kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.6" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
sonarqube = { id = "org.sonarqube", version = "4.4.1.3373" }
sonarqube = { id = "org.sonarqube", version = "5.0.0.4638" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }

0 comments on commit 72be60c

Please sign in to comment.