|
45 | 45 |
|
46 | 46 | <properties> |
47 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
48 | | - <jdkVersion>1.7</jdkVersion> |
49 | | - <targetJdk>1.7</targetJdk> |
| 48 | + <jdkVersion>1.8</jdkVersion> |
| 49 | + <targetJdk>1.8</targetJdk> |
50 | 50 | <jacoco.version>0.8.3</jacoco.version> |
51 | 51 | </properties> |
52 | 52 |
|
|
89 | 89 | <dependency> |
90 | 90 | <groupId>org.openapitools</groupId> |
91 | 91 | <artifactId>jackson-databind-nullable</artifactId> |
92 | | - <version>0.2.1</version> |
| 92 | + <version>0.2.6</version> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>javax.annotation</groupId> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>org.threeten</groupId> |
101 | 101 | <artifactId>threetenbp</artifactId> |
102 | | - <version>1.4.3</version> |
| 102 | + <version>1.6.5</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>io.swagger</groupId> |
106 | 106 | <artifactId>swagger-annotations</artifactId> |
107 | | - <version>1.5.24</version> |
| 107 | + <version>1.6.8</version> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>javax.servlet</groupId> |
|
115 | 115 | <dependency> |
116 | 116 | <groupId>com.squareup.okhttp3</groupId> |
117 | 117 | <artifactId>okhttp</artifactId> |
118 | | - <version>4.9.3</version> |
| 118 | + <version>4.10.0</version> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>com.squareup.okhttp3</groupId> |
122 | 122 | <artifactId>logging-interceptor</artifactId> |
123 | | - <version>4.9.3</version> |
| 123 | + <version>4.10.0</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>org.slf4j</groupId> |
127 | 127 | <artifactId>slf4j-api</artifactId> |
128 | | - <version>1.7.36</version> |
| 128 | + <version>2.0.5</version> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>ch.qos.logback</groupId> |
132 | 132 | <artifactId>logback-classic</artifactId> |
133 | | - <version>1.2.11</version> |
| 133 | + <version>1.3.7</version> |
134 | 134 | <scope>test</scope> |
135 | 135 | </dependency> |
136 | 136 | <dependency> |
|
152 | 152 | <dependency> |
153 | 153 | <groupId>org.mockito</groupId> |
154 | 154 | <artifactId>mockito-core</artifactId> |
155 | | - <version>4.3.1</version> |
| 155 | + <version>4.11.0</version> |
156 | 156 | <scope>test</scope> |
157 | 157 | </dependency> |
158 | 158 | <dependency> |
159 | 159 | <groupId>org.assertj</groupId> |
160 | 160 | <artifactId>assertj-core</artifactId> |
161 | | - <version>3.22.0</version> |
| 161 | + <version>3.24.2</version> |
162 | 162 | <scope>test</scope> |
163 | 163 | </dependency> |
164 | 164 | <dependency> |
165 | 165 | <groupId>org.springframework</groupId> |
166 | 166 | <artifactId>spring-web</artifactId> |
167 | | - <version>5.3.17</version> |
| 167 | + <version>5.3.27</version> |
168 | 168 | <scope>test</scope> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
171 | 171 | <groupId>org.springframework</groupId> |
172 | 172 | <artifactId>spring-test</artifactId> |
173 | | - <version>5.3.17</version> |
| 173 | + <version>5.3.27</version> |
174 | 174 | <scope>test</scope> |
175 | 175 | </dependency> |
176 | 176 | <dependency> |
177 | 177 | <groupId>org.skyscreamer</groupId> |
178 | 178 | <artifactId>jsonassert</artifactId> |
179 | | - <version>1.5.0</version> |
| 179 | + <version>1.5.1</version> |
180 | 180 | <scope>test</scope> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
|
188 | 188 | <dependency> |
189 | 189 | <groupId>com.squareup.okhttp3</groupId> |
190 | 190 | <artifactId>mockwebserver</artifactId> |
191 | | - <version>4.9.3</version> |
| 191 | + <version>4.10.0</version> |
192 | 192 | <scope>test</scope> |
193 | 193 | </dependency> |
194 | 194 | </dependencies> |
|
207 | 207 | <artifactId>maven-compiler-plugin</artifactId> |
208 | 208 | <version>3.8.0</version> |
209 | 209 | <configuration> |
210 | | - <source>1.7</source> |
211 | | - <target>1.7</target> |
| 210 | + <source>1.8</source> |
| 211 | + <target>1.8</target> |
212 | 212 | <optimize>true</optimize> |
213 | 213 | <debug>true</debug> |
214 | 214 | </configuration> |
|
0 commit comments