Skip to content

Commit

Permalink
fix(deps): update dependencies (#1580)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Dec 19, 2024
1 parent 12354ce commit 1c95019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/boot-strategy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions boot-strategy-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.strategy.plugin</groupId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>

<!-- For Tracing -->
Expand Down Expand Up @@ -102,4 +102,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 1c95019

Please sign in to comment.