|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.springframework.boot</groupId>
|
6 | 6 | <artifactId>spring-boot-starter-parent</artifactId>
|
7 |
| - <version>2.7.0</version> |
| 7 | + <version>3.2.3</version> |
8 | 8 | <relativePath /> <!-- lookup parent from repository -->
|
9 | 9 | </parent>
|
10 | 10 | <groupId>com.orange.lo.sample.lo2iot</groupId>
|
|
14 | 14 | <description>Connector between live object and azure IoT Hub</description>
|
15 | 15 |
|
16 | 16 | <properties>
|
17 |
| - <java.version>1.8</java.version> |
| 17 | + <java.version>21</java.version> |
18 | 18 | </properties>
|
19 | 19 |
|
20 | 20 | <repositories>
|
|
28 | 28 | <dependency>
|
29 | 29 | <groupId>com.github.DatavenueLiveObjects</groupId>
|
30 | 30 | <artifactId>FIFO_SDK_LiveObjects</artifactId>
|
31 |
| - <version>v1.16</version> |
| 31 | + <version>v2.0.1</version> |
32 | 32 | </dependency>
|
33 | 33 | <dependency>
|
34 | 34 | <groupId>org.springframework.boot</groupId>
|
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>com.microsoft.azure.sdk.iot</groupId>
|
43 | 43 | <artifactId>iot-service-client</artifactId>
|
44 |
| - <version>2.1.6</version> |
| 44 | + <version>2.1.7</version> |
45 | 45 | </dependency>
|
46 | 46 | <dependency>
|
47 | 47 | <groupId>org.springframework.boot</groupId>
|
|
51 | 51 | <dependency>
|
52 | 52 | <groupId>com.microsoft.azure.sdk.iot</groupId>
|
53 | 53 | <artifactId>iot-device-client</artifactId>
|
54 |
| - <version>2.4.0</version> |
| 54 | + <version>2.4.1</version> |
55 | 55 | </dependency>
|
56 | 56 | <dependency>
|
57 | 57 | <groupId>com.microsoft.azure</groupId>
|
58 | 58 | <artifactId>applicationinsights-spring-boot-starter</artifactId>
|
59 |
| - <version>2.5.1</version> |
| 59 | + <version>2.6.4</version> |
60 | 60 | </dependency>
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>com.microsoft.azure</groupId>
|
63 | 63 | <artifactId>azure-spring-boot-metrics-starter</artifactId>
|
64 |
| - <version>2.2.1</version> |
| 64 | + <version>2.3.5</version> |
65 | 65 | </dependency>
|
66 | 66 | <dependency>
|
67 | 67 | <groupId>org.springframework.integration</groupId>
|
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.apache.maven</groupId>
|
72 | 72 | <artifactId>maven-model</artifactId>
|
73 |
| - <version>3.8.5</version> |
| 73 | + <version>3.9.6</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>org.apache.commons</groupId>
|
77 | 77 | <artifactId>commons-text</artifactId>
|
78 |
| - <version>1.10.0</version> |
| 78 | + <version>1.11.0</version> |
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>net.jodah</groupId>
|
|
90 | 90 | <dependency>
|
91 | 91 | <groupId>com.tngtech.archunit</groupId>
|
92 | 92 | <artifactId>archunit</artifactId>
|
93 |
| - <version>0.23.1</version> |
| 93 | + <version>1.2.1</version> |
94 | 94 | <scope>test</scope>
|
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>com.tngtech.archunit</groupId>
|
98 | 98 | <artifactId>archunit-junit5</artifactId>
|
99 |
| - <version>0.23.1</version> |
| 99 | + <version>1.2.1</version> |
100 | 100 | <scope>test</scope>
|
101 | 101 | </dependency>
|
102 | 102 | </dependencies>
|
|
0 commit comments