Skip to content

Commit 96a23ab

Browse files
committed
* fixed #273 resort Issues, Milestones and Releases
* Issue #268 update webjars * fixed #262 setup on my current Linux Machines
1 parent 8818a8b commit 96a23ab

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.3.2.RELEASE</version>
13+
<version>2.3.3.RELEASE</version>
1414
</parent>
1515

1616
<scm>
@@ -124,27 +124,20 @@
124124
<webjars.font-awesome.version>5.14.0</webjars.font-awesome.version>
125125
<webjars.ckeditor.version>18.0.0</webjars.ckeditor.version>
126126

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-
135127
<!-- Frontend Server Site: Thymeleaf Templates -->
136128
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
137129
<thymeleaf-spring-data-dialect.version>3.4.0</thymeleaf-spring-data-dialect.version>
138130
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
139131
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
140132
<thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version>
141133
<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>
142135
<thymeleaf-testing.version>3.0.4.RELEASE</thymeleaf-testing.version>
143136

144137
<!-- Spring Boot and Spring Frameworks -->
145138
<spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version>
146139

147-
<spring-data-releasetrain.version>Neumann-SR2</spring-data-releasetrain.version>
140+
<spring-data-releasetrain.version>Neumann-SR3</spring-data-releasetrain.version>
148141
<spring-session-bom.version>Dragonfruit-RELEASE</spring-session-bom.version>
149142
<spring-framework.version>5.2.8.RELEASE</spring-framework.version>
150143
<spring-security.version>5.3.2.RELEASE</spring-security.version>

0 commit comments

Comments
 (0)