Skip to content

Commit

Permalink
Merge branch 'eclipse-basyx:development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzai123 committed Jul 28, 2023
2 parents fe99847 + da8e942 commit 7054c21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>3.4.13</version>
<version>3.4.14</version>
</dependency>

<!-- Adds additional classes of the BaSys SDK for tests -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>3.4.13</version>
<version>3.4.14</version>
</dependency>

<!-- Moquette MQTT broker for testing MQTT events -->
Expand Down
2 changes: 1 addition & 1 deletion basyx.components/basyx.components.docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<executions>
<execution>
<phase>initialize</phase>
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 @@ -91,7 +91,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>3.4.13</version>
<version>3.4.14</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7054c21

Please sign in to comment.