diff --git a/_service b/_service
index 577f47c..5ffdfba 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,10 @@
git
https://github.com/jhy/jsoup.git
- 1.14.2
- jsoup-1.14.2
+ jsoup-1.15.3
+ jsoup-*
+ @PARENT_TAG@
+ jsoup-(.*)
src/test/resources
diff --git a/jsoup-1.14.2.tar.xz b/jsoup-1.14.2.tar.xz
deleted file mode 100644
index 3059833..0000000
--- a/jsoup-1.14.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0857c2c3399879acdd239ef3d56fdcbfe73311d304cf72fb9f3c7ac24f3ef221
-size 227624
diff --git a/jsoup-1.15.3.tar.xz b/jsoup-1.15.3.tar.xz
new file mode 100644
index 0000000..ad45566
--- /dev/null
+++ b/jsoup-1.15.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cbc46c73b0316f0dd14c6ac39c31373160410d0117df30589d480710ca005b27
+size 249288
diff --git a/jsoup-build.xml b/jsoup-build.xml
index b24b1f1..cc833b0 100644
--- a/jsoup-build.xml
+++ b/jsoup-build.xml
@@ -11,7 +11,7 @@
-
+
diff --git a/jsoup.spec b/jsoup.spec
index 43e339a..437a7cc 100644
--- a/jsoup.spec
+++ b/jsoup.spec
@@ -1,7 +1,7 @@
#
# spec file for package jsoup
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: jsoup
-Version: 1.14.2
+Version: 1.15.3
Release: 0
Summary: Java library for working with HTML
License: MIT
@@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.xz
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: fdupes
-BuildRequires: java-devel >= 1.7
+BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: jsr-305
BuildArch: noarch