Skip to content

Commit 6bcbcdb

Browse files
author
matthias
committed
JWt 4.11.2
1 parent f8bd612 commit 6bcbcdb

File tree

120 files changed

+1294
-292
lines changed

Some content is hidden

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

120 files changed

+1294
-292
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="jwt" default="all" basedir=".">
22
<!-- Name of project and version -->
33
<property name="proj.name" value="jwt"/>
4-
<property name="proj.version" value="4.11.1"/>
4+
<property name="proj.version" value="4.11.2"/>
55

66
<!-- Global properties for this build -->
77
<property name="src.java.dir" value="src"/>

examples/bobsmith/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/charts/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/composer/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/dialog/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/dragdrop/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/feature/auth1/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
2828
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
2929
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
30-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
31-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-auth-4.11.1.jar"/>
30+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
31+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-auth-4.11.2.jar"/>
3232
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>
3333
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-simple-1.7.25.jar"/>
3434
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/vt-password/bcprov-jdk15-1.45.jar"/>

examples/feature/itemmodel/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/feature/mediaplayer/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

examples/feature/serverpush/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api/jakarta.servlet-api-4.0.4.jar"/>
6-
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.1.jar"/>
6+
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jwt-4.11.2.jar"/>
77
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.3.3.jar"/>
88
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-1.4.jar"/>
99
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/slf4j-api-1.7.25.jar"/>

0 commit comments

Comments
 (0)