Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 1 update: [org.javamoney:moneta](https://github.com/JavaMoney/jsr354-ri).


Updates `org.javamoney:moneta` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/JavaMoney/jsr354-ri/releases)
- [Commits](JavaMoney/jsr354-ri@1.4.3...1.4.4)

---
updated-dependencies:
- dependency-name: org.javamoney:moneta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Feb 5, 2024
1 parent e8aabe4 commit f034429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spring-boot-integration-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.javamoney:moneta:1.4.3'
implementation 'org.javamoney:moneta:1.4.4'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-jsontest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.javamoney:moneta:1.4.3'
implementation 'org.javamoney:moneta:1.4.4'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-testing-strategy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.javamoney:moneta:1.4.3'
implementation 'org.javamoney:moneta:1.4.4'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-webclient-mockwebserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.javamoney:moneta:1.4.3'
implementation 'org.javamoney:moneta:1.4.4'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit f034429

Please sign in to comment.