Skip to content

Commit 814157e

Browse files
committed
NGFW-13998 changed slf4j to 2.0.9
1 parent 22cd172 commit 814157e

File tree

11 files changed

+8
-2
lines changed

11 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# jabsorb
22
Custom library for ngfw
3+
# Build
4+
Use ant to build the project

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test.lib=${webinf}/lib
4141
app=jabsorb
4242

4343
# The tag / version given to this build
44-
version=1.2.3
44+
version=1.2.4
4545

4646
# The name of the project
4747
app-prefix=${app}-${version}
Binary file not shown.

json.jar

3 Bytes
Binary file not shown.

lib/slf4j-api-1.4.2.jar

-14.9 KB
Binary file not shown.

lib/slf4j-api-2.0.9.jar

63.1 KB
Binary file not shown.

lib/slf4j-jdk14-1.4.2.jar

-8.37 KB
Binary file not shown.

lib/slf4j-jdk14-2.0.9.jar

10.2 KB
Binary file not shown.

webapps/jsonrpc/CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGES log
22

3+
2024-06-03 jabsorb 1.2.4 release
4+
5+
* Updated slf4j dependency version
6+
37
2024-05-22 jabsorb 1.2.3 release
48

59
* We have a couple minor modifications to jabsorb

webapps/jsonrpc/header.jspinc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%!
22
String appName = "jabsorb";
3-
String version = "1.2.3";
3+
String version = "1.2.4";
44
%>
55
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
66
<html>

0 commit comments

Comments
 (0)