Release 3.44.1.0 #1025
Replies: 3 comments 1 reply
-
Dependency upgradation causing error on same project:👍sqlite-jdbc-3.42.0.0 normal working. 🙃 Cannot invoke
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@Prikalel, it seems like you are getting a <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
</dependency> This will automatically download and include the SLF4J JAR files in your project. |
Beta Was this translation helpful? Give feedback.
-
Changelog
🚀 Features
sqlite
🏎 Perf
sqlite
🛠 Build
deps
deps-dev
Contributors
We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, yuvalp-k2view
This discussion was created from the release Release 3.44.1.0.
Beta Was this translation helpful? Give feedback.
All reactions