File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
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 +6
-6
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.12.0 </junit .jupiter.version>
28
+ <junit .jupiter.version>5.12.1 </junit .jupiter.version>
29
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
30
<jackson .version>2.18.3</jackson .version>
31
31
<graphql .version>22.3</graphql .version>
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.0 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.12.1 </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.0 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.12.1 </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.0 </junit .jupiter.version>
29
+ <junit .jupiter.version>5.12.1 </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.0 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.12.1 </junit .jupiter.version>
28
28
</properties >
29
29
30
30
<dependencies >
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >software.amazon.awssdk</groupId >
65
65
<artifactId >bom</artifactId >
66
- <version >2.31.0 </version >
66
+ <version >2.31.1 </version >
67
67
<type >pom</type >
68
68
<scope >import</scope >
69
69
</dependency >
You can’t perform that action at this time.
0 commit comments