File tree Expand file tree Collapse file tree 7 files changed +15
-15
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 +15
-15
lines changed Original file line number Diff line number Diff line change 27
27
<properties >
28
28
<junit .jupiter.version>5.11.2</junit .jupiter.version>
29
29
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
- <jackson .version>2.18.0 </jackson .version>
30
+ <jackson .version>2.18.3 </jackson .version>
31
31
<pitest .version>1.17.0</pitest .version>
32
- <pitest-junit5-plugin .version>1.2.1 </pitest-junit5-plugin .version>
32
+ <pitest-junit5-plugin .version>1.2.2 </pitest-junit5-plugin .version>
33
33
<graphql .version>22.3</graphql .version>
34
34
</properties >
35
35
186
186
<dependency >
187
187
<groupId >io.reactivex.rxjava3</groupId >
188
188
<artifactId >rxjava</artifactId >
189
- <version >3.1.9 </version >
189
+ <version >3.1.10 </version >
190
190
<scope >test</scope >
191
191
</dependency >
192
192
Original file line number Diff line number Diff line change 60
60
<plugin >
61
61
<groupId >org.apache.maven.plugins</groupId >
62
62
<artifactId >maven-dependency-plugin</artifactId >
63
- <version >3.8.0 </version >
63
+ <version >3.8.1 </version >
64
64
<executions >
65
65
<execution >
66
66
<id >copy</id >
112
112
<plugin >
113
113
<groupId >org.apache.maven.plugins</groupId >
114
114
<artifactId >maven-gpg-plugin</artifactId >
115
- <version >3.2.6 </version >
115
+ <version >3.2.7 </version >
116
116
<executions >
117
117
<execution >
118
118
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 48
48
<plugin >
49
49
<groupId >org.apache.maven.plugins</groupId >
50
50
<artifactId >maven-dependency-plugin</artifactId >
51
- <version >3.8.0 </version >
51
+ <version >3.8.1 </version >
52
52
<executions >
53
53
<execution >
54
54
<id >copy</id >
Original file line number Diff line number Diff line change 62
62
<plugin >
63
63
<groupId >org.apache.maven.plugins</groupId >
64
64
<artifactId >maven-dependency-plugin</artifactId >
65
- <version >3.8.0 </version >
65
+ <version >3.8.1 </version >
66
66
<executions >
67
67
<execution >
68
68
<id >copy</id >
114
114
<plugin >
115
115
<groupId >org.apache.maven.plugins</groupId >
116
116
<artifactId >maven-gpg-plugin</artifactId >
117
- <version >3.2.6 </version >
117
+ <version >3.2.7 </version >
118
118
<executions >
119
119
<execution >
120
120
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-dependency-plugin</artifactId >
45
- <version >3.8.0 </version >
45
+ <version >3.8.1 </version >
46
46
<executions >
47
47
<execution >
48
48
<id >copy</id >
94
94
<plugin >
95
95
<groupId >org.apache.maven.plugins</groupId >
96
96
<artifactId >maven-gpg-plugin</artifactId >
97
- <version >3.2.6 </version >
97
+ <version >3.2.7 </version >
98
98
<executions >
99
99
<execution >
100
100
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >com.amazonaws</groupId >
78
78
<artifactId >DynamoDBLocal</artifactId >
79
- <version >2.5.2 </version >
79
+ <version >2.5.4 </version >
80
80
</dependency >
81
81
</dependencies >
82
82
85
85
<plugin >
86
86
<groupId >org.apache.maven.plugins</groupId >
87
87
<artifactId >maven-dependency-plugin</artifactId >
88
- <version >3.8.0 </version >
88
+ <version >3.8.1 </version >
89
89
<executions >
90
90
<execution >
91
91
<id >copy</id >
137
137
<plugin >
138
138
<groupId >org.apache.maven.plugins</groupId >
139
139
<artifactId >maven-gpg-plugin</artifactId >
140
- <version >3.2.6 </version >
140
+ <version >3.2.7 </version >
141
141
<executions >
142
142
<execution >
143
143
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 85
85
</plugin >
86
86
<plugin >
87
87
<artifactId >maven-surefire-plugin</artifactId >
88
- <version >3.5.0 </version >
88
+ <version >3.5.2 </version >
89
89
</plugin >
90
90
<plugin >
91
91
<groupId >com.hubspot.maven.plugins</groupId >
142
142
<plugin >
143
143
<groupId >org.apache.maven.plugins</groupId >
144
144
<artifactId >maven-gpg-plugin</artifactId >
145
- <version >3.2.6 </version >
145
+ <version >3.2.7 </version >
146
146
<executions >
147
147
<execution >
148
148
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments