Skip to content

Commit

Permalink
MAT-6586 Updating okta-spring-boot-starter dependency to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla committed Mar 27, 2024
1 parent a4dd173 commit a81c851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-boot-starter</artifactId>
<version>2.1.7</version>
<version>3.0.6</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;
import javax.validation.ConstraintViolationException;

import jakarta.validation.ConstraintViolationException;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.web.error.ErrorAttributeOptions;
Expand Down

0 comments on commit a81c851

Please sign in to comment.