File tree 8 files changed +13
-7
lines changed
8 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 38
38
<classpathentry kind =" lib" path =" lib/jmdns-3.5.5.jar" />
39
39
<classpathentry kind =" lib" path =" lib/slf4j-api-1.7.22.jar" />
40
40
<classpathentry kind =" lib" path =" lib/slf4j-simple-1.7.22.jar" />
41
- <classpathentry kind =" lib" path =" lib/log4j-api-2.15 .0.jar" />
42
- <classpathentry kind =" lib" path =" lib/log4j-core-2.15 .0.jar" />
41
+ <classpathentry kind =" lib" path =" lib/log4j-api-2.16 .0.jar" />
42
+ <classpathentry kind =" lib" path =" lib/log4j-core-2.16 .0.jar" />
43
43
<classpathentry kind =" lib" path =" lib/jsch-0.1.50.jar" />
44
44
<classpathentry kind =" lib" path =" lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar" />
45
45
<classpathentry kind =" lib" path =" lib/xml-apis-1.3.04.jar" />
Original file line number Diff line number Diff line change 8
8
<classpathentry kind =" lib" path =" lib/jmdns-3.5.5.jar" />
9
9
<classpathentry kind =" lib" path =" lib/slf4j-api-1.7.22.jar" />
10
10
<classpathentry kind =" lib" path =" lib/slf4j-simple-1.7.22.jar" />
11
- <classpathentry kind =" lib" path =" lib/log4j-api-2.15 .0.jar" />
12
- <classpathentry kind =" lib" path =" lib/log4j-core-2.15 .0.jar" />
11
+ <classpathentry kind =" lib" path =" lib/log4j-api-2.16 .0.jar" />
12
+ <classpathentry kind =" lib" path =" lib/log4j-core-2.16 .0.jar" />
13
13
<classpathentry kind =" lib" path =" lib/jsch-0.1.50.jar" />
14
14
<classpathentry kind =" lib" path =" lib/commons-exec-1.1.jar" />
15
15
<classpathentry kind =" lib" path =" ../app/lib/commons-httpclient-3.1.jar" />
Original file line number Diff line number Diff line change 41
41
public class BaseNoGui {
42
42
43
43
/** Version string to be used for build */
44
- public static final int REVISION = 10817 ;
44
+ public static final int REVISION = 10818 ;
45
45
/** Extended version string displayed on GUI */
46
- public static final String VERSION_NAME = "1.8.17 " ;
46
+ public static final String VERSION_NAME = "1.8.18 " ;
47
47
public static final String VERSION_NAME_LONG ;
48
48
49
49
// Current directory to use for relative paths specified on the
Original file line number Diff line number Diff line change 1
- ARDUINO 1.8.17 2021.12.14 SECURITY HOTFIX RELEASE
1
+ ARDUINO 1.8.18 2021.12.14 SECURITY HOTFIX RELEASE
2
+
3
+ [ide]
4
+ * Upgrade log4j to 2.16.0 - Extra hardening for CVE-2021-44228
5
+
6
+
7
+ ARDUINO 1.8.17 (not released superseded by 1.8.18)
2
8
3
9
[ide]
4
10
* Upgrade log4j to 2.15.0 - CVE-2021-44228 (thanks @rhowe)
You can’t perform that action at this time.
0 commit comments