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] authored Dec 20, 2023
1 parent 32f33a8 commit 5ed30d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.11.0
uses: gradle/gradle-build-action@v2.11.1
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.11.0
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --build-cache publish
env:
Expand Down
6 changes: 3 additions & 3 deletions project/kediatr-koin-starter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies {
api(project(":project:kediatr-core"))
implementation("org.reflections:reflections:0.10.2")
implementation("io.insert-koin:koin-core:3.5.2")
implementation("io.insert-koin:koin-core:3.5.3")
}

dependencies {
testImplementation("io.insert-koin:koin-test:3.5.2")
testImplementation("io.insert-koin:koin-test-junit5:3.5.2")
testImplementation("io.insert-koin:koin-test:3.5.3")
testImplementation("io.insert-koin:koin-test-junit5:3.5.3")
}
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.3"
id("io.quarkus") version "3.6.4"
}

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

0 comments on commit 5ed30d7

Please sign in to comment.