Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent a367e3b commit 053c26f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Gradle Build and Test
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.0
with:
arguments: --build-cache build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
settings-path: ${{ github.workspace }}

- name: Publish to Maven Repository
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.0
with:
arguments: --build-cache publish
env:
Expand Down
4 changes: 2 additions & 2 deletions project/kediatr-quarkus-starter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id("io.quarkus") version "3.6.1"
id("io.quarkus") version "3.6.2"
}

dependencies {
api(project(":project:kediatr-core"))
implementation(platform("io.quarkus:quarkus-bom:3.6.1"))
implementation(platform("io.quarkus:quarkus-bom:3.6.2"))
implementation("io.quarkus:quarkus-arc")
implementation("jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1")
}
Expand Down

0 comments on commit 053c26f

Please sign in to comment.