Skip to content

Commit

Permalink
Refresh versions.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 25, 2024
1 parent 1387da2 commit 686bef9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plugins {
id("de.fayard.refreshVersions") version "0.60.3"
//// # available:"0.60.4"
//// # available:"0.60.5"
}

rootProject.name = "http4k-oidc"
Expand Down
15 changes: 14 additions & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.51.0
#### Generated by `./gradlew refreshVersions` version 0.60.3
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
Expand All @@ -10,19 +10,32 @@
version.commons-codec..commons-codec=1.16.1

version.dev.forkhandles..result4k=2.13.0.0
## # available=2.13.1.0

version.kotlin=1.9.22
## # available=2.0.0-Beta1
## # available=2.0.0-Beta2
## # available=2.0.0-Beta3
## # available=2.0.0-Beta4

version.junit.jupiter=5.10.2

version.io.jsonwebtoken..jjwt-api=0.12.5

version.http4k=5.13.5.0
## # available=5.13.6.0
## # available=5.13.6.1
## # available=5.13.7.0
## # available=5.13.8.0

version.dev.forkhandles..values4k=2.13.0.0
## # available=2.13.1.0

version.com.nimbusds..nimbus-jose-jwt=9.37.3
## # available=9.38-rc1
## # available=9.38-rc3

version.com.adarshr..gradle-test-logger-plugin=3.2.0
## # available=4.0.0

version.org.bouncycastle..bcpkix-jdk15on=1.70

0 comments on commit 686bef9

Please sign in to comment.