Skip to content

Commit 2a71bd3

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4 (#1699)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `3.5.8` -> `4.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-parent/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-parent/3.5.8/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v4.0.0`](https://redirect.github.com/spring-projects/spring-boot/compare/v3.5.8...v4.0.0) [Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v3.5.8...v4.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Signed-off-by: Gregor Zeitlinger <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <[email protected]>
1 parent fc878b1 commit 2a71bd3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

integration-tests/it-spring-boot-smoke-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.5.8</version>
11+
<version>4.0.0</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

integration-tests/it-spring-boot-smoke-test/src/test/java/io/prometheus/metrics/it/springboot/ApplicationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
import java.util.List;
1010
import java.util.Optional;
1111
import org.junit.jupiter.api.Test;
12-
import org.springframework.boot.test.autoconfigure.actuate.observability.AutoConfigureObservability;
1312
import org.springframework.boot.test.context.SpringBootTest;
1413

1514
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
16-
@AutoConfigureObservability
1715
class ApplicationTest {
1816
@Test
1917
public void testPrometheusProtobufFormat() throws IOException {

0 commit comments

Comments
 (0)