Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-patch-dependencies group with 4 updates (#242)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 4 updates: [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm), [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm), [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) and [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin).


Updates `au.com.dius.pact.provider:junit5` from 4.6.16 to 4.6.17
- [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.16 to 4.6.17
- [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 `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.12.0...v2.13.0)

Updates `io.sentry.jvm.gradle` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases)
- [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-android-gradle-plugin@5.1.0...5.2.0)

---
updated-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: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.sentry.jvm.gradle
  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 Feb 18, 2025
1 parent 60219ef commit ca8a618
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'io.freefair.lombok'
id 'org.hidetake.swagger.generator'
id 'org.sonarqube'
id "io.sentry.jvm.gradle" version "5.1.0"
id "io.sentry.jvm.gradle" version "5.2.0"
}

repositories {
Expand Down Expand Up @@ -51,11 +51,11 @@ dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'

testImplementation("au.com.dius.pact.provider:junit5:4.6.16")
testImplementation('au.com.dius.pact.provider:junit5spring:4.6.16')
testImplementation("au.com.dius.pact.provider:junit5:4.6.17")
testImplementation('au.com.dius.pact.provider:junit5spring:4.6.17')
testImplementation project(':client-resttemplate')

implementation "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.12.0"
implementation "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.13.0"
implementation "com.google.cloud.opentelemetry:exporter-trace:0.33.0"

// For Micrometer metrics gathering
Expand Down

0 comments on commit ca8a618

Please sign in to comment.