Skip to content

Commit

Permalink
bump classgraph to 4.8.149 in jakarta artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jul 20, 2022
1 parent dd6a03e commit d8e3eb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/swagger-project-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
<jackson-version>2.13.3</jackson-version>
<jackson-databind-version>2.13.3</jackson-databind-version>
<logback-version>1.2.9</logback-version>
<classgraph-version>4.8.138</classgraph-version>
<classgraph-version>4.8.149</classgraph-version>
<guava-version>31.0.1-jre</guava-version>
<ant-version>1.10.11</ant-version>
<commons-lang-version>3.12.0</commons-lang-version>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<maven>2.2.0</maven>
</prerequisites>
<developers>
<developer>
<id>frantuma</id>
<name>Francesco Tumanischvili</name>
<email>[email protected]</email>
</developer>
<developer>
<id>fehguy</id>
<name>Tony Tam</name>
Expand Down Expand Up @@ -186,7 +191,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<version>3.2.0</version>
<configuration>
<excludes>
<exclude>**/logback.xml</exclude>
Expand Down

0 comments on commit d8e3eb1

Please sign in to comment.