Skip to content

dependecies: update caciocavallo to latest #17330

@romani

Description

@romani

https://github.com/CaciocavalloSilano/caciocavallo

we need to use latest version at:

checkstyle/pom.xml

Lines 357 to 361 in 8105fcd

<dependency>
<groupId>com.github.caciocavallosilano</groupId>
<artifactId>cacio-tta</artifactId>
<version>1.11</version>
<scope>test</scope>

we need to remove exclusion from version checker:

<rule groupId="com.github.caciocavallosilano" artifactId="cacio-tta">
<ignoreVersions>
<!-- The version 1.11 we are on is the last version with Java 11 support. -->
<ignoreVersion type="regex">.*</ignoreVersion>
</ignoreVersions>
</rule>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions