okta-auth-java icon indicating copy to clipboard operation
okta-auth-java copied to clipboard

okta-auth-java

Results 32 okta-auth-java issues
Sort by recently updated
recently updated
newest added

Bumps org.eclipse.jetty:jetty-security from 11.0.15 to 12.0.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-security&package-manager=maven&previous-version=11.0.15&new-version=12.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [com.squareup.okio:okio-jvm](https://github.com/square/okio) from 3.8.0 to 3.9.0. Changelog Sourced from com.squareup.okio:okio-jvm's changelog. Version 3.9.0 2024-03-12 New: FileSystem.SYSTEM can be used in source sets that target both Kotlin/Native and Kotlin/JVM. Previously, we...

dependencies
java

Bumps org.eclipse.jetty:jetty-util from 12.0.6 to 12.0.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-util&package-manager=maven&previous-version=12.0.6&new-version=12.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps `springboot.version` from 2.7.18 to 3.2.4. Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 2.7.18 to 3.2.4 Release notes Sourced from org.springframework.boot:spring-boot-starter-thymeleaf's releases. v3.2.4 :star: New Features Add TWENTY_TWO to JavaVersion enum #39825 :lady_beetle: Bug...

dependencies
java

Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.33 to 6.0.18. Release notes Sourced from org.springframework:spring-web's releases. v6.0.18 :star: New Features Extract reusable method for URI validations #32441 Allow UriTemplate to be built with an...

dependencies
java

Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.1 to 3.2.0. Release notes Sourced from org.codehaus.mojo:exec-maven-plugin's releases. 3.2.0 🚀 New features and improvements Enable to exec:java runnables and not only mains with loosely coupled injections...

dependencies
java

## Summary ## Actual Behavior ## Expected Behavior ## Configuration ## Version ## Sample ## Issue(s) ## Description ## Category - [ ] Bugfix - [x] Enhancement - [ ]...

:information_source: **If you have a question**, please post it on the [Okta Developer Forum](https://devforum.okta.com) instead. Issues in this repository are reserved for bug reports and feature requests only. ### I'm...

need more details

Bumps [org.eclipse.jetty:jetty-servlets](https://github.com/eclipse/jetty.project) from 11.0.15 to 11.0.16. Release notes Sourced from org.eclipse.jetty:jetty-servlets's releases. 11.0.16 Security Updates This release provides a workaround for Security Advisory GHSA-58qw-p7qm-5rvh Special Thanks to the following Eclipse...

dependencies
java

The method signatures on the `AuthenticationClient` seem a bit conflicting to me: The methods both return the `AuthenticationResponse` as well as feeding that value to the `AuthenticationStateHandler` before returning. Typically,...

Analysis