Skip to content

Commit

Permalink
GEODE-10245: Upgrade classgraph 4.8.143 -> 4.8.145 (apache#7605)
Browse files Browse the repository at this point in the history
- This fixes an issue discovered with the ordering of 'manifest only'
  jars and classgraph unable to find classes.
  • Loading branch information
jdeppe-pivotal authored Apr 20, 2022
1 parent e362324 commit 5ebf307
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boms/geode-all-bom/src/test/resources/expected-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.143</version>
<version>4.8.145</version>
</dependency>
<dependency>
<groupId>io.github.resilience4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class DependencyConstraints implements Plugin<Project> {
api(group: 'commons-modeler', name: 'commons-modeler', version: '2.0.1')
api(group: 'commons-validator', name: 'commons-validator', version: get('commons-validator.version'))
// Careful when upgrading this dependency: see GEODE-7370 and GEODE-8150.
api(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.143')
api(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.145')
api(group: 'io.github.resilience4j', name: 'resilience4j-retry', version: '1.7.1')
api(group: 'io.lettuce', name: 'lettuce-core', version: '6.1.8.RELEASE')
api(group: 'io.micrometer', name: 'micrometer-core', version: get('micrometer.version'))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ lib/HdrHistogram-2.1.12.jar
lib/HikariCP-4.0.3.jar
lib/LatencyUtils-2.0.3.jar
lib/antlr-2.7.7.jar
lib/classgraph-4.8.143.jar
lib/classgraph-4.8.145.jar
lib/commons-beanutils-1.9.4.jar
lib/commons-codec-1.15.jar
lib/commons-collections-3.2.2.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commons-collections-3.2.2.jar
commons-digester-2.1.jar
commons-io-2.11.0.jar
commons-logging-1.2.jar
classgraph-4.8.143.jar
classgraph-4.8.145.jar
micrometer-core-1.8.4.jar
fastutil-8.5.8.jar
javax.resource-api-1.7.1.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commons-digester-2.1.jar
commons-validator-1.7.jar
spring-jcl-5.3.18.jar
commons-codec-1.15.jar
classgraph-4.8.143.jar
classgraph-4.8.145.jar
jackson-databind-2.13.2.2.jar
commons-logging-1.2.jar
geode-management-0.0.0.jar
Expand Down

0 comments on commit 5ebf307

Please sign in to comment.