Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: PRAFUL RAKHADE <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 18, 2023
1 parent c9eca93 commit 069b640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/kernel-syncdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<micrometer.registry.prometheus.version>1.4.2</micrometer.registry.prometheus.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.auth.adaptor.version>1.2.0.1-B2</kernel.auth.adaptor.version>
<kernel.auth.adaptor.version>1.2.0.1-B3</kernel.auth.adaptor.version>
<kernel.logger.version>1.2.0.1-B2</kernel.logger.version>
<kernel.crypto.version>1.2.0.1-B2</kernel.crypto.version>
<kernel.keymanager.version>1.2.0.1-B2</kernel.keymanager.version>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>${kernel.core.version}</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -457,7 +457,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
<version>1.2.0.1-B3</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 069b640

Please sign in to comment.