Skip to content

Commit 1ab7c12

Browse files
Update patch versions
1 parent e7c817c commit 1ab7c12

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

graphql-builder/pom.xml

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

2525
<artifactId>graphql-builder</artifactId>
2626

2727
<properties>
28-
<junit.jupiter.version>6.0.1</junit.jupiter.version>
28+
<junit.jupiter.version>6.0.2</junit.jupiter.version>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<jackson.version>2.21.0</jackson.version>
3131
<graphql.version>24.3</graphql.version>

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.9.0-SNAPSHOT</version>
21+
<version>1.9.0</version>
2222
</parent>
2323

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

graphql-database-manager-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.9.0-SNAPSHOT</version>
21+
<version>1.9.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-core</artifactId>
2525
<name>GraphQL Database Manager Core</name>
2626
<properties>
27-
<junit.jupiter.version>6.0.1</junit.jupiter.version>
27+
<junit.jupiter.version>6.0.2</junit.jupiter.version>
2828
</properties>
2929

3030

graphql-database-manager-dynamo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.9.0-SNAPSHOT</version>
21+
<version>1.9.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-dynamo</artifactId>
2525
<name>GraphQL Database Manager DynamoDB</name>
2626
<properties>
27-
<junit.jupiter.version>6.0.1</junit.jupiter.version>
27+
<junit.jupiter.version>6.0.2</junit.jupiter.version>
2828
</properties>
2929

3030
<licenses>

graphql-database-manager-test/pom.xml

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

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

2727
<properties>
28-
<junit.jupiter.version>6.0.1</junit.jupiter.version>
28+
<junit.jupiter.version>6.0.2</junit.jupiter.version>
2929
</properties>
3030

3131
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>bom</artifactId>
66-
<version>2.41.0</version>
66+
<version>2.41.22</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-release-plugin</artifactId>
101-
<version>3.3.0</version>
101+
<version>3.3.1</version>
102102
</plugin>
103103
<plugin>
104104
<groupId>com.mycila</groupId>

0 commit comments

Comments
 (0)