File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
graphql-database-dynmodb-history-lambda
graphql-database-manager-core
graphql-database-manager-dynamo
graphql-database-manager-memory
graphql-database-manager-test Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<artifactId >graphql-builder</artifactId >
27
27
28
- <properties >
29
- <junit .jupiter.version>5.12.2 </junit .jupiter.version>
30
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
- <jackson .version>2.19.0</jackson .version>
32
- <graphql .version>22.0 </graphql .version>
33
- </properties >
28
+ <properties >
29
+ <junit .jupiter.version>5.13.0 </junit .jupiter.version>
30
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
+ <jackson .version>2.19.0</jackson .version>
32
+ <graphql .version>24.1 </graphql .version>
33
+ </properties >
34
34
35
35
<licenses >
36
36
<license >
Original file line number Diff line number Diff line change 64
64
<dependency >
65
65
<groupId >com.amazonaws</groupId >
66
66
<artifactId >aws-lambda-java-core</artifactId >
67
- <version >1.2.3 </version >
67
+ <version >1.3.0 </version >
68
68
</dependency >
69
69
</dependencies >
70
70
Original file line number Diff line number Diff line change 24
24
<artifactId >graphql-database-manager-core</artifactId >
25
25
26
26
<properties >
27
- <junit .jupiter.version>5.12.2 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.0 </junit .jupiter.version>
28
28
</properties >
29
29
30
30
Original file line number Diff line number Diff line change 24
24
<artifactId >graphql-database-manager-dynamo</artifactId >
25
25
26
26
<properties >
27
- <junit .jupiter.version>5.12.2 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.0 </junit .jupiter.version>
28
28
</properties >
29
29
30
30
<licenses >
Original file line number Diff line number Diff line change 26
26
<artifactId >graphql-database-manager-memory</artifactId >
27
27
28
28
<properties >
29
- <junit .jupiter.version>5.12.2 </junit .jupiter.version>
29
+ <junit .jupiter.version>5.13.0 </junit .jupiter.version>
30
30
</properties >
31
31
32
32
Original file line number Diff line number Diff line change 24
24
<artifactId >graphql-database-manager-test</artifactId >
25
25
26
26
<properties >
27
- <junit .jupiter.version>5.12.2 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.0 </junit .jupiter.version>
28
28
</properties >
29
29
30
30
<dependencies >
You can’t perform that action at this time.
0 commit comments