File tree 2 files changed +24
-4
lines changed
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Fixed
15
15
16
+ ## [ 0.19.1]
17
+
18
+ ### Fixed
19
+ - Vulnerabilities updates
20
+ - spring-boot-parent
21
+ - webjars-locator
22
+ - snakeyaml
23
+
16
24
## [ 0.19.0]
17
25
18
26
### Added
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.0 .4</version >
8
+ <version >3.1 .4</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >net.sberg</groupId >
12
12
<artifactId >openkim</artifactId >
13
- <version >0.19.0 </version >
13
+ <version >0.19.1 </version >
14
14
<name >openkim</name >
15
- <description >Open KIM Client Modul</description >
15
+ <description >Open KIM Client Modul </description >
16
16
17
17
<properties >
18
18
<logback .version>1.4.5</logback .version>
31
31
<dependency >
32
32
<groupId >org.springframework.boot</groupId >
33
33
<artifactId >spring-boot-starter-web</artifactId >
34
+ <exclusions >
35
+ <!-- exclude snakeyaml version 1.33 (with Vulnerabilities), newer version 2.2 is set later-->
36
+ <exclusion >
37
+ <groupId >org.yaml</groupId >
38
+ <artifactId >snakeyaml</artifactId >
39
+ </exclusion >
40
+ </exclusions >
41
+ </dependency >
42
+ <dependency >
43
+ <groupId >org.yaml</groupId >
44
+ <artifactId >snakeyaml</artifactId >
45
+ <version >2.2</version >
34
46
</dependency >
35
47
<dependency >
36
48
<groupId >org.springframework.boot</groupId >
211
223
<dependency >
212
224
<groupId >org.webjars</groupId >
213
225
<artifactId >webjars-locator</artifactId >
214
- <version >0.45 </version >
226
+ <version >0.47 </version >
215
227
</dependency >
216
228
<dependency >
217
229
<groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments