Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
--- (#111)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
  • Loading branch information
dependabot[bot] and mfvanek authored May 26, 2024
1 parent 516ede8 commit b8aa3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("commons-io:commons-io:2.16.1")
implementation(platform("org.springframework:spring-framework-bom:6.1.6"))
implementation(platform("org.springframework:spring-framework-bom:6.1.8"))
implementation("org.springframework:spring-context")
implementation("javax.annotation:javax.annotation-api:1.3.2")

Expand Down

0 comments on commit b8aa3fd

Please sign in to comment.