Skip to content

Commit 878d448

Browse files
committed
updated dependencies
1 parent dd03e8a commit 878d448

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.3.5.RELEASE</version>
15+
<version>1.3.6.RELEASE</version>
1616
<relativePath/>
1717
</parent>
1818

1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<java.version>1.8</java.version>
2222
<start-class>com.myapp.Application</start-class>
23-
<querydsl.version>4.1.1</querydsl.version>
23+
<querydsl.version>4.1.3</querydsl.version>
2424
<spock.version>1.0-groovy-2.4</spock.version>
25+
<okhttp3.version>3.4.1</okhttp3.version>
2526
</properties>
2627

2728
<dependencies>
@@ -86,7 +87,7 @@
8687
<dependency>
8788
<groupId>com.squareup.okhttp3</groupId>
8889
<artifactId>okhttp</artifactId>
89-
<version>3.2.0</version>
90+
<version>${okhttp3.version}</version>
9091
</dependency>
9192
<dependency>
9293
<groupId>org.projectlombok</groupId>
@@ -117,7 +118,7 @@
117118
<dependency>
118119
<groupId>org.codehaus.groovy</groupId>
119120
<artifactId>groovy-all</artifactId>
120-
<version>2.4.6</version>
121+
<version>2.4.7</version>
121122
<scope>test</scope>
122123
</dependency>
123124
<dependency>
@@ -140,7 +141,7 @@
140141
<dependency>
141142
<groupId>com.squareup.okhttp3</groupId>
142143
<artifactId>mockwebserver</artifactId>
143-
<version>3.2.0</version>
144+
<version>${okhttp3.version}</version>
144145
<scope>test</scope>
145146
</dependency>
146147
</dependencies>

0 commit comments

Comments
 (0)