File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.3.2 "
5
+ id(" org.springframework.boot" ) version " 3.3.4 "
6
6
}
7
7
8
8
val moduleName by extra { " io.opentelemetry.examples.docs.exporters" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.3.2 "
5
+ id(" org.springframework.boot" ) version " 3.3.4 "
6
6
}
7
7
8
8
val moduleName by extra { " io.opentelemetry.examples.docs.getting-started" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.3.2 "
5
+ id(" org.springframework.boot" ) version " 3.3.4 "
6
6
}
7
7
8
8
val moduleName by extra { " io.opentelemetry.examples.docs.spring-starter" }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2
2
3
3
plugins {
4
4
id(" java" )
5
- id(" org.springframework.boot" ) version " 3.3.2 "
5
+ id(" org.springframework.boot" ) version " 3.3.4 "
6
6
id(" org.graalvm.buildtools.native" ) version " 0.10.3"
7
7
}
8
8
You can’t perform that action at this time.
0 commit comments