Skip to content

Commit

Permalink
Merge pull request #364 from eclipse-basyx/dependabot/maven/basyx.com…
Browse files Browse the repository at this point in the history
…ponents/development/org.mongodb-mongodb-driver-sync-4.10.2

Bump mongodb-driver-sync from 4.10.1 to 4.10.2 in /basyx.components
  • Loading branch information
FrankSchnicke committed Jul 12, 2023
2 parents 119d933 + 628391b commit f536653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.10.1</version>
<version>4.10.2</version>
</dependency>

<!-- Use Spring Data MongoDB for db data management -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.10.1</version>
<version>4.10.2</version>
</dependency>

<!-- Use Spring Data MongoDB for db data management -->
Expand Down
2 changes: 1 addition & 1 deletion basyx.components/basyx.components.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.10.1</version>
<version>4.10.2</version>
</dependency>

<!-- Use Spring Data MongoDB for db data management -->
Expand Down

0 comments on commit f536653

Please sign in to comment.