Skip to content

Commit

Permalink
Update spring cloud to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent f9ce918 commit 0ab7385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jar {
}

dependencies {
implementation 'org.springframework.cloud:spring-cloud-function-adapter-azure:4.1.2'
compileOnly 'org.springframework.cloud:spring-cloud-starter-function-web:4.1.2'
implementation 'org.springframework.cloud:spring-cloud-function-adapter-azure:4.1.3'
compileOnly 'org.springframework.cloud:spring-cloud-starter-function-web:4.1.3'
implementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation ('org.springframework.boot:spring-boot-starter-test') {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
Expand Down

0 comments on commit 0ab7385

Please sign in to comment.