Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 3 updates in the / directory: [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation), [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) and [io.mockk:mockk](https://github.com/mockk/mockk).


Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.10.0 to 2.11.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.10.0...v2.11.0)

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.2)

Updates `io.mockk:mockk` from 1.13.13 to 1.13.14
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...1.13.14)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent b8cbefb commit 558bbfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val kotliqueryVersion = "1.9.0"
val k9SakVersion = "5.2.2"
val k9KlageVersion = "0.4.5"
val fuelVersion = "2.3.1"
val jacksonVersion = "2.17.2"
val jacksonVersion = "2.18.2"
val commonsTextVersion = "1.13.0"

val dusseldorfKtorVersion = "5.0.15"
Expand All @@ -23,7 +23,7 @@ val testContainers = "1.20.4"
val jsonassertVersion = "1.5.3"
val jupiterVersion = "5.11.4"
val assertkVersion = "0.28.1"
val mockkVersion = "1.13.13"
val mockkVersion = "1.13.14"

plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.21" //kan ikke gå for 2.1+ pga ktor som har avhengighet til kotlin-stdlib-common, og den er tilsynelatende ikke tilgjengelig i 2.1+
Expand Down Expand Up @@ -75,7 +75,7 @@ dependencies {
// opentelemetry
implementation("io.opentelemetry:opentelemetry-api:1.45.0")
implementation("io.opentelemetry:opentelemetry-extension-kotlin:1.45.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11.0")

// Div
implementation(enforcedPlatform( "com.fasterxml.jackson:jackson-bom:$jacksonVersion"))
Expand Down

0 comments on commit 558bbfb

Please sign in to comment.