Skip to content

Commit 335fbfb

Browse files
committed
pom.xml: update Spring Boot to 1.4.7.RELEASE
This also updates Spring Framework to 4.3.9.RELEASE Changelog: - https://spring.io/blog/2017/06/08/spring-boot-1-4-7-available-now - https://spring.io/blog/2017/06/07/spring-framework-4-3-9-available-now No functional changes.
1 parent eede8a2 commit 335fbfb

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

pom.xml

+30-30
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<version>${slf4j.version}</version>
4747
</dependency>
4848

49-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml -->
49+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml -->
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter</artifactId>
@@ -58,7 +58,7 @@
5858
</exclusions>
5959
</dependency>
6060

61-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml -->
61+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml -->
6262
<dependency>
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-jdbc</artifactId>
@@ -70,7 +70,7 @@
7070
</exclusions>
7171
</dependency>
7272

73-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml -->
73+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml -->
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>
7676
<artifactId>spring-boot-starter-jetty</artifactId>
@@ -90,25 +90,25 @@
9090
</exclusions>
9191
</dependency>
9292

93-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml -->
93+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml -->
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-starter-logging</artifactId>
9797
</dependency>
9898

99-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml -->
99+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml -->
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
102102
<artifactId>spring-boot-starter-mail</artifactId>
103103
</dependency>
104104

105-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml -->
105+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml -->
106106
<dependency>
107107
<groupId>org.springframework.boot</groupId>
108108
<artifactId>spring-boot-starter-security</artifactId>
109109
</dependency>
110110

111-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml -->
111+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml -->
112112
<dependency>
113113
<groupId>org.springframework.boot</groupId>
114114
<artifactId>spring-boot-starter-thymeleaf</artifactId>
@@ -120,7 +120,7 @@
120120
</exclusions>
121121
</dependency>
122122

123-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
123+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
124124
<dependency>
125125
<groupId>org.springframework.boot</groupId>
126126
<artifactId>spring-boot-starter-web</artifactId>
@@ -380,7 +380,7 @@
380380

381381
<!--
382382
For ConfigFileApplicationContextInitializer class.
383-
https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-test/pom.xml
383+
https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-test/pom.xml
384384
-->
385385
<dependency>
386386
<groupId>org.springframework.boot</groupId>
@@ -412,10 +412,10 @@
412412
</dependencies>
413413

414414
<parent>
415-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
415+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
416416
<groupId>org.springframework.boot</groupId>
417417
<artifactId>spring-boot-starter-parent</artifactId>
418-
<version>1.4.6.RELEASE</version>
418+
<version>1.4.7.RELEASE</version>
419419
</parent>
420420

421421
<properties>
@@ -431,10 +431,10 @@
431431
<codenarc.plugin.version>0.22-1</codenarc.plugin.version>
432432
<codenarc.version>0.27.0</codenarc.version>
433433

434-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
434+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
435435
<commons-dbcp.version>1.4</commons-dbcp.version>
436436

437-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
437+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
438438
<commons-pool.version>1.5.4</commons-pool.version>
439439

440440
<commons.lang.version>3.4</commons.lang.version>
@@ -451,48 +451,48 @@
451451
<findbugs.plugin.version>3.0.4</findbugs.plugin.version>
452452
<gmavenplus.plugin.version>1.5</gmavenplus.plugin.version>
453453

454-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
454+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
455455
<groovy.version>2.0.8</groovy.version>
456456

457-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
457+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
458458
<h2.version>1.4.196</h2.version>
459459

460-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
460+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
461461
<hibernate-validator.version>5.2.5.Final</hibernate-validator.version>
462462

463-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
463+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
464464
<htmlunit.version>2.21</htmlunit.version>
465465

466466
<jacoco.plugin.version>0.7.9</jacoco.plugin.version>
467467
<jasmine.plugin.version>2.2</jasmine.plugin.version>
468468

469-
<!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
469+
<!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
470470
<java.version>1.8</java.version>
471471

472472
<javadoc.plugin.version>2.10.4</javadoc.plugin.version>
473473

474-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
474+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
475475
<javax-mail.version>1.5.4</javax-mail.version>
476476

477477
<javax.validation.version>1.1.0.Final</javax.validation.version>
478478

479-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
479+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
480480
<jetty.version>9.2.18.v20160721</jetty.version>
481481

482482
<!-- Don't forget to update version in the Url class -->
483483
<jquery.version>1.9.1</jquery.version>
484484

485485
<license.plugin.version>3.0</license.plugin.version>
486486

487-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
487+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
488488
<liquibase.version>3.5.3</liquibase.version>
489489

490-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
490+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
491491
<lombok.version>1.16.18</lombok.version>
492492

493493
<minify.plugin.version>1.7.6</minify.plugin.version>
494494

495-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
495+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
496496
<mysql.version>5.1.41</mysql.version>
497497

498498
<native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
@@ -505,36 +505,36 @@
505505
<!-- Don't forget to update version in the Url class -->
506506
<selectizejs.version>0.12.3</selectizejs.version>
507507

508-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
508+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
509509
<selenium.version>2.53.1</selenium.version>
510510

511-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
511+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
512512
<servlet-api.version>3.1.0</servlet-api.version>
513513

514514
<skipUnitTests>false</skipUnitTests>
515515

516-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
516+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
517517
<slf4j.version>1.7.25</slf4j.version>
518518

519519
<sortpom.plugin.version>2.5.0</sortpom.plugin.version>
520520

521-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
521+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
522522
<spock.version>1.0-groovy-2.0</spock.version>
523523

524-
<!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
524+
<!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
525525
<start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
526526

527527
<subethasmtp.version>3.1.7</subethasmtp.version>
528528
<surefire.plugin.version>2.19.1</surefire.plugin.version>
529529
<testng.version>6.8.8</testng.version>
530530
<thumbnailator.version>0.4.8</thumbnailator.version>
531531

532-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
532+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
533533
<thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
534534

535535
<thymeleaf.togglz.version>2.0.0.RELEASE</thymeleaf.togglz.version>
536536

537-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot-dependencies/pom.xml) -->
537+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot-dependencies/pom.xml) -->
538538
<thymeleaf.version>3.0.6.RELEASE</thymeleaf.version>
539539

540540
<togglz.version>2.3.0.Final</togglz.version>

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spring.mvc.favicon.enabled: false
1515

1616
spring.cache.type: none
1717

18-
# See for details: http://docs.spring.io/autorepo/docs/spring-boot/1.4.6.RELEASE/api/org/springframework/boot/autoconfigure/web/MultipartProperties.html
18+
# See for details: http://docs.spring.io/autorepo/docs/spring-boot/1.4.7.RELEASE/api/org/springframework/boot/autoconfigure/web/MultipartProperties.html
1919
spring.http.multipart.location: /tmp
2020
spring.http.multipart.max-request-size: 10Mb
2121
spring.http.multipart.max-file-size: 5Mb

src/test/resources/logback-test.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--
55
See for details:
66
http://docs.spring.io/spring-boot/docs/1.4.x/reference/html/howto-logging.html#howto-configure-logback-for-logging
7-
https://github.com/spring-projects/spring-boot/blob/v1.4.6.RELEASE/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml
7+
https://github.com/spring-projects/spring-boot/blob/v1.4.7.RELEASE/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml
88
-->
99

1010
<!--

0 commit comments

Comments
 (0)