Skip to content

Commit 1090678

Browse files
Update patch versions
1 parent a63bc4d commit 1090678

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

graphql-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.phocassoftware</groupId>
2121
<artifactId>graphql-builder-parent</artifactId>
22-
<version>1.6.0-SNAPSHOT</version>
22+
<version>1.6.0</version>
2323
</parent>
2424

2525
<artifactId>graphql-builder</artifactId>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>io.reactivex.rxjava3</groupId>
100100
<artifactId>rxjava</artifactId>
101-
<version>3.1.11</version>
101+
<version>3.1.12</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>

graphql-database-dynmodb-history-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.6.0-SNAPSHOT</version>
21+
<version>1.6.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-dynmodb-history-lambda</artifactId>

graphql-database-manager-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.6.0-SNAPSHOT</version>
21+
<version>1.6.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-core</artifactId>

graphql-database-manager-dynamo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.6.0-SNAPSHOT</version>
21+
<version>1.6.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-dynamo</artifactId>

graphql-database-manager-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.phocassoftware</groupId>
2121
<artifactId>graphql-builder-parent</artifactId>
22-
<version>1.6.0-SNAPSHOT</version>
22+
<version>1.6.0</version>
2323
</parent>
2424

2525
<artifactId>graphql-database-manager-test</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.14.0</version>
78+
<version>3.14.1</version>
7979
<configuration>
8080
<source>21</source>
8181
<target>21</target>
@@ -84,7 +84,7 @@
8484
</plugin>
8585
<plugin>
8686
<artifactId>maven-surefire-plugin</artifactId>
87-
<version>3.5.3</version>
87+
<version>3.5.4</version>
8888
</plugin>
8989
<plugin>
9090
<groupId>net.revelc.code.formatter</groupId>

0 commit comments

Comments
 (0)