OpenConext / OpenConext-manage

Stores and publishes metadata of all entities known to OpenConext
Apache License 2.0
7 stars 10 forks source link

Update Spring Boot and rest-assured, added Dependency Check Maven #93

Closed tbeekman closed 1 year ago

tbeekman commented 1 year ago

This PR updates Spring Boot to the latest 2.x version (2.7.6) and rest-assured to the latest version (5.3.0). Also, the Dependency Check Maven is introduced, which can invoked by enabling the security-updates profiles, such as:

mvn clean install -P security-updates -DskipTests=true -B

See OpenConext-SSO-Notification for an example to periodically invoke a dependency check pipeline.

codecov[bot] commented 1 year ago

Codecov Report

Base: 83.16% // Head: 83.16% // No change to project coverage :thumbsup:

Coverage data is based on head (e063827) compared to base (2334c4b). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #93 +/- ## ========================================= Coverage 83.16% 83.16% Complexity 939 939 ========================================= Files 95 95 Lines 2911 2911 Branches 282 282 ========================================= Hits 2421 2421 Misses 333 333 Partials 157 157 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenConext). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OpenConext)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.