File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
protocol-adapter-dlms/osgp-protocol-simulator-dlms
protocol-adapter-iec60870/osgp-protocol-simulator-iec60870
protocol-adapter-iec61850/osgp-protocol-simulator-iec61850 Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
21
21
22
22
<properties >
23
23
<java .version>17</java .version>
24
- <spring .boot.version>3.3.9 </spring .boot.version>
24
+ <spring .boot.version>3.3.11 </spring .boot.version>
25
25
<osgp-ws-secret-management-version >${project.parent.version} </osgp-ws-secret-management-version >
26
26
<apache .ws.xlmschema.version>2.3.1</apache .ws.xlmschema.version>
27
27
<wsdl4j .version>1.6.3</wsdl4j .version>
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SPDX-License-Identifier: Apache-2.0
23
23
</parent >
24
24
25
25
<properties >
26
- <spring .boot.version>3.3.9 </spring .boot.version>
26
+ <spring .boot.version>3.3.11 </spring .boot.version>
27
27
<failOnMissingWebXml >false</failOnMissingWebXml >
28
28
</properties >
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SPDX-License-Identifier: Apache-2.0
23
23
<properties >
24
24
<display .version>${project.version} -${BUILD_TAG} </display .version>
25
25
<commons .collections.version>4.4</commons .collections.version>
26
- <spring .boot.version>3.3.9 </spring .boot.version>
26
+ <spring .boot.version>3.3.11 </spring .boot.version>
27
27
<skipITs >true</skipITs >
28
28
</properties >
29
29
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ SPDX-License-Identifier: Apache-2.0
56
56
<!-- </dependencyManagement> -->
57
57
58
58
<properties >
59
- <spring .boot.version>3.3.9 </spring .boot.version>
59
+ <spring .boot.version>3.3.11 </spring .boot.version>
60
60
</properties >
61
61
62
62
<build >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SPDX-License-Identifier: Apache-2.0
16
16
<parent >
17
17
<groupId >org.springframework.boot</groupId >
18
18
<artifactId >spring-boot-starter-parent</artifactId >
19
- <version >3.4.3 </version >
19
+ <version >3.4.5 </version >
20
20
<relativePath /> <!-- lookup parent from repository -->
21
21
</parent >
22
22
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ SPDX-License-Identifier: Apache-2.0
43
43
<parent >
44
44
<groupId >org.springframework.boot</groupId >
45
45
<artifactId >spring-boot-starter-parent</artifactId >
46
- <version >3.4.3 </version >
46
+ <version >3.4.5 </version >
47
47
<relativePath /> <!-- lookup parent from repository -->
48
48
</parent >
49
49
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ SPDX-License-Identifier: Apache-2.0
50
50
<osgp .shared.version>6.18.0-SNAPSHOT</osgp .shared.version>
51
51
<osgp .jasper-interface.version>6.18.0-SNAPSHOT</osgp .jasper-interface.version>
52
52
<spring .version>6.1.17</spring .version>
53
- <spring .data.version>3.3.9 </spring .data.version>
54
- <spring .data.commons.version>3.3.9 </spring .data.commons.version>
53
+ <spring .data.version>3.3.11 </spring .data.version>
54
+ <spring .data.commons.version>3.3.11 </spring .data.commons.version>
55
55
<spring .security.version>6.3.9</spring .security.version>
56
56
<spring .ws.version>4.0.13</spring .ws.version>
57
57
<spring .integration.version>6.3.5</spring .integration.version>
You can’t perform that action at this time.
0 commit comments