File tree Expand file tree Collapse file tree 7 files changed +8
-9
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
-9
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.7 </spring .boot.version>
24
+ <spring .boot.version>3.3.8 </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.7 </spring .boot.version>
26
+ <spring .boot.version>3.3.8 </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.7 </spring .boot.version>
26
+ <spring .boot.version>3.3.8 </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.7 </spring .boot.version>
59
+ <spring .boot.version>3.3.8 </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.3.7 </version >
19
+ <version >3.3.8 </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.3.7 </version >
46
+ <version >3.3.8 </version >
47
47
<relativePath /> <!-- lookup parent from repository -->
48
48
</parent >
49
49
@@ -52,7 +52,6 @@ SPDX-License-Identifier: Apache-2.0
52
52
53
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
54
<java .version>17</java .version>
55
- <spring .boot.version>3.2.0</spring .boot.version>
56
55
<beanit .openiec61850.version>1.8.0</beanit .openiec61850.version>
57
56
58
57
<jxr .version>3.3.2</jxr .version>
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ SPDX-License-Identifier: Apache-2.0
111
111
<apache .commons.schema>2.3.1</apache .commons.schema>
112
112
<maven .clean.plugin.version>3.4.0</maven .clean.plugin.version>
113
113
<maven .compiler.plugin.version>3.13.0</maven .compiler.plugin.version>
114
- <netty .version>4.1.108 .Final</netty .version>
114
+ <netty .version>4.1.118 .Final</netty .version>
115
115
<openmuc .jdlms.version>1.8.0</openmuc .jdlms.version>
116
116
<openmuc .jdlms-annotation.version>1.8.0</openmuc .jdlms-annotation.version>
117
117
<beanit .openiec61850.version>1.8.0</beanit .openiec61850.version>
@@ -121,7 +121,7 @@ SPDX-License-Identifier: Apache-2.0
121
121
<license .maven.plugin>3.0</license .maven.plugin>
122
122
<jackson .version>2.15.3</jackson .version>
123
123
<cxf .version>4.0.3</cxf .version>
124
- <cxf .core.version>4.0.5 </cxf .core.version>
124
+ <cxf .core.version>4.0.6 </cxf .core.version>
125
125
<quartz .version>2.3.2</quartz .version>
126
126
<hikaricp .version>3.4.5</hikaricp .version>
127
127
<micrometer .version>1.13.1</micrometer .version>
You can’t perform that action at this time.
0 commit comments