Skip to content

Commit f477f8c

Browse files
Release JxBrowser 7.39.2 (#144)
* Bump JxBrowser version to 7.39.2 In this changeset, we: * Change version in: build.gradle.kts. * Update the plug-in version * Update the Copyright year
1 parent 5c6f62a commit f477f8c

File tree

115 files changed

+117
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+117
-117
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following
@@ -28,10 +28,10 @@ plugins {
2828
java
2929

3030
// Provides convenience methods for adding JxBrowser dependencies into a project.
31-
id("com.teamdev.jxbrowser") version "1.0.2"
31+
id("com.teamdev.jxbrowser") version "1.1.0"
3232
}
3333

34-
val jxBrowserVersion by extra { "7.39.1" } // The version of JxBrowser used in the examples.
34+
val jxBrowserVersion by extra { "7.39.2" } // The version of JxBrowser used in the examples.
3535
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
3636

3737
allprojects {

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

buildSrc/src/main/kotlin/Swt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/CustomCss.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/CustomProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/DefaultZoomLevel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/DisablePdfViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/DisableZoom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchKeyEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

examples/src/main/java/com/teamdev/jxbrowser/examples/DispatchMouseEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2024, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

0 commit comments

Comments
 (0)