Skip to content

Commit

Permalink
Merge pull request #52 from cdapio/bugfix/CDAP-17729-update-dependenc…
Browse files Browse the repository at this point in the history
…y-versions

Update dependency versions in cdapio/common
  • Loading branch information
greeshmaswaminathan authored Mar 2, 2021
2 parents eb66906 + 1226752 commit 0fdc186
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 57 deletions.
3 changes: 2 additions & 1 deletion common-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ the License.
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
50 changes: 0 additions & 50 deletions common-io/src/main/java/io/cdap/common/internal/asm/Debugs.java

This file was deleted.

3 changes: 2 additions & 1 deletion common-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ the License.
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@ the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<asm.version>4.0</asm.version>
<asm.version>7.1</asm.version>
<findbugs.jsr305.version>2.0.1</findbugs.jsr305.version>
<geronimo.version>2.0.0</geronimo.version>
<guava.version>13.0.1</guava.version>
<guice.version>3.0</guice.version>
<guice.version>4.0</guice.version>
<gson.version>2.2.4</gson.version>
<netty.http.version>1.2.0</netty.http.version>
<netty.http.version>1.5.0</netty.http.version>
<jackson.version>1.8.8</jackson.version>
<jline.version>2.12</jline.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<logback.version>1.0.9</logback.version>
<servlet.api.version>3.0.1</servlet.api.version>
<slf4j.version>1.7.5</slf4j.version>
<netty.version>3.6.6.Final</netty.version>
<twill.version>0.4.0-incubating</twill.version>
<netty.version>4.1.16.Final</netty.version>
<twill.version>0.14.0</twill.version>
<unboundid.version>2.3.6</unboundid.version>
<resteasy.version>3.0.8.Final</resteasy.version>
<hadoop.version>2.3.0</hadoop.version>
Expand Down

0 comments on commit 0fdc186

Please sign in to comment.