|
10 | 10 | <parent> |
11 | 11 | <groupId>org.springframework.boot</groupId> |
12 | 12 | <artifactId>spring-boot-starter-parent</artifactId> |
13 | | - <version>2.3.2.RELEASE</version> |
| 13 | + <version>2.3.3.RELEASE</version> |
14 | 14 | </parent> |
15 | 15 |
|
16 | 16 | <scm> |
|
124 | 124 | <webjars.font-awesome.version>5.14.0</webjars.font-awesome.version> |
125 | 125 | <webjars.ckeditor.version>18.0.0</webjars.ckeditor.version> |
126 | 126 |
|
127 | | - <!-- Frontend Client Site --> |
128 | | - <!-- |
129 | | - <webjars.jquery.version>3.4.1</webjars.jquery.version> |
130 | | - <webjars.bootstrap.version>4.4.1-1</webjars.bootstrap.version> |
131 | | - <webjars.font-awesome.version>5.13.0</webjars.font-awesome.version> |
132 | | - <webjars.ckeditor.version>4.14.0</webjars.ckeditor.version> |
133 | | - --> |
134 | | - |
135 | 127 | <!-- Frontend Server Site: Thymeleaf Templates --> |
136 | 128 | <thymeleaf.version>3.0.11.RELEASE</thymeleaf.version> |
137 | 129 | <thymeleaf-spring-data-dialect.version>3.4.0</thymeleaf-spring-data-dialect.version> |
138 | 130 | <thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version> |
139 | 131 | <thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version> |
140 | 132 | <thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version> |
141 | 133 | <thymeleaf-extras-springsecurity.version>3.0.4.RELEASE</thymeleaf-extras-springsecurity.version> |
| 134 | + <thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version> |
142 | 135 | <thymeleaf-testing.version>3.0.4.RELEASE</thymeleaf-testing.version> |
143 | 136 |
|
144 | 137 | <!-- Spring Boot and Spring Frameworks --> |
145 | 138 | <spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version> |
146 | 139 |
|
147 | | - <spring-data-releasetrain.version>Neumann-SR2</spring-data-releasetrain.version> |
| 140 | + <spring-data-releasetrain.version>Neumann-SR3</spring-data-releasetrain.version> |
148 | 141 | <spring-session-bom.version>Dragonfruit-RELEASE</spring-session-bom.version> |
149 | 142 | <spring-framework.version>5.2.8.RELEASE</spring-framework.version> |
150 | 143 | <spring-security.version>5.3.2.RELEASE</spring-security.version> |
|
0 commit comments