Closed yahavi closed 1 year ago
ty @yahavi, I noticed there are a few more versions that could be updated, see ./gradlew dependencyUpdates --refresh-dependencies
(I've removed the ones that are known incompatible major API bumps)
- com.github.ben-manes:gradle-versions-plugin [0.42.0 -> 0.44.0]
- org.apache.maven:maven-core [3.8.6 -> 3.8.7]
- org.apache.maven:maven-model [3.8.6 -> 3.8.7]
- org.apache.maven:maven-repository-metadata [3.8.6 -> 3.8.7]
- org.codehaus.groovy:groovy-all [3.0.13 -> 3.0.14]
- org.jfrog.buildinfo:build-info-extractor-gradle [4.29.4 -> 4.31.0]
// Can/should see if slf4j can be bumped to 2.x as 1.x is no longer maintained
- org.slf4j:slf4j-api [1.7.36 -> 2.0.6]
- org.slf4j:slf4j-simple [1.7.36 -> 2.0.6]
Hi @elevenfive, Thanks for the suggestion. We're trying to update only the necessary dependencies. We have some plugins depending on this library, and updating the dependencies may cause issues. Specifically, slf4j 2 caused some problems.
No worries, just wanted to make sure it was on the radar! Thank you for your work on this.
[x] All tests passed. If this feature is not already covered by the tests, I added new tests.