Skip to content

Commit 4a151a6

Browse files
committed
Updated dependencies
1 parent 14e04fe commit 4a151a6

10 files changed

Lines changed: 9 additions & 7 deletions

File tree

.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<classpathentry kind="src" path="src"/>
99
<classpathentry kind="lib" path="lib/javax.servlet-api.jar"/>
1010
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/activation.jar"/>
11+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/bcp47j.jar"/>
1112
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/dtd.jar"/>
1213
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.mail.jar"/>
1314
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/json.jar"/>
@@ -16,6 +17,6 @@
1617
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/openxliff.jar"/>
1718
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmljava.jar"/>
1819
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/swordfish.jar"/>
19-
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/sqlite-jdbc-3.45.3.0.jar"/>
20+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/sqlite-jdbc-3.48.0.0.jar"/>
2021
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
2122
</classpath>

WebContent/WEB-INF/lib/bcp47j.jar

142 KB
Binary file not shown.
-111 KB
Binary file not shown.
-67 KB
Binary file not shown.
-4.82 KB
Binary file not shown.
12.9 MB
Binary file not shown.

WebContent/WEB-INF/lib/xmljava.jar

2.78 KB
Binary file not shown.

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<path id="RemoteTM.classpath">
55
<pathelement location="lib/javax.servlet-api.jar" />
66
<pathelement location="WebContent/WEB-INF/lib/activation.jar" />
7-
<pathelement location="WebContent/WEB-INF/lib/sqlite-jdbc-3.43.0.0.jar" />
7+
<pathelement location="WebContent/WEB-INF/lib/bcp47j.jar" />
8+
<pathelement location="WebContent/WEB-INF/lib/sqlite-jdbc-3.48.0.0.jar" />
89
<pathelement location="WebContent/WEB-INF/lib/javax.mail.jar" />
910
<pathelement location="WebContent/WEB-INF/lib/json.jar" />
1011
<pathelement location="WebContent/WEB-INF/lib/openxliff.jar" />

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"url": "https://github.com/rmraya/RemoteTM.git"
1212
},
1313
"devDependencies": {
14-
"typescript": "^5.4.2"
14+
"typescript": "^5.8.2"
1515
},
1616
"scripts": {
1717
"build": "tsc"
1818
},
1919
"dependencies": {
20-
"@types/node": "^20.11.25",
21-
"esbuild": "^0.20.1"
20+
"@types/node": "^20.13.9",
21+
"esbuild": "^0.24.0"
2222
}
2323
}

src/com/maxprograms/remotetm/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ private Constants() {
1818
// private for security
1919
}
2020

21-
public static final String VERSION = "6.0.0";
22-
public static final String BUILD = "20240223_1505";
21+
public static final String VERSION = "6.1.0";
22+
public static final String BUILD = "20250304_1035";
2323

2424
public static final String STATUS = "status";
2525
public static final String OK = "OK";

0 commit comments

Comments
 (0)