Skip to content

Commit ec259f5

Browse files
Updated GroupDocs.Viewer for Java to v24.10
1 parent c8f5bb7 commit ec259f5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ User Interface for GroupDocs.Viewer for Java. API for easily integrating a docum
2121
<dependency>
2222
<groupId>com.groupdocs</groupId>
2323
<artifactId>groupdocs-viewer-ui</artifactId>
24-
<version>24.8</version>
24+
<version>24.10</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.groupdocs</groupId>
2929
<artifactId>groupdocs-viewer</artifactId>
30-
<version>24.8</version>
30+
<version>24.10</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>

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>24.8</version>
9+
<version>24.10</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>24.8</version>
57+
<version>24.10</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
<dependency>

res/simplified-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>groupdocs-viewer-ui</artifactId>
77
<name>GroupDocs.Viewer for Java User Interface</name>
88
<url>https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-UI</url>
9-
<version>24.8</version>
9+
<version>24.10</version>
1010
<description>
1111
GroupDocs.Viewer UI is a rich UI interface that designed to work in conjunction with GroupDocs.Viewer for Java to display most popular file and document formats in a browser.
1212
To integrate GroupDocs.Viewer UI in your Java project you just need to configure Viewer API and handle requests using specific endpoint handler provided in GroupDocs.Viewer.UI.

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

Lines changed: 2 additions & 2 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>24.8</version>
13+
<version>24.10</version>
1414
<name>demo</name>
1515
<description>Demo project for Spring Boot</description>
1616
<properties>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.groupdocs</groupId>
3939
<artifactId>groupdocs-viewer</artifactId>
40-
<version>24.8</version>
40+
<version>24.10</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)