Skip to content

Commit 42ea42f

Browse files
committed
Make sure to select the correct shiro version based on Neo4j version
1 parent aa1e080 commit 42ea42f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gradle/dependencies.gradle

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ ext {
4040
'5.19': '2.20.0',
4141
]
4242

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+
4356
ver = [
4457
doc : [
4558
'asciidoctorj' : '2.5.11',
@@ -85,6 +98,7 @@ ext {
8598
'sb-contrib' : '7.6.3',
8699
'scala' : scalas[neo4j_minor],
87100
'protobuf' : '3.25.1',
101+
'shiro' : shiros[neo4j_minor]
88102
]
89103
dep = [
90104
junit5bom: "org.junit:junit-bom:${ver.junit5bom}",

0 commit comments

Comments
 (0)