Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
ase-101 committed Jan 31, 2024
1 parent 9b8514c commit 6cce093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions signup-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-core</artifactId>
<version>1.1.0</version>
<version>1.3.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -151,12 +151,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.2.0.1-B1</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-logger-logback</artifactId>
<version>1.2.0.1-B1</version>
<version>1.2.0.1-B2</version>
<exclusions>
<exclusion>
<groupId>io.mosip.kernel</groupId>
Expand All @@ -172,7 +172,7 @@
<dependency>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-integration-api</artifactId>
<version>1.1.0</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 6cce093

Please sign in to comment.