Skip to content

Commit

Permalink
Bump delta-api dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitapaliwal123 committed Aug 9, 2023
1 parent e8bb01f commit 2a42591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion delta-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-api-common</artifactId>
<version>6.7.1</version>
<version>${cdap.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<properties>
<jee.version>7</jee.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.9.1-SNAPSHOT</cdap.version>
<cdap.version>6.9.1</cdap.version>
<failsafe.version>2.3.3</failsafe.version>
<guava.version>13.0.1</guava.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 2a42591

Please sign in to comment.