Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade com.okta.spring:okta-spring-boot-starter from 2.1.7 to 3.0.0 #58

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-6084022
snyk-bot committed Nov 24, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit cc488aa8c0e103c0b3c5fd14acf7c73af1d63123
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.12</version>
<relativePath></relativePath>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>gov.cms.madie</groupId>
@@ -91,7 +91,7 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>2.1.7</version>
<version>3.0.0</version>
</dependency>

<dependency>
@@ -182,7 +182,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>