Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.modulith:spring-modu…
Browse files Browse the repository at this point in the history
…lith-bom to v1.1.2
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent 71c4120 commit 17506af
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 17506af

Please sign in to comment.