Skip to content

Commit

Permalink
Update dependency com.fleetpin:graphql-builder to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent f297b4f commit 5ebea62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion graphql-database-manager-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.fleetpin</groupId>
<artifactId>graphql-builder</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion graphql-database-manager-dynamo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.fleetpin</groupId>
<artifactId>graphql-builder</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion graphql-database-manager-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.fleetpin</groupId>
<artifactId>graphql-builder</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion graphql-database-manager-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.fleetpin</groupId>
<artifactId>graphql-builder</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5ebea62

Please sign in to comment.