Skip to content

Commit d8c519a

Browse files
Updated GroupDocs.Viewer for Java to v23.11
1 parent fc10586 commit d8c519a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.groupdocs</groupId>
88
<artifactId>groupdocs-viewer-ui</artifactId>
9-
<version>23.7.2</version>
9+
<version>23.11</version>
1010
<packaging>jar</packaging>
1111

1212
<name>GroupDocs.Viewer for Java User Interface</name>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.groupdocs</groupId>
5656
<artifactId>groupdocs-viewer</artifactId>
57-
<version>23.7</version>
57+
<version>23.11</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
<dependency>

samples/groupdocs-viewer-java-ui-spring-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.example</groupId>
1212
<artifactId>groupdocs-viewer-java-ui-spring-boot</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>23.11</version>
1414
<name>demo</name>
1515
<description>Demo project for Spring Boot</description>
1616
<properties>
@@ -31,13 +31,13 @@
3131
<dependency>
3232
<groupId>com.groupdocs</groupId>
3333
<artifactId>groupdocs-viewer-ui</artifactId>
34-
<version>23.7.2</version>
34+
<version>${project.version}</version>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>com.groupdocs</groupId>
3939
<artifactId>groupdocs-viewer</artifactId>
40-
<version>23.7</version>
40+
<version>23.11</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)