|
100 | 100 | <artifactId>javax.inject</artifactId> |
101 | 101 | <version>1</version> |
102 | 102 | </dependency> |
103 | | - <!--compile "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"--> |
| 103 | + <!--compile "org.springframework.boot:spring-boot-starter-web:${spring.boot.version}"--> |
104 | 104 | <dependency> |
105 | 105 | <groupId>org.springframework.boot</groupId> |
106 | 106 | <artifactId>spring-boot-starter-web</artifactId> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>org.springframework.security</groupId> |
119 | 119 | <artifactId>spring-security-core</artifactId> |
120 | | - <version>5.3.0.RELEASE</version> |
| 120 | + <version>${spring.security.version}</version> |
121 | 121 | </dependency> |
122 | 122 | <dependency> |
123 | 123 | <groupId>org.springframework.security</groupId> |
124 | 124 | <artifactId>spring-security-config</artifactId> |
125 | | - <version>5.3.0.RELEASE</version> |
| 125 | + <version>${spring.security.version}</version> |
126 | 126 | </dependency> |
127 | 127 | <dependency> |
128 | 128 | <groupId>org.springframework.security.oauth</groupId> |
129 | 129 | <artifactId>spring-security-oauth2</artifactId> |
130 | | - <version>2.4.0.RELEASE</version> |
| 130 | + <version>2.5.0.RELEASE</version> |
131 | 131 | </dependency> |
132 | 132 | <dependency> |
133 | 133 | <groupId>org.springframework.security</groupId> |
134 | 134 | <artifactId>spring-security-oauth2-client</artifactId> |
135 | | - <version>5.3.0.RELEASE</version> |
| 135 | + <version>${spring.security.version}</version> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
138 | 138 | <groupId>org.springframework.security</groupId> |
139 | 139 | <artifactId>spring-security-web</artifactId> |
140 | | - <version>5.3.0.RELEASE</version> |
| 140 | + <version>${spring.security.version}</version> |
| 141 | + </dependency> |
| 142 | + <dependency> |
| 143 | + <groupId>org.springframework.security</groupId> |
| 144 | + <artifactId>spring-security-oauth2-resource-server</artifactId> |
| 145 | + <version>${spring.security.version}</version> |
141 | 146 | </dependency> |
142 | 147 | <dependency> |
143 | 148 | <groupId>org.springframework.security</groupId> |
144 | 149 | <artifactId>spring-security-oauth2-jose</artifactId> |
145 | | - <version>5.3.0.RELEASE</version> |
146 | | - </dependency> |
| 150 | + <version>${spring.security.version}</version> |
| 151 | + </dependency> |
147 | 152 | <dependency> |
148 | 153 | <groupId>net.devh</groupId> |
149 | 154 | <artifactId>grpc-server-spring-boot-starter</artifactId> |
150 | | - <version>2.4.0.RELEASE</version> |
| 155 | + <version>${grpc.spring.boot.starter.version}</version> |
151 | 156 | </dependency> |
152 | 157 | <dependency> |
153 | 158 | <groupId>com.nimbusds</groupId> |
|
157 | 162 | <dependency> |
158 | 163 | <groupId>org.springframework.security</groupId> |
159 | 164 | <artifactId>spring-security-oauth2-core</artifactId> |
160 | | - <version>5.3.0.RELEASE</version> |
| 165 | + <version>${spring.security.version}</version> |
161 | 166 | </dependency> |
162 | | - <!--compile "org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}"--> |
| 167 | + <!--compile "org.springframework.boot:spring-boot-starter-data-jpa:${spring.boot.version}"--> |
163 | 168 | <dependency> |
164 | 169 | <groupId>org.springframework.boot</groupId> |
165 | 170 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
166 | 171 | </dependency> |
167 | | - <!--compile "org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}"--> |
| 172 | + <!--compile "org.springframework.boot:spring-boot-starter-actuator:${spring.boot.version}"--> |
168 | 173 | <dependency> |
169 | 174 | <groupId>org.springframework.boot</groupId> |
170 | 175 | <artifactId>spring-boot-starter-actuator</artifactId> |
|
175 | 180 | <groupId>org.springframework.boot</groupId> |
176 | 181 | <artifactId>spring-boot-configuration-processor</artifactId> |
177 | 182 | </dependency> |
178 | | - <!--compile "io.grpc:grpc-services:${grpcVersion}"--> |
| 183 | + <!--compile "io.grpc:grpc-services:${grpc.version}"--> |
179 | 184 | <dependency> |
180 | 185 | <groupId>io.grpc</groupId> |
181 | 186 | <artifactId>grpc-services</artifactId> |
182 | 187 | </dependency> |
183 | | - <!--compile "io.grpc:grpc-stub:${grpcVersion}"--> |
| 188 | + <!--compile "io.grpc:grpc-stub:${grpc.version}"--> |
184 | 189 | <dependency> |
185 | 190 | <groupId>io.grpc</groupId> |
186 | 191 | <artifactId>grpc-stub</artifactId> |
187 | 192 | </dependency> |
188 | | - <!--compile "com.google.protobuf:protobuf-java-util:${protobufVersion}"--> |
| 193 | + <!--compile "com.google.protobuf:protobuf-java-util:${protobuf.version}"--> |
189 | 194 | <dependency> |
190 | 195 | <groupId>com.google.protobuf</groupId> |
191 | 196 | <artifactId>protobuf-java-util</artifactId> |
|
288 | 293 | <groupId>javax.xml.bind</groupId> |
289 | 294 | <artifactId>jaxb-api</artifactId> |
290 | 295 | </dependency> |
291 | | - |
292 | | - |
293 | 296 | <dependency> |
294 | 297 | <groupId>org.flywaydb</groupId> |
295 | 298 | <artifactId>flyway-core</artifactId> |
|
300 | 303 | <artifactId>hibernate-validator-annotation-processor</artifactId> |
301 | 304 | <version>6.1.2.Final</version> |
302 | 305 | </dependency> |
303 | | - |
304 | 306 | <dependency> |
305 | 307 | <groupId>org.mockito</groupId> |
306 | 308 | <artifactId>mockito-core</artifactId> |
307 | | - <version>2.23.0</version> |
| 309 | + <version>${mockito.version}</version> |
308 | 310 | <scope>test</scope> |
309 | 311 | </dependency> |
310 | 312 | <dependency> |
|
0 commit comments