|
5 | 5 | <parent>
|
6 | 6 | <artifactId>ipp-v3-java-devkit-pom</artifactId>
|
7 | 7 | <groupId>com.intuit.quickbooks-online</groupId>
|
8 |
| - <version>6.4.0</version> |
| 8 | + <version>6.4.1</version> |
9 | 9 | </parent>
|
10 | 10 | <artifactId>ipp-v3-java-devkit</artifactId>
|
11 | 11 | <packaging>jar</packaging>
|
|
20 | 20 | <dependency>
|
21 | 21 | <groupId>com.intuit.quickbooks-online</groupId>
|
22 | 22 | <artifactId>ipp-v3-java-data</artifactId>
|
23 |
| - <version>6.4.0</version> |
| 23 | + <version>6.4.1</version> |
24 | 24 | <exclusions>
|
25 | 25 | <exclusion>
|
26 | 26 | <groupId>javax.xml.bind</groupId>
|
|
44 | 44 | </exclusion>
|
45 | 45 | </exclusions>
|
46 | 46 | </dependency>
|
47 |
| - <dependency> |
48 |
| - <groupId>asm</groupId> |
49 |
| - <artifactId>asm-commons</artifactId> |
50 |
| - <version>3.3.1</version> |
| 47 | + <dependency> |
| 48 | + <groupId>org.ow2.asm</groupId> |
| 49 | + <artifactId>asm-commons</artifactId> |
| 50 | + <version>9.7</version> |
51 | 51 | </dependency>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>com.sun.mail</groupId>
|
|
106 | 106 | <artifactId>commons-beanutils</artifactId>
|
107 | 107 | <version>1.9.4</version>
|
108 | 108 | </dependency>
|
109 |
| - <dependency> |
110 |
| - <groupId>commons-io</groupId> |
111 |
| - <artifactId>commons-io</artifactId> |
112 |
| - <version>2.5</version> |
| 109 | + <dependency> |
| 110 | + <groupId>commons-io</groupId> |
| 111 | + <artifactId>commons-io</artifactId> |
| 112 | + <version>2.16.1</version> |
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>commons-codec</groupId>
|
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>net.bytebuddy</groupId>
|
132 | 132 | <artifactId>byte-buddy</artifactId>
|
133 |
| - <version>1.12.10</version> |
| 133 | + <version>1.15.0</version> |
134 | 134 | </dependency>
|
135 | 135 | </dependencies>
|
136 | 136 | <build>
|
|
0 commit comments