diff --git a/3.8.3.tar.gz b/3.8.3.tar.gz
deleted file mode 100644
index b49f2c7..0000000
--- a/3.8.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c92783f373c43c061a7b1aed77de11a1bcd9354bd8ff8aa1302fe2fd205bc1d0
-size 128628
diff --git a/4.4.0.tar.gz b/4.4.0.tar.gz
new file mode 100644
index 0000000..a209a0a
--- /dev/null
+++ b/4.4.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dc5d9809df1e6cc094e9ccf8e793d7ea5b5388b057eb35640e7f7c59e843b48c
+size 161373
diff --git a/java-jwt-3.8.3.pom b/java-jwt-4.4.0.pom
similarity index 86%
rename from java-jwt-3.8.3.pom
rename to java-jwt-4.4.0.pom
index 0652778..c3fa1e1 100644
--- a/java-jwt-3.8.3.pom
+++ b/java-jwt-4.4.0.pom
@@ -3,7 +3,7 @@
4.0.0
com.auth0
java-jwt
- 3.8.3
+ 4.4.0
jar
java jwt
Java implementation of JSON Web Token (JWT)
@@ -29,13 +29,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.10.0.pr3
- runtime
-
-
- commons-codec
- commons-codec
- 1.12
+ 2.14.2
runtime
diff --git a/java-jwt.spec b/java-jwt.spec
index 8ea490d..d21103f 100644
--- a/java-jwt.spec
+++ b/java-jwt.spec
@@ -1,7 +1,7 @@
#
# spec file for package java-jwt
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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: java-jwt
-Version: 3.8.3
+Version: 4.4.0
Release: 0
Summary: Java JWT
License: MIT
@@ -47,14 +47,11 @@ API documentation for the Logback library
cp %{SOURCE1} lib/pom.xml
%pom_xpath_remove pom:dependency/pom:scope lib
+find lib -name module-info.java -print -delete
%build
pushd lib
-%{mvn_build} -f -- \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=8 \
-%endif
- -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dsource=8
+%{mvn_build} -f
popd
%install