Skip to content

Commit

Permalink
[gradle](deps): Bump sslContextKickstart from 8.2.0 to 8.3.0
Browse files Browse the repository at this point in the history
Bumps `sslContextKickstart` from 8.2.0 to 8.3.0.

Updates `io.github.hakky54:sslcontext-kickstart` from 8.2.0 to 8.3.0
- [Changelog](https://github.com/Hakky54/sslcontext-kickstart/blob/master/CHANGELOG.md)
- [Commits](Hakky54/sslcontext-kickstart@v8.2.0...v8.3.0)

Updates `io.github.hakky54:sslcontext-kickstart-for-jetty` from 8.2.0 to 8.3.0
- [Changelog](https://github.com/Hakky54/sslcontext-kickstart/blob/master/CHANGELOG.md)
- [Commits](Hakky54/sslcontext-kickstart@v8.2.0...v8.3.0)

Updates `io.github.hakky54:sslcontext-kickstart-for-pem` from 8.2.0 to 8.3.0
- [Changelog](https://github.com/Hakky54/sslcontext-kickstart/blob/master/CHANGELOG.md)
- [Commits](Hakky54/sslcontext-kickstart@v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: io.github.hakky54:sslcontext-kickstart
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.hakky54:sslcontext-kickstart-for-jetty
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.hakky54:sslcontext-kickstart-for-pem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 537774d commit cbe147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {

dependencies {
val javalin = "6.0.0-beta.4"
val sslContextKickstart = "8.2.0"
val sslContextKickstart = "8.3.0"

val annotations = "24.1.0"
val kotlinVersion = "1.9.0"
Expand Down

0 comments on commit cbe147d

Please sign in to comment.