Skip to content

Commit

Permalink
Merge pull request #648 from codecentric/renovate/patch-pin-image-dig…
Browse files Browse the repository at this point in the history
…est-versions

fix(deps): update dependency org.springframework.modulith:spring-modulith-bom to v1.1.2
  • Loading branch information
renovate[bot] committed Jan 20, 2024
2 parents 71c4120 + 17506af commit 62d15f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.1'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.1'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.2'
}
}

Expand Down

0 comments on commit 62d15f5

Please sign in to comment.