Skip to content

Commit

Permalink
MAT-6463: upgrade cqframework
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb committed Jan 26, 2024
1 parent e5c3819 commit 6b94e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-rest-commons</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Madie Rest Commons</name>
Expand All @@ -21,7 +21,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cqframework.version>3.3.2</cqframework.version>
<cqframework.version>3.6.0</cqframework.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 6b94e55

Please sign in to comment.