File tree 4 files changed +82
-16
lines changed
libs/teams/teams-chat-workflow-spring-boot-starter
4 files changed +82
-16
lines changed Original file line number Diff line number Diff line change 58
58
</notes >
59
59
<cve >CVE-2024-21138</cve >
60
60
</suppress >
61
-
62
-
63
-
61
+ <suppress >
62
+ <notes >
63
+ Not using Bouncy Castle crafted
64
+ </notes >
65
+ <cve >CVE-2024-30172</cve >
66
+ <cve >CVE-2024-30171</cve >
67
+ <cve >CVE-2024-29857</cve >
68
+ <cve >CVE-2024-34447</cve >
69
+ </suppress >
70
+ <suppress >
71
+ <notes >
72
+ we don't have write access to log config file.
73
+ </notes >
74
+ <cve >CVE-2024-12798</cve >
75
+ </suppress >
76
+ <suppress >
77
+ <notes >
78
+ as we have update msal4j, we don't need to update this.
79
+ </notes >
80
+ <cve >CVE-2024-35255</cve >
81
+ </suppress >
82
+ <suppress >
83
+ <notes >
84
+ No impact, we are using java 17
85
+ </notes >
86
+ <cve >CVE-2010-0538</cve >
87
+ </suppress >
88
+ <suppress >
89
+ <notes >
90
+ No impact, not using for JSON documents parser
91
+ </notes >
92
+ <cve >CVE-2023-7272</cve >
93
+ </suppress >
94
+ <suppress >
95
+ <notes >
96
+ No impact, we are not using Protobuf
97
+ </notes >
98
+ <cve >CVE-2024-7254</cve >
99
+ </suppress >
100
+ <suppress >
101
+ <notes >
102
+ Doesn't have fixed, we are using latest version jar
103
+ </notes >
104
+ <cve >CVE-2021-3869</cve >
105
+ <cve >CVE-2022-0198</cve >
106
+ </suppress >
107
+ <suppress >
108
+ <notes >
109
+ No impact, we are using java 17
110
+ </notes >
111
+ <cve >CVE-2017-10355</cve >
112
+ </suppress >
113
+ <suppress >
114
+ <notes >
115
+ We will take this on next release
116
+ </notes >
117
+ <cve >CVE-2024-45772</cve >
118
+ </suppress >
119
+
120
+
64
121
</suppressions >
65
122
Original file line number Diff line number Diff line change 58
58
</exclusion >
59
59
</exclusions >
60
60
</dependency >
61
+
62
+ <dependency >
63
+ <groupId >com.microsoft.azure</groupId >
64
+ <artifactId >msal4j</artifactId >
65
+ <version >${azure-msal4j.version} </version >
66
+ </dependency >
67
+
61
68
<dependency >
62
69
<groupId >com.microsoft.bot</groupId >
63
70
<artifactId >bot-builder</artifactId >
79
86
</exclusions >
80
87
</dependency >
81
88
89
+ <dependency >
90
+ <groupId >io.netty</groupId >
91
+ <artifactId >netty-codec-http</artifactId >
92
+ <version >${netty-codec.version} </version >
93
+ </dependency >
94
+
95
+ <dependency >
96
+ <groupId >io.netty</groupId >
97
+ <artifactId >netty-handler</artifactId >
98
+ <version >${netty-handler.version} </version >
99
+ </dependency >
100
+
82
101
<dependency >
83
102
<groupId >com.azure</groupId >
84
103
<artifactId >azure-storage-blob</artifactId >
144
163
<version >${guava.version} </version >
145
164
</dependency >
146
165
147
- <dependency >
148
- <groupId >io.netty</groupId >
149
- <artifactId >netty-codec-http</artifactId >
150
- <version >${netty-codec.version} </version >
151
- </dependency >
152
-
153
- <dependency >
154
- <groupId >io.netty</groupId >
155
- <artifactId >netty-handler</artifactId >
156
- <version >${netty-handler.version} </version >
157
- </dependency >
158
166
159
167
<!-- for testing -->
160
168
<dependency >
Original file line number Diff line number Diff line change 49
49
50
50
<properties >
51
51
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
52
- <spring-boot .version>3.3 .0</spring-boot .version>
52
+ <spring-boot .version>3.4 .0</spring-boot .version>
53
53
<maven .compiler.source>17</maven .compiler.source>
54
54
<maven .compiler.target>17</maven .compiler.target>
55
55
<java .version>17</java .version>
77
77
<azure-storage-blob .version>12.25.3</azure-storage-blob .version>
78
78
<netty-handler .version>4.1.115.Final</netty-handler .version>
79
79
<netty-codec .version>4.1.115.Final</netty-codec .version>
80
+ <azure-msal4j .version>1.16.1</azure-msal4j .version>
80
81
</properties >
81
82
82
83
<licenses >
Original file line number Diff line number Diff line change 37
37
<groupId >org.apache.commons</groupId >
38
38
<artifactId >commons-lang3</artifactId >
39
39
</dependency >
40
-
40
+
41
41
<!-- https://mvnrepository.com/artifact/edu.stanford.nlp/stanford-corenlp -->
42
42
<dependency >
43
43
<groupId >edu.stanford.nlp</groupId >
You can’t perform that action at this time.
0 commit comments