File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
graphql-database-manager-core
graphql-database-manager-dynamo
graphql-database-manager-memory
graphql-database-manager-test Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
<artifactId >graphql-builder</artifactId >
26
26
27
27
<properties >
28
- <junit .jupiter.version>5.13.3 </junit .jupiter.version>
28
+ <junit .jupiter.version>5.13.4 </junit .jupiter.version>
29
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
30
<jackson .version>2.19.2</jackson .version>
31
31
<graphql .version>24.1</graphql .version>
Original file line number Diff line number Diff line change 24
24
<artifactId >graphql-database-manager-core</artifactId >
25
25
<name >GraphQL Database Manager Core</name >
26
26
<properties >
27
- <junit .jupiter.version>5.13.3 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.4 </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
<name >GraphQL Database Manager DynamoDB</name >
26
26
<properties >
27
- <junit .jupiter.version>5.13.3 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.4 </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.13.3 </junit .jupiter.version>
29
+ <junit .jupiter.version>5.13.4 </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.13.3 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.4 </junit .jupiter.version>
28
28
</properties >
29
29
30
30
<dependencies >
You can’t perform that action at this time.
0 commit comments