Skip to content

Commit ce36b74

Browse files

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

pom.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<version>${slf4j.version}</version>
5353
</dependency>
5454

55-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml -->
55+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml -->
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter</artifactId>
@@ -64,7 +64,7 @@
6464
</exclusions>
6565
</dependency>
6666

67-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml -->
67+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml -->
6868
<dependency>
6969
<groupId>org.springframework.boot</groupId>
7070
<artifactId>spring-boot-starter-jdbc</artifactId>
@@ -76,7 +76,7 @@
7676
</exclusions>
7777
</dependency>
7878

79-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml -->
79+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml -->
8080
<dependency>
8181
<groupId>org.springframework.boot</groupId>
8282
<artifactId>spring-boot-starter-jetty</artifactId>
@@ -96,25 +96,25 @@
9696
</exclusions>
9797
</dependency>
9898

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

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

111-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml -->
111+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml -->
112112
<dependency>
113113
<groupId>org.springframework.boot</groupId>
114114
<artifactId>spring-boot-starter-security</artifactId>
115115
</dependency>
116116

117-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml -->
117+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml -->
118118
<dependency>
119119
<groupId>org.springframework.boot</groupId>
120120
<artifactId>spring-boot-starter-thymeleaf</artifactId>
@@ -126,7 +126,7 @@
126126
</exclusions>
127127
</dependency>
128128

129-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
129+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
130130
<dependency>
131131
<groupId>org.springframework.boot</groupId>
132132
<artifactId>spring-boot-starter-web</artifactId>
@@ -421,7 +421,7 @@
421421

422422
<!--
423423
For ConfigFileApplicationContextInitializer class.
424-
https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-test/pom.xml
424+
https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-test/pom.xml
425425
-->
426426
<dependency>
427427
<groupId>org.springframework.boot</groupId>
@@ -453,10 +453,10 @@
453453
</dependencies>
454454

455455
<parent>
456-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
456+
<!-- https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml -->
457457
<groupId>org.springframework.boot</groupId>
458458
<artifactId>spring-boot-starter-parent</artifactId>
459-
<version>1.5.7.RELEASE</version>
459+
<version>1.5.13.RELEASE</version>
460460
</parent>
461461

462462
<properties>
@@ -472,10 +472,10 @@
472472
<codenarc.plugin.version>0.22-1</codenarc.plugin.version>
473473
<codenarc.version>0.27.0</codenarc.version>
474474

475-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
475+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
476476
<commons-dbcp.version>1.4</commons-dbcp.version>
477477

478-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
478+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
479479
<commons-pool.version>1.5.4</commons-pool.version>
480480

481481
<commons.lang.version>3.4</commons.lang.version>
@@ -493,56 +493,56 @@
493493
<findbugs.plugin.version>3.0.5</findbugs.plugin.version>
494494
<gmavenplus.plugin.version>1.5</gmavenplus.plugin.version>
495495

496-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
496+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
497497
<groovy.version>2.0.8</groovy.version>
498498

499-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
499+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
500500
<h2.version>1.4.196</h2.version>
501501

502-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
502+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
503503
<hamcrest.version>1.3</hamcrest.version>
504504

505-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
505+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
506506
<hibernate-validator.version>5.2.5.Final</hibernate-validator.version>
507507

508-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
508+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
509509
<htmlunit.version>2.21</htmlunit.version>
510510

511511
<jacoco.plugin.version>0.7.9</jacoco.plugin.version>
512512
<jasmine.plugin.version>2.2</jasmine.plugin.version>
513513

514-
<!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
514+
<!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
515515
<java.version>1.8</java.version>
516516

517517
<javadoc.plugin.version>3.0.0</javadoc.plugin.version>
518518

519-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
519+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
520520
<javax-mail.version>1.5.4</javax-mail.version>
521521

522522
<javax.validation.version>1.1.0.Final</javax.validation.version>
523523

524-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
524+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
525525
<jetty.version>9.2.18.v20160721</jetty.version>
526526

527527
<!-- Don't forget to update version in the Url class -->
528528
<jquery.version>1.9.1</jquery.version>
529529

530530
<jsoup.version>1.11.2</jsoup.version>
531531

532-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
532+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
533533
<junit.version>4.12</junit.version>
534534

535535
<license.plugin.version>3.0</license.plugin.version>
536536

537-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
537+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
538538
<liquibase.version>3.5.3</liquibase.version>
539539

540-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
540+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
541541
<lombok.version>1.16.18</lombok.version>
542542

543543
<minify.plugin.version>1.7.6</minify.plugin.version>
544544

545-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
545+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
546546
<mysql.version>5.1.45</mysql.version>
547547

548548
<native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
@@ -556,36 +556,36 @@
556556
<!-- Don't forget to update version in the Url class and in the src/main/webapp/WEB-INF/views/series/add.html -->
557557
<selectizejs.version>0.12.4</selectizejs.version>
558558

559-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
559+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
560560
<selenium.version>2.53.1</selenium.version>
561561

562-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
562+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
563563
<servlet-api.version>3.1.0</servlet-api.version>
564564

565565
<skipUnitTests>false</skipUnitTests>
566566

567-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
567+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
568568
<slf4j.version>1.7.25</slf4j.version>
569569

570570
<sortpom.plugin.version>2.5.0</sortpom.plugin.version>
571571

572-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
572+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
573573
<spock.version>1.0-groovy-2.0</spock.version>
574574

575-
<!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
575+
<!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) -->
576576
<start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
577577

578578
<subethasmtp.version>3.1.7</subethasmtp.version>
579579
<surefire.plugin.version>2.19.1</surefire.plugin.version>
580580
<testng.version>6.8.8</testng.version>
581581
<thumbnailator.version>0.4.8</thumbnailator.version>
582582

583-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
583+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
584584
<thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
585585

586586
<thymeleaf.togglz.version>2.0.1.RELEASE</thymeleaf.togglz.version>
587587

588-
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot-dependencies/pom.xml) -->
588+
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot-dependencies/pom.xml) -->
589589
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
590590

591591
<togglz.version>2.5.0.Final</togglz.version>

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
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.5.7.RELEASE/api/org/springframework/boot/autoconfigure/web/MultipartProperties.html
18+
# See for details: http://docs.spring.io/autorepo/docs/spring-boot/1.5.13.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

Lines changed: 1 addition & 1 deletion
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.5.x/reference/html/howto-logging.html#howto-configure-logback-for-logging
7-
https://github.com/spring-projects/spring-boot/blob/v1.5.7.RELEASE/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml
7+
https://github.com/spring-projects/spring-boot/blob/v1.5.13.RELEASE/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml
88
-->
99

1010
<!--

0 commit comments

Comments
 (0)