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 Aug 8, 2024
1 parent 81bd5ff commit 3cd97e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions captcha-validation-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<spring-cloud-config.version>2.0.0.RELEASE</spring-cloud-config.version>
<kernel.version>1.2.1-SNAPSHOT</kernel.version>
<kernel.version>1.3.0-SNAPSHOT</kernel.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-bom</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-logger-logback</artifactId>
<version>1.2.0.1-B1</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -132,12 +132,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0-rc1</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0-rc1</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 3cd97e7

Please sign in to comment.