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.2.4
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 74811e8 commit 8969ebe
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.3'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.4'
}
}

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.3'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.4'
}
}

Expand Down

0 comments on commit 8969ebe

Please sign in to comment.