File tree Expand file tree Collapse file tree 7 files changed +12
-12
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 7 files changed +12
-12
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.11.2 </junit .jupiter.version>
28
+ <junit .jupiter.version>5.12.0 </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 46
46
<dependency >
47
47
<groupId >com.amazonaws</groupId >
48
48
<artifactId >aws-lambda-java-events</artifactId >
49
- <version >3.14 .0</version >
49
+ <version >3.15 .0</version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 11
11
<artifactId >graphql-database-manager-core</artifactId >
12
12
13
13
<properties >
14
- <junit .jupiter.version>5.11 .0</junit .jupiter.version>
14
+ <junit .jupiter.version>5.12 .0</junit .jupiter.version>
15
15
</properties >
16
16
17
17
Original file line number Diff line number Diff line change 11
11
<artifactId >graphql-database-manager-dynamo</artifactId >
12
12
13
13
<properties >
14
- <junit .jupiter.version>5.11 .0</junit .jupiter.version>
14
+ <junit .jupiter.version>5.12 .0</junit .jupiter.version>
15
15
</properties >
16
16
17
17
<licenses >
31
31
<dependency >
32
32
<groupId >com.google.guava</groupId >
33
33
<artifactId >guava</artifactId >
34
- <version >33.3.1 -jre</version >
34
+ <version >33.4.0 -jre</version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >software.amazon.awssdk</groupId >
Original file line number Diff line number Diff line change 13
13
<artifactId >graphql-database-manager-memory</artifactId >
14
14
15
15
<properties >
16
- <junit .jupiter.version>5.11 .0</junit .jupiter.version>
16
+ <junit .jupiter.version>5.12 .0</junit .jupiter.version>
17
17
</properties >
18
18
19
19
Original file line number Diff line number Diff line change 11
11
<artifactId >graphql-database-manager-test</artifactId >
12
12
13
13
<properties >
14
- <junit .jupiter.version>5.11 .0</junit .jupiter.version>
14
+ <junit .jupiter.version>5.12 .0</junit .jupiter.version>
15
15
</properties >
16
16
17
17
<dependencies >
39
39
<dependency >
40
40
<groupId >org.mockito</groupId >
41
41
<artifactId >mockito-core</artifactId >
42
- <version >5.13 .0</version >
42
+ <version >5.16 .0</version >
43
43
</dependency >
44
44
45
45
<dependency >
Original file line number Diff line number Diff line change 9
9
<packaging >pom</packaging >
10
10
11
11
<properties >
12
- <jackson .version>2.17.2 </jackson .version>
12
+ <jackson .version>2.18.3 </jackson .version>
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
</properties >
15
15
50
50
<dependency >
51
51
<groupId >software.amazon.awssdk</groupId >
52
52
<artifactId >bom</artifactId >
53
- <version >2.28.8 </version >
53
+ <version >2.30.33 </version >
54
54
<type >pom</type >
55
55
<scope >import</scope >
56
56
</dependency >
62
62
<plugin >
63
63
<groupId >org.apache.maven.plugins</groupId >
64
64
<artifactId >maven-compiler-plugin</artifactId >
65
- <version >3.13 .0</version >
65
+ <version >3.14 .0</version >
66
66
<configuration >
67
67
<source >21</source >
68
68
<target >21</target >
132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-javadoc-plugin</artifactId >
135
- <version >3.10.0 </version >
135
+ <version >3.11.2 </version >
136
136
<executions >
137
137
<execution >
138
138
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments