|
13 | 13 | <parent> |
14 | 14 | <groupId>org.springframework.boot</groupId> |
15 | 15 | <artifactId>spring-boot-starter-parent</artifactId> |
16 | | - <version>2.6.1</version> |
| 16 | + <version>2.6.2</version> |
17 | 17 | </parent> |
18 | 18 |
|
19 | 19 | <modules> |
|
45 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
46 | 46 | <validatorTimestamp>${maven.build.timestamp}</validatorTimestamp> |
47 | 47 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss (XXX)</maven.build.timestamp.format> |
48 | | - <!-- Note START |
49 | | - For Spring Boot versions above 2.6.1 check to see |
50 | | - if the org.thymeleaf.thymeleaf-spring5 dependency is at least at 3.0.13.RELEASE. |
51 | | - If yes remove the explicit thymeleaf version and dependency management section |
52 | | - (this was added to address CVE-2021-43466). |
53 | | - --> |
54 | | - <version.springBoot>2.6.1</version.springBoot> |
55 | | - <version.thymeleaf>3.0.13.RELEASE</version.thymeleaf> |
56 | | - <!-- Note END --> |
| 48 | + <version.springBoot>2.6.2</version.springBoot> |
57 | 49 | <version.gitbTypes>1.15.0</version.gitbTypes> |
58 | 50 | <version.itbCommons>1.1.0-SNAPSHOT</version.itbCommons> |
59 | 51 | <version.slf4j>1.7.32</version.slf4j> |
|
105 | 97 |
|
106 | 98 | <dependencyManagement> |
107 | 99 | <dependencies> |
108 | | - <dependency> |
109 | | - <groupId>org.thymeleaf</groupId> |
110 | | - <artifactId>thymeleaf-spring5</artifactId> |
111 | | - <version>${version.thymeleaf}</version> |
112 | | - </dependency> |
113 | | - <dependency> |
114 | | - <groupId>org.thymeleaf</groupId> |
115 | | - <artifactId>thymeleaf</artifactId> |
116 | | - <version>${version.thymeleaf}</version> |
117 | | - </dependency> |
118 | 100 | <dependency> |
119 | 101 | <groupId>eu.europa.ec.itb.json</groupId> |
120 | 102 | <artifactId>jsonvalidator-common</artifactId> |
|
0 commit comments