File tree Expand file tree Collapse file tree 7 files changed +18
-18
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 +18
-18
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
- <pitest .version>1.17.0 </pitest .version>
31
+ <pitest .version>1.18.2 </pitest .version>
32
32
<pitest-junit5-plugin .version>1.2.2</pitest-junit5-plugin .version>
33
33
<graphql .version>22.3</graphql .version>
34
34
</properties >
73
73
<plugin >
74
74
<groupId >org.apache.maven.plugins</groupId >
75
75
<artifactId >maven-javadoc-plugin</artifactId >
76
- <version >3.10.1 </version >
76
+ <version >3.11.2 </version >
77
77
<executions >
78
78
<execution >
79
79
<id >attach-javadocs</id >
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 >
99
99
<plugin >
100
100
<groupId >org.apache.maven.plugins</groupId >
101
101
<artifactId >maven-javadoc-plugin</artifactId >
102
- <version >3.10.0 </version >
102
+ <version >3.11.2 </version >
103
103
<executions >
104
104
<execution >
105
105
<id >attach-javadocs</id >
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 >
101
101
<plugin >
102
102
<groupId >org.apache.maven.plugins</groupId >
103
103
<artifactId >maven-javadoc-plugin</artifactId >
104
- <version >3.10.0 </version >
104
+ <version >3.11.2 </version >
105
105
<executions >
106
106
<execution >
107
107
<id >attach-javadocs</id >
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
81
81
<plugin >
82
82
<groupId >org.apache.maven.plugins</groupId >
83
83
<artifactId >maven-javadoc-plugin</artifactId >
84
- <version >3.10.0 </version >
84
+ <version >3.11.2 </version >
85
85
<executions >
86
86
<execution >
87
87
<id >attach-javadocs</id >
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 >
124
124
<plugin >
125
125
<groupId >org.apache.maven.plugins</groupId >
126
126
<artifactId >maven-javadoc-plugin</artifactId >
127
- <version >3.10.0 </version >
127
+ <version >3.11.2 </version >
128
128
<executions >
129
129
<execution >
130
130
<id >attach-javadocs</id >
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 >
115
115
<plugin >
116
116
<groupId >org.apache.maven.plugins</groupId >
117
117
<artifactId >maven-javadoc-plugin</artifactId >
118
- <version >3.10.0 </version >
118
+ <version >3.11.2 </version >
119
119
<executions >
120
120
<execution >
121
121
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments