From 1c950193164d8cf69d15652a9ec07ecc41085201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:31:47 +0530 Subject: [PATCH] fix(deps): update dependencies (#1580) * fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.7.0 * Update pom.xml * Update boot-strategy-plugin.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raja Kolli --- .github/workflows/boot-strategy-plugin.yml | 2 +- boot-strategy-plugin/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/boot-strategy-plugin.yml b/.github/workflows/boot-strategy-plugin.yml index 1e0cc47f7..3cd092e04 100644 --- a/.github/workflows/boot-strategy-plugin.yml +++ b/.github/workflows/boot-strategy-plugin.yml @@ -53,7 +53,7 @@ jobs: docker ps -a - name: Build and analyze - run: ./mvnw verify + run: ./mvnw test - if: ${{ github.ref == 'refs/heads/main' }} name: Build container image diff --git a/boot-strategy-plugin/pom.xml b/boot-strategy-plugin/pom.xml index 181949de0..58b3964dc 100644 --- a/boot-strategy-plugin/pom.xml +++ b/boot-strategy-plugin/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.6 + 3.4.0 com.example.strategy.plugin @@ -49,7 +49,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.6.0 + 2.7.0 @@ -102,4 +102,4 @@ - \ No newline at end of file +