Skip to content

Commit

Permalink
Merge branch 'master' into yaml-lib-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkareko authored Nov 8, 2022
2 parents 8ee05f8 + f1a0409 commit 4b2120f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>opensrp-server-web</artifactId>
<packaging>war</packaging>
<version>3.2.9-SNAPSHOT</version>
<version>3.2.10-SNAPSHOT</version>
<name>opensrp-server-web</name>
<description>OpenSRP Server Web Application</description>
<url>https://github.com/OpenSRP/opensrp-server-web</url>
Expand All @@ -25,7 +25,7 @@
<redis.lettuce.version>6.1.6.RELEASE</redis.lettuce.version>
<opensrp.updatePolicy>always</opensrp.updatePolicy>
<nexus-staging-maven-plugin.version>1.5.1</nexus-staging-maven-plugin.version>
<opensrp.core.version>3.2.6-SNAPSHOT</opensrp.core.version>
<opensrp.core.version>3.2.7-SNAPSHOT</opensrp.core.version>
<opensrp.connector.version>2.4.1-SNAPSHOT</opensrp.connector.version>
<opensrp.interface.version>2.0.1-SNAPSHOT</opensrp.interface.version>
<powermock.version>2.0.5</powermock.version>
Expand Down Expand Up @@ -269,7 +269,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.1</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>org.owasp.encoder</groupId>
Expand Down

0 comments on commit 4b2120f

Please sign in to comment.