File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
graphql-database-dynmodb-history-lambda
graphql-database-manager-core
graphql-database-manager-dynamo
graphql-database-manager-test Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.phocassoftware</groupId >
21
21
<artifactId >graphql-builder-parent</artifactId >
22
- <version >1.6.0-SNAPSHOT </version >
22
+ <version >1.6.0</version >
23
23
</parent >
24
24
25
25
<artifactId >graphql-builder</artifactId >
98
98
<dependency >
99
99
<groupId >io.reactivex.rxjava3</groupId >
100
100
<artifactId >rxjava</artifactId >
101
- <version >3.1.11 </version >
101
+ <version >3.1.12 </version >
102
102
<scope >test</scope >
103
103
</dependency >
104
104
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.phocassoftware</groupId >
20
20
<artifactId >graphql-builder-parent</artifactId >
21
- <version >1.6.0-SNAPSHOT </version >
21
+ <version >1.6.0</version >
22
22
</parent >
23
23
24
24
<artifactId >graphql-database-dynmodb-history-lambda</artifactId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.phocassoftware</groupId >
20
20
<artifactId >graphql-builder-parent</artifactId >
21
- <version >1.6.0-SNAPSHOT </version >
21
+ <version >1.6.0</version >
22
22
</parent >
23
23
24
24
<artifactId >graphql-database-manager-core</artifactId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.phocassoftware</groupId >
20
20
<artifactId >graphql-builder-parent</artifactId >
21
- <version >1.6.0-SNAPSHOT </version >
21
+ <version >1.6.0</version >
22
22
</parent >
23
23
24
24
<artifactId >graphql-database-manager-dynamo</artifactId >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.phocassoftware</groupId >
21
21
<artifactId >graphql-builder-parent</artifactId >
22
- <version >1.6.0-SNAPSHOT </version >
22
+ <version >1.6.0</version >
23
23
</parent >
24
24
25
25
<artifactId >graphql-database-manager-test</artifactId >
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.34.4 </version >
66
+ <version >2.34.9 </version >
67
67
<type >pom</type >
68
68
<scope >import</scope >
69
69
</dependency >
75
75
<plugin >
76
76
<groupId >org.apache.maven.plugins</groupId >
77
77
<artifactId >maven-compiler-plugin</artifactId >
78
- <version >3.14.0 </version >
78
+ <version >3.14.1 </version >
79
79
<configuration >
80
80
<source >21</source >
81
81
<target >21</target >
84
84
</plugin >
85
85
<plugin >
86
86
<artifactId >maven-surefire-plugin</artifactId >
87
- <version >3.5.3 </version >
87
+ <version >3.5.4 </version >
88
88
</plugin >
89
89
<plugin >
90
90
<groupId >net.revelc.code.formatter</groupId >
You can’t perform that action at this time.
0 commit comments