We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f01114 commit 6902722Copy full SHA for 6902722
gradle.properties
@@ -7,6 +7,7 @@ spockVersion=2.0-groovy-3.0
7
8
gebVersion=4.1
9
seleniumVersion=3.141.59
10
+jpasetoVersion = '0.7.0'
11
12
title=Micronaut Security
13
projectDesc=Official Security Solution for Micronaut
security-paseto/build.gradle
@@ -1,8 +1,3 @@
1
-ext {
2
- jpasetoVersion = '0.7.0'
3
- bouncyCastleVersion = '1.69'
4
-}
5
-
6
dependencies {
api "io.micronaut:micronaut-http"
api "io.micronaut:micronaut-http-server"
0 commit comments