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 aa1e080 commit 42ea42fCopy full SHA for 42ea42f
gradle/dependencies.gradle
@@ -40,6 +40,19 @@ ext {
40
'5.19': '2.20.0',
41
]
42
43
+ shiros = [
44
+ '4.4': '1.13.0',
45
+ '5.11': '1.13.0',
46
+ '5.12': '1.13.0',
47
+ '5.13': '1.13.0',
48
+ '5.14': '1.13.0',
49
+ '5.15': '1.13.0',
50
+ '5.16': '1.13.0',
51
+ '5.17': '1.13.0',
52
+ '5.18': '1.13.0',
53
+ '5.19': '2.0.0',
54
+ ]
55
+
56
ver = [
57
doc : [
58
'asciidoctorj' : '2.5.11',
@@ -85,6 +98,7 @@ ext {
85
98
'sb-contrib' : '7.6.3',
86
99
'scala' : scalas[neo4j_minor],
87
100
'protobuf' : '3.25.1',
101
+ 'shiro' : shiros[neo4j_minor]
88
102
89
103
dep = [
90
104
junit5bom: "org.junit:junit-bom:${ver.junit5bom}",
0 commit comments