1
0

64 is OK locally but not on GitHub

This commit is contained in:
Gary Gregory
2023-10-10 17:29:59 -04:00
parent e0ca622ebd
commit 863d5612c2

View File

@@ -26,8 +26,8 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<!-- Tests are special, 61 causes issues -->
<version>64</version>
<!-- Tests are special, 61 causes issues, 64 is OK locally but not on GitHub -->
<version>59</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>