66
77 <artifactId >biosdk-client</artifactId >
88 <groupId >io.mosip.biosdk</groupId >
9- <version >1.3.0 -SNAPSHOT</version >
9+ <version >1.3.1 -SNAPSHOT</version >
1010 <name >biosdk-client</name >
1111
1212 <description >Sample implementation of biometrics SDK client</description >
3838 <git .commit.id.plugin.version>3.0.1</git .commit.id.plugin.version>
3939
4040 <!-- Kernel -->
41- <kernel .bom.version>1.3.0 -SNAPSHOT</kernel .bom.version>
42- <kernel .core.version>1.3.0 -SNAPSHOT</kernel .core.version>
43- <kernel .logger.logback.version>1.3.0 -SNAPSHOT</kernel .logger.logback.version>
44- <kernel .biometrics.api.version>1.3.0 -SNAPSHOT</kernel .biometrics.api.version>
45-
46- <!-- Test -->
47- <junit .jupiter.version>5.10.2</junit .jupiter.version>
48- <mockito .core.version>5.12.0</mockito .core.version>
49-
50- <!-- Sonar exclusions -->
41+ <kernel .bom.version>1.2.2 -SNAPSHOT</kernel .bom.version>
42+ <kernel .core.version>1.2.2 -SNAPSHOT</kernel .core.version>
43+ <kernel .logger.logback.version>1.2.2 -SNAPSHOT</kernel .logger.logback.version>
44+ <kernel .biometrics.api.version>1.3.1 -SNAPSHOT</kernel .biometrics.api.version>
45+
46+ <!-- Test -->
47+ <junit .jupiter.version>5.10.2</junit .jupiter.version>
48+ <mockito .core.version>5.12.0</mockito .core.version>
49+
50+ <!-- Sonar exclusions -->
5151 <sonar .coverage.exclusions>**/constant/**,**/dto/**</sonar .coverage.exclusions>
5252 </properties >
5353
185185 <artifactId >mockwebserver</artifactId >
186186 <scope >test</scope >
187187 </dependency >
188- <dependency >
189- <groupId >org.junit.jupiter</groupId >
190- <artifactId >junit-jupiter-engine</artifactId >
191- <version >${junit.jupiter.version} </version >
192- <scope >test</scope >
193- </dependency >
194- <dependency >
195- <groupId >org.junit.jupiter</groupId >
196- <artifactId >junit-jupiter-api</artifactId >
197- <version >${junit.jupiter.version} </version >
198- <scope >test</scope >
199- </dependency >
200- <dependency >
201- <groupId >org.mockito</groupId >
202- <artifactId >mockito-core</artifactId >
203- <version >${mockito.core.version} </version >
204- <scope >test</scope >
188+ <dependency >
189+ <groupId >org.junit.jupiter</groupId >
190+ <artifactId >junit-jupiter-engine</artifactId >
191+ <version >${junit.jupiter.version} </version >
192+ <scope >test</scope >
193+ </dependency >
194+ <dependency >
195+ <groupId >org.junit.jupiter</groupId >
196+ <artifactId >junit-jupiter-api</artifactId >
197+ <version >${junit.jupiter.version} </version >
198+ <scope >test</scope >
199+ </dependency >
200+ <dependency >
201+ <groupId >org.mockito</groupId >
202+ <artifactId >mockito-core</artifactId >
203+ <version >${mockito.core.version} </version >
204+ <scope >test</scope >
205205 </dependency >
206206 </dependencies >
207207
476476 <organization >MOSIP</organization >
477477 <organizationUrl >https://www.mosip.io</organizationUrl >
478478 </developer >
479- </developers >
479+ </developers >
480480</project >
0 commit comments