Skip to content

Commit

Permalink
chore(deps): update plugin org.springframework.boot to v3.3.4 (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ee8d212 commit ed49461
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc-snippets/exporters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id("java")
id("org.springframework.boot") version "3.3.2"
id("org.springframework.boot") version "3.3.4"
}

val moduleName by extra { "io.opentelemetry.examples.docs.exporters" }
Expand Down
2 changes: 1 addition & 1 deletion doc-snippets/getting-started/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id("java")
id("org.springframework.boot") version "3.3.2"
id("org.springframework.boot") version "3.3.4"
}

val moduleName by extra { "io.opentelemetry.examples.docs.getting-started" }
Expand Down
2 changes: 1 addition & 1 deletion doc-snippets/spring-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id("java")
id("org.springframework.boot") version "3.3.2"
id("org.springframework.boot") version "3.3.4"
}

val moduleName by extra { "io.opentelemetry.examples.docs.spring-starter" }
Expand Down
2 changes: 1 addition & 1 deletion spring-native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id("java")
id("org.springframework.boot") version "3.3.2"
id("org.springframework.boot") version "3.3.4"
id("org.graalvm.buildtools.native") version "0.10.3"
}

Expand Down

0 comments on commit ed49461

Please sign in to comment.