File tree Expand file tree Collapse file tree 7 files changed +14
-14
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 +14
-14
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.0 </junit .jupiter.version>
28
+ <junit .jupiter.version>5.13.3 </junit .jupiter.version>
29
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
- <jackson .version>2.19.0 </jackson .version>
30
+ <jackson .version>2.19.2 </jackson .version>
31
31
<graphql .version>24.1</graphql .version>
32
32
</properties >
33
33
68
68
<dependency >
69
69
<groupId >jakarta.validation</groupId >
70
70
<artifactId >jakarta.validation-api</artifactId >
71
- <version >3.1.0 </version >
71
+ <version >3.1.1 </version >
72
72
</dependency >
73
73
74
74
<dependency >
98
98
<dependency >
99
99
<groupId >io.reactivex.rxjava3</groupId >
100
100
<artifactId >rxjava</artifactId >
101
- <version >3.1.10 </version >
101
+ <version >3.1.11 </version >
102
102
<scope >test</scope >
103
103
</dependency >
104
104
<dependency >
Original file line number Diff line number Diff line change 54
54
<dependency >
55
55
<groupId >com.amazonaws</groupId >
56
56
<artifactId >aws-lambda-java-events-sdk-transformer</artifactId >
57
- <version >3.1.0 </version >
57
+ <version >3.1.1 </version >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >com.amazonaws</groupId >
61
61
<artifactId >aws-lambda-java-events</artifactId >
62
- <version >3.16.0 </version >
62
+ <version >3.16.1 </version >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >com.amazonaws</groupId >
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.0 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.3 </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.0 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.3 </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.0 </junit .jupiter.version>
29
+ <junit .jupiter.version>5.13.3 </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.0 </junit .jupiter.version>
27
+ <junit .jupiter.version>5.13.3 </junit .jupiter.version>
28
28
</properties >
29
29
30
30
<dependencies >
89
89
<dependency >
90
90
<groupId >com.amazonaws</groupId >
91
91
<artifactId >DynamoDBLocal</artifactId >
92
- <version >2.6.0 </version >
92
+ <version >2.6.1 </version >
93
93
</dependency >
94
94
</dependencies >
95
95
Original file line number Diff line number Diff line change 22
22
<packaging >pom</packaging >
23
23
24
24
<properties >
25
- <jackson .version>2.19.0 </jackson .version>
25
+ <jackson .version>2.19.2 </jackson .version>
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
</properties >
28
28
63
63
<dependency >
64
64
<groupId >software.amazon.awssdk</groupId >
65
65
<artifactId >bom</artifactId >
66
- <version >2.32.2 </version >
66
+ <version >2.32.4 </version >
67
67
<type >pom</type >
68
68
<scope >import</scope >
69
69
</dependency >
@@ -159,7 +159,7 @@ the License.
159
159
<plugin >
160
160
<groupId >org.apache.maven.plugins</groupId >
161
161
<artifactId >maven-gpg-plugin</artifactId >
162
- <version >3.2.7 </version >
162
+ <version >3.2.8 </version >
163
163
<executions >
164
164
<execution >
165
165
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments