|
45 | 45 |
|
46 | 46 | <properties> |
47 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
48 | | - <jdkVersion>1.8</jdkVersion> |
49 | | - <targetJdk>1.8</targetJdk> |
50 | | - <jacoco.version>0.8.3</jacoco.version> |
| 48 | + <jdkVersion>17</jdkVersion> |
| 49 | + <targetJdk>17</targetJdk> |
| 50 | + <jacoco.version>0.8.10</jacoco.version> |
51 | 51 | </properties> |
52 | 52 |
|
53 | 53 | <profiles> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>org.threeten</groupId> |
101 | 101 | <artifactId>threetenbp</artifactId> |
102 | | - <version>1.6.5</version> |
| 102 | + <version>1.6.8</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>io.swagger</groupId> |
106 | 106 | <artifactId>swagger-annotations</artifactId> |
107 | | - <version>1.6.8</version> |
| 107 | + <version>1.6.11</version> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | | - <groupId>javax.servlet</groupId> |
111 | | - <artifactId>javax.servlet-api</artifactId> |
112 | | - <version>4.0.1</version> |
| 110 | + <groupId>jakarta.servlet</groupId> |
| 111 | + <artifactId>jakarta.servlet-api</artifactId> |
| 112 | + <version>6.0.0</version> |
113 | 113 | <scope>provided</scope> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>com.squareup.okhttp3</groupId> |
117 | 117 | <artifactId>okhttp</artifactId> |
118 | | - <version>4.10.0</version> |
| 118 | + <version>4.11.0</version> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>com.squareup.okhttp3</groupId> |
122 | 122 | <artifactId>logging-interceptor</artifactId> |
123 | | - <version>4.10.0</version> |
| 123 | + <version>4.11.0</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>org.slf4j</groupId> |
127 | 127 | <artifactId>slf4j-api</artifactId> |
128 | | - <version>2.0.5</version> |
| 128 | + <version>2.0.7</version> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>ch.qos.logback</groupId> |
132 | 132 | <artifactId>logback-classic</artifactId> |
133 | | - <version>1.3.7</version> |
| 133 | + <version>1.4.11</version> |
134 | 134 | <scope>test</scope> |
135 | 135 | </dependency> |
136 | 136 | <dependency> |
137 | 137 | <groupId>com.google.guava</groupId> |
138 | 138 | <artifactId>guava</artifactId> |
139 | | - <version>32.0.0-jre</version> |
| 139 | + <version>32.1.2-jre</version> |
140 | 140 | </dependency> |
141 | 141 | <dependency> |
142 | 142 | <groupId>com.google.code.gson</groupId> |
143 | 143 | <artifactId>gson</artifactId> |
144 | | - <version>2.9.0</version> |
| 144 | + <version>2.10.1</version> |
145 | 145 | </dependency> |
146 | 146 | <dependency> |
147 | | - <groupId>junit</groupId> |
148 | | - <artifactId>junit</artifactId> |
149 | | - <version>4.13.2</version> |
| 147 | + <groupId>org.junit.jupiter</groupId> |
| 148 | + <artifactId>junit-jupiter-api</artifactId> |
| 149 | + <version>5.6.2</version> |
150 | 150 | <scope>test</scope> |
151 | 151 | </dependency> |
| 152 | + <dependency> |
| 153 | + <groupId>org.junit.vintage</groupId> |
| 154 | + <artifactId>junit-vintage-engine</artifactId> |
| 155 | + <version>5.6.2</version> |
| 156 | + <scope>test</scope> |
| 157 | + </dependency> |
| 158 | + <dependency> |
| 159 | + <groupId>uk.org.webcompere</groupId> |
| 160 | + <artifactId>system-stubs-jupiter</artifactId> |
| 161 | + <version>2.0.2</version> |
| 162 | + </dependency> |
152 | 163 | <dependency> |
153 | 164 | <groupId>org.mockito</groupId> |
154 | 165 | <artifactId>mockito-core</artifactId> |
155 | | - <version>4.11.0</version> |
| 166 | + <version>5.4.0</version> |
156 | 167 | <scope>test</scope> |
157 | 168 | </dependency> |
158 | 169 | <dependency> |
|
164 | 175 | <dependency> |
165 | 176 | <groupId>org.springframework</groupId> |
166 | 177 | <artifactId>spring-web</artifactId> |
167 | | - <version>5.3.27</version> |
| 178 | + <version>6.0.11</version> |
168 | 179 | <scope>test</scope> |
169 | 180 | </dependency> |
170 | 181 | <dependency> |
171 | 182 | <groupId>org.springframework</groupId> |
172 | 183 | <artifactId>spring-test</artifactId> |
173 | | - <version>5.3.27</version> |
| 184 | + <version>6.0.11</version> |
174 | 185 | <scope>test</scope> |
175 | 186 | </dependency> |
176 | 187 | <dependency> |
|
188 | 199 | <dependency> |
189 | 200 | <groupId>com.squareup.okhttp3</groupId> |
190 | 201 | <artifactId>mockwebserver</artifactId> |
191 | | - <version>4.10.0</version> |
| 202 | + <version>4.11.0</version> |
192 | 203 | <scope>test</scope> |
193 | 204 | </dependency> |
194 | 205 | </dependencies> |
|
207 | 218 | <artifactId>maven-compiler-plugin</artifactId> |
208 | 219 | <version>3.8.0</version> |
209 | 220 | <configuration> |
210 | | - <source>1.8</source> |
211 | | - <target>1.8</target> |
| 221 | + <source>17</source> |
| 222 | + <target>17</target> |
212 | 223 | <optimize>true</optimize> |
213 | 224 | <debug>true</debug> |
214 | 225 | </configuration> |
|
246 | 257 | <plugin> |
247 | 258 | <groupId>org.apache.maven.plugins</groupId> |
248 | 259 | <artifactId>maven-surefire-plugin</artifactId> |
249 | | - <version>3.0.0-M3</version> |
| 260 | + <version>3.1.2</version> |
250 | 261 | <configuration> |
251 | 262 | <useSystemClassLoader>false</useSystemClassLoader> |
252 | 263 | </configuration> |
|
0 commit comments