Skip to content

Commit 0231144

Browse files
committed
Updated Code Examples for Aspose.BarCode for Java 20.10
1 parent 7a62139 commit 0231144

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
<dependency>
2626
<groupId>com.aspose</groupId>
2727
<artifactId>aspose-barcode</artifactId>
28-
<version>20.9</version>
28+
<version>20.10</version>
2929
<classifier>jdk17</classifier>
3030
</dependency>
3131
<dependency>
3232
<!-- Aspose.PDF is required for working with PDF as used in one of the examples under technical articles section. -->
3333
<groupId>com.aspose</groupId>
3434
<artifactId>aspose-pdf</artifactId>
35-
<version>20.6</version>
35+
<version>20.10</version>
3636
<classifier>jdk16</classifier>
3737
</dependency>
3838
<dependency>
3939
<!-- Aspose.Words is required for working with Word as used in one of the examples under technical articles section. -->
4040
<groupId>com.aspose</groupId>
4141
<artifactId>aspose-words</artifactId>
42-
<version>20.9</version>
42+
<version>20.10</version>
4343
<classifier>jdk17</classifier>
4444
</dependency>
4545
</dependencies>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)