Skip to content

Commit

Permalink
[WOR-1448]: Bump the minor-patch-dependencies group with 5 updates (#462
Browse files Browse the repository at this point in the history
)

Bumps the minor-patch-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [io.sentry:sentry](https://github.com/getsentry/sentry-java) | `7.10.0` | `7.11.0` |
| [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) | `4.6.10` | `4.6.11` |
| [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm) | `4.6.10` | `4.6.11` |
| [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm) | `4.6.10` | `4.6.11` |
| org.sonarqube | `5.0.0.4638` | `5.1.0.4882` |


Updates `io.sentry:sentry` from 7.10.0 to 7.11.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.10.0...7.11.0)

Updates `au.com.dius.pact.consumer:junit5` from 4.6.10 to 4.6.11
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `au.com.dius.pact.provider:junit5` from 4.6.10 to 4.6.11
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `au.com.dius.pact.provider:junit5spring` from 4.6.10 to 4.6.11
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `org.sonarqube` from 5.0.0.4638 to 5.1.0.4882

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact.consumer:junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact.provider:junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact.provider:junit5spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent db7e50c commit 3abf8d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'com.google.cloud.tools.jib'

id 'com.gorylenko.gradle-git-properties' version '2.4.2'
id 'org.sonarqube' version '5.0.0.4638'
id 'org.sonarqube' version '5.1.0.4882'
id "au.com.dius.pact" version "4.3.19"

}
Expand All @@ -13,7 +13,7 @@ apply from: 'generators.gradle'
apply from: 'publishing.gradle'

dependencies {
implementation 'io.sentry:sentry:7.10.0'
implementation 'io.sentry:sentry:7.11.0'

implementation 'bio.terra:terra-common-lib:1.1.11-SNAPSHOT'

Expand Down Expand Up @@ -56,9 +56,9 @@ dependencies {
// Allows us to mock final classes
testImplementation 'org.mockito:mockito-inline:5.2.0'

testImplementation 'au.com.dius.pact.consumer:junit5:4.6.10'
testImplementation("au.com.dius.pact.provider:junit5:4.6.10")
testImplementation("au.com.dius.pact.provider:junit5spring:4.6.10")
testImplementation 'au.com.dius.pact.consumer:junit5:4.6.11'
testImplementation("au.com.dius.pact.provider:junit5:4.6.11")
testImplementation("au.com.dius.pact.provider:junit5spring:4.6.11")
testImplementation 'com.google.code.findbugs:annotations:3.0.1u2'
}
test {
Expand Down

0 comments on commit 3abf8d3

Please sign in to comment.