Skip to content

Commit c802539

Browse files
Mats-SXFlorentinD
andcommitted
Replace existing aura compat layer with 4.4.5-drop01.1
Co-authored-by: Florentin Dörre <[email protected]>
1 parent 95d93fc commit c802539

17 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'java-library'
22

3-
description = 'Neo4j Graph Data Science :: Neo4j Kernel Adapter 4.4.4-drop01.0'
3+
description = 'Neo4j Graph Data Science :: Neo4j Kernel Adapter 4.4.5-drop01.1'
44

55
group = 'org.neo4j.gds'
66

@@ -9,9 +9,9 @@ dependencies {
99

1010
annotationProcessor project(':annotations')
1111
annotationProcessor group: 'org.immutables', name: 'value', version: ver.'immutables'
12-
annotationProcessor group: 'org.neo4j', name: 'annotations', version: neos.'4.4.4-drop01.0'
12+
annotationProcessor group: 'org.neo4j', name: 'annotations', version: neos.'4.4.5-drop01.1'
1313

1414
compileOnly project(':annotations')
1515
compileOnly group: 'org.immutables', name: 'value-annotations', version: ver.'immutables'
16-
compileOnly group: 'org.neo4j', name: 'neo4j', version: neos.'4.4.4-drop01.0'
16+
compileOnly group: 'org.neo4j', name: 'neo4j', version: neos.'4.4.5-drop01.1'
1717
}

0 commit comments

Comments
 (0)