Skip to content

Commit f61209f

Browse files
Bump JxBrowser version to 7.26 (#86)
In this changeset, we: * Change version in: build.gradle, tutorials/docker/project/build.gradle.
1 parent b40741a commit f61209f

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
}
3434

3535
ext {
36-
jxBrowserVersion = '7.25' // The version of JxBrowser used in the examples.
36+
jxBrowserVersion = '7.26' // The version of JxBrowser used in the examples.
3737
guavaVersion = '29.0-jre' // Some of the examples use Guava.
3838
}
3939

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
/*
2-
* Copyright 2021, TeamDev. All rights reserved.
3-
*
4-
* Redistribution and use in source and/or binary forms, with or without
5-
* modification, must retain the above copyright notice and the following
6-
* disclaimer.
7-
*
8-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11-
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12-
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
13-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
14-
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15-
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
16-
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19-
*/
20-
21-
plugins {
22-
// Provides convenience methods for adding JxBrowser dependencies into a project.
23-
id "com.teamdev.jxbrowser.gradle" version "0.0.3"
24-
}
25-
26-
apply plugin: 'java'
27-
apply plugin: 'application'
28-
29-
mainClassName = 'DemoApp'
30-
31-
repositories {
32-
mavenCentral()
33-
}
34-
35-
jxbrowser {
36-
version = '7.25'
37-
}
38-
39-
dependencies {
40-
implementation jxbrowser.swing()
41-
implementation jxbrowser.linux64()
42-
}
1+
/*
2+
* Copyright 2021, TeamDev. All rights reserved.
3+
*
4+
* Redistribution and use in source and/or binary forms, with or without
5+
* modification, must retain the above copyright notice and the following
6+
* disclaimer.
7+
*
8+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9+
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
10+
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11+
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
12+
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
13+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
14+
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
16+
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19+
*/
20+
21+
plugins {
22+
// Provides convenience methods for adding JxBrowser dependencies into a project.
23+
id "com.teamdev.jxbrowser.gradle" version "0.0.3"
24+
}
25+
26+
apply plugin: 'java'
27+
apply plugin: 'application'
28+
29+
mainClassName = 'DemoApp'
30+
31+
repositories {
32+
mavenCentral()
33+
}
34+
35+
jxbrowser {
36+
version = '7.26'
37+
}
38+
39+
dependencies {
40+
implementation jxbrowser.swing()
41+
implementation jxbrowser.linux64()
42+
}

0 commit comments

Comments
 (0)