File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1919 <java .version>11</java .version>
2020 <oauth2 .version>2.5.6</oauth2 .version>
2121 <commonsio .version>2.16.1</commonsio .version>
22- <docusign .version>3.17.1</ docusign .version>
23- <esignature .version>6 .0.0</ esignature .version>
22+ <esignature .version>6.4.0</ esignature .version>
23+ <slf4j .version>2 .0.17</ slf4j .version>
2424 </properties >
2525
2626 <dependencies >
8282 <artifactId >spring-boot-autoconfigure</artifactId >
8383 <version >2.7.18</version >
8484 </dependency >
85+
86+ <dependency >
87+ <groupId >org.slf4j</groupId >
88+ <artifactId >slf4j-api</artifactId >
89+ <version >${slf4j.version} </version >
90+ </dependency >
91+
92+ <dependency >
93+ <groupId >org.slf4j</groupId >
94+ <artifactId >slf4j-simple</artifactId >
95+ <version >${slf4j.version} </version >
96+ </dependency >
8597 </dependencies >
8698
8799 <build >
You can’t perform that action at this time.
0 commit comments