Skip to content

Commit 418774e

Browse files
Mats-SXFlorentinD
andcommitted
Update compat layer to new drop 4.4.7-drop01.0
Co-authored-by: Florentin Dörre <[email protected]>
1 parent 2efdcd5 commit 418774e

17 files changed

+8
-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.6-drop01.0'
3+
description = 'Neo4j Graph Data Science :: Neo4j Kernel Adapter 4.4.7-drop01.0'
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.6-drop01.0'
12+
annotationProcessor group: 'org.neo4j', name: 'annotations', version: neos.'4.4.7-drop01.0'
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.6-drop01.0'
16+
compileOnly group: 'org.neo4j', name: 'neo4j', version: neos.'4.4.7-drop01.0'
1717
}

0 commit comments

Comments
 (0)