Releases: okta/okta-jwt-verifier-java
Releases · okta/okta-jwt-verifier-java
0.5.10
What's Changed
- Bump okta.commons.version from 1.3.5 to 1.3.6 by @dependabot in #204
- Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 by @dependabot in #205
- Bump okta.commons.version from 1.3.6 to 2.0.0 by @dependabot in #206
- Bump com.okta:okta-parent from 32 to 33 by @dependabot in #207
- OKTA-789927: Move away from orb by @rlepage-okta in #209
- Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 by @dependabot in #211
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 by @dependabot in #212
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 by @dependabot in #210
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 by @dependabot in #213
- OKTA-755069: jjwt api setSigningKeyResolver() is deprecated by @arvindkrishnakumar-okta in #214
- Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 by @dependabot in #215
- Bump com.okta:okta-parent from 33 to 34 by @dependabot in #216
- OKTA-741803: Add support for SSL Factory and Truststore to HttpClient by @arvindkrishnakumar-okta in #217
New Contributors
- @rlepage-okta made their first contribution in #209
Full Changelog: okta-jwt-verifier-parent-0.5.9...okta-jwt-verifier-parent-0.5.10
0.5.9
What's Changed
- Bump jjwt.version from 0.12.3 to 0.12.5 by @dependabot in #178
- Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 by @dependabot in #180
- Bump ch.qos.logback:logback-classic from 1.5.0 to 1.5.1 by @dependabot in #181
- Bump ch.qos.logback:logback-classic from 1.5.1 to 1.5.3 by @dependabot in #182
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23 by @dependabot in #184
- Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2 by @dependabot in #185
- Bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.0 by @dependabot in #186
- Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.4 by @dependabot in #188
- Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5 by @dependabot in #189
- Bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6 by @dependabot in #190
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #192
- Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 by @dependabot in #193
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 by @dependabot in #194
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0 by @dependabot in #195
- Bump jjwt.version from 0.12.5 to 0.12.6 by @dependabot in #196
- Update wrapper to use Maven 3.9.8 by @arvindkrishnakumar-okta in #199
- Bump
com.okta:okta-parent
from 30 to 32 by @arvindkrishnakumar-okta in #201
Full Changelog: okta-jwt-verifier-parent-0.5.8...okta-jwt-verifier-parent-0.5.9
0.5.8
What's Changed
- Release pr 0.5.7 by @arvindkrishnakumar-okta in #140
- Bump okta-java-parent from
24
to25
by @arvindkrishnakumar-okta in #141 - Bump jackson-bom from 2.14.0-rc1 to 2.14.0-rc2 by @dependabot in #142
- Bump okta-parent from 25 to 26 by @dependabot in #145
- Bump okta-parent from 26 to 27 by @dependabot in #147
- Bump jackson to 2.14.1 by @arvindkrishnakumar-okta in #148
- Bump okta-commons from 1.3.2 to 1.3.3 by @arvindkrishnakumar-okta in #149
- Bump Jackson from 2.14.1 to 2.14.2 by @arvindkrishnakumar-okta in #150
- Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by @dependabot in #151
- Bump Java parent from 27 to 28 by @arvindkrishnakumar-okta in #152
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by @dependabot in #155
- Bump okta-parent from 28 to 29 by @dependabot in #156
- Bump okta-parent from 29 to 30 by @dependabot in #157
- Add Semgrep by @bjr-okta in #160
- Bump okhttp.version from 4.10.0 to 4.12.0 by @dependabot in #163
- Bump com.fasterxml.jackson:jackson-bom from 2.14.2 to 2.16.0 by @dependabot in #164
- Bump okta.commons.version from 1.3.3 to 1.3.5 by @dependabot in #166
- OKTA-657847: Add Snyk software dependency scan by @arvindkrishnakumar-okta in #167
- Bump com.fasterxml.jackson:jackson-bom from 2.16.0 to 2.16.1 by @dependabot in #168
- Upgrade JJWT from 0.11.5 to 0.12.3 by @arvindkrishnakumar-okta in #170
- Upgrade kotlin-stdlib to 1.9.22 by @arvindkrishnakumar-okta in #171
- Load jkws signing keys on startup by @nishant-mehta in #161
- Set logback-classic to 1.4.14 in examples/quickstart (1.4.8 used earlier) by @arvindkrishnakumar-okta in #174
- Fix issue #173 - remove exclusion of kotlin lib from impl/pom.xml by @arvindkrishnakumar-okta in #175
New Contributors
- @bjr-okta made their first contribution in #160
- @nishant-mehta made their first contribution in #161
Full Changelog: okta-jwt-verifier-parent-0.5.7...okta-jwt-verifier-parent-0.5.8
0.5.7
What's Changed
- Release pr 0.5.6 by @arvindkrishnakumar-okta in #134
- Bump CircleCI JDK17 Image from 17.0.3 to 17.0.4 by @arvindkrishnakumar-okta in #136
- Update Jackson bom from
2.13.4
to2.14.0-rc1
by @arvindkrishnakumar-okta in #138 - Fix
NoClassDefFoundError
error on Kotlin class by @arvindkrishnakumar-okta in #137
Full Changelog: okta-jwt-verifier-parent-0.5.6...okta-jwt-verifier-parent-0.5.7
0.5.6
What's Changed
- Release pr 0.5.5 by @arvindkrishnakumar-okta in #131
- Bump jackson-bom from 2.13.3 to 2.13.4 by @dependabot in #132
- Bump okta-commons-java from 1.3.1 to 1.3.2 by @arvindkrishnakumar-okta in #133
Full Changelog: okta-jwt-verifier-parent-0.5.5...okta-jwt-verifier-parent-0.5.6
0.5.5
What's Changed
- Release pr 0.5.4 by @arvindkrishnakumar-okta in #128
- Bump okta.commons.version from 1.3.0 to 1.3.1 by @dependabot in #124
- Update Travis build URL in README by @arvindkrishnakumar-okta in #129
- exclude kotlin stdlib and stdlib-jdk7 from impl by @arvindkrishnakumar-okta in #130
Full Changelog: okta-jwt-verifier-parent-0.5.4...okta-jwt-verifier-parent-0.5.5
0.5.4
What's Changed
- Release pr 0.5.3 by @arvindkrishnakumar-okta in #122
- Bump maven-deploy-plugin from 2.8.2 to 3.0.0 by @dependabot in #123
- Bump okta-parent from 23 to 24 by @dependabot in #125
- Upgrade okta-commons to 1.3.1 and cleanup cve supp by @arvindkrishnakumar-okta in #127
Full Changelog: okta-jwt-verifier-parent-0.5.3...okta-jwt-verifier-parent-0.5.4
0.5.3
0.5.2
- Added UT for
none
Algorithm case #87 - Javadoc update in
DefaultJwt
to show where JWT parsing happens #90 - Updated Logo URL in
README
#99 - Upgraded to
okta-parent
v23 #104 - Added Java 17 to Build #105
- Updated
jjwt
to 0.11.5 #108 - Bumped
okta.commons.version
from 1.2.5 to 1.3.0 #109 - Bumped
jackson-bom
from 2.13.2 to 2.13.2.20220328 #110 - Bumped
okhttp.version
from 4.9.3 to 4.10.0 #114 - Add Clock support to parser for unit tests #116
0.5.1
- Documented Android version compatibility (#67).
- Add user agent to network requests (#68).
- Fix race condition in RemoteJwkSigningKeyResolver#updateKeys (#69).
- Fix compiler warnings about Raw types (#72).
- Use JJWT version in integration-tests (#73).
- Ignore files generated by Eclipse (#74).
- Replace deprecated Jwts.parser() with Jwts.parseBuilder() (#75).
- Refactor JWT Parse usage (#77).
- Add build status tag to README (#78).
- Remove unused test resources in API module (#79).