Outdated dependencies #97
-
I've noticed that Pkl uses somewhat outdated tools and libraries. What's your policy for updating dependencies? Could Dependabot help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The Gradle update is a little cumbersome; 7.6 causes some tests to go flakey and 8.2 and beyond don't play nice with other dependencies. We need to retire JDK11 support (but we need a plan for that), but then we definitely want to turn on Dependabot. |
Beta Was this translation helpful? Give feedback.
-
It's strange that updating Gradle from 7.5 to 7.6 would cause flaky tests. |
Beta Was this translation helpful? Give feedback.
It flummoxed me, also. Indeed, as long as we can stay JDK11 compatible for a little bit longer, dependencies can be updated. Any such work would be incredibly appreciated!