File tree Expand file tree Collapse file tree
src/main/java/com/trackerforce/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >org.springframework.boot</groupId >
2626 <artifactId >spring-boot-starter-parent</artifactId >
27- <version >3.5.4 </version >
27+ <version >3.5.5 </version >
2828 <relativePath />
2929 </parent >
3030
3939
4040 <!-- Plugins -->
4141 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
42- <sonar-maven-plugin .version>5.1 .0.4751 </sonar-maven-plugin .version>
42+ <sonar-maven-plugin .version>5.2 .0.4988 </sonar-maven-plugin .version>
4343 <jacoco-maven-plugin .version>0.8.13</jacoco-maven-plugin .version>
4444
4545 <!-- Sonar -->
Original file line number Diff line number Diff line change 2828 </developers >
2929
3030 <properties >
31- <jsonwebtoken .version>0.12.6 </jsonwebtoken .version>
32- <springdoc-openapi-starter-webmvc-ui .version>2.8.9 </springdoc-openapi-starter-webmvc-ui .version>
31+ <jsonwebtoken .version>0.13.0 </jsonwebtoken .version>
32+ <springdoc-openapi-starter-webmvc-ui .version>2.8.12 </springdoc-openapi-starter-webmvc-ui .version>
3333 </properties >
3434
3535 <dependencies >
Original file line number Diff line number Diff line change 1919
2020 <properties >
2121 <trackerforce-common-tenancy .version>0.0.2-SNAPSHOT</trackerforce-common-tenancy .version>
22- <switcher-client .version>2.3.2 </switcher-client .version>
22+ <switcher-client .version>2.4.1 </switcher-client .version>
2323 </properties >
2424
2525 <profiles >
4848 </dependency >
4949
5050 <dependency >
51- <groupId >com.github. switcherapi</groupId >
51+ <groupId >com.switcherapi</groupId >
5252 <artifactId >switcher-client</artifactId >
5353 <version >${switcher-client.version} </version >
5454 </dependency >
Original file line number Diff line number Diff line change 11package com .trackerforce .session .config ;
22
3- import com .github . switcherapi .client .SwitcherContext ;
4- import com .github . switcherapi .client .SwitcherKey ;
3+ import com .switcherapi .client .SwitcherContext ;
4+ import com .switcherapi .client .SwitcherKey ;
55
66public class Features extends SwitcherContext {
77
Original file line number Diff line number Diff line change 11package com .trackerforce .session .service ;
22
3- import static com .github . switcherapi .client .SwitcherContext .getSwitcher ;
3+ import static com .switcherapi .client .SwitcherContext .getSwitcher ;
44import static com .trackerforce .session .config .Features .ML_SERVICE ;
55
66import org .springframework .http .HttpEntity ;
You can’t perform that action at this time.
0 commit comments