Various fixes

* Upgrade dependencies
* Fix typos in build files
* Fix variable names for dependencies
* Fix links to the project
* Fix `Implementation-Vendor` for artifact manifest files
This commit is contained in:
Artem Bilan
2025-01-21 16:48:56 -05:00
parent dd53bcd5bf
commit f8180a94c5
10 changed files with 15 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
dependencies {
api project(':spring-twitter-common')
testImplementation mockserverNetty
testImplementation mockServerNetty
}