Skip to content

Commit

Permalink
Update maven-modernizer-plugin to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and electrum committed Sep 27, 2023
1 parent e76c508 commit 3dc9bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Airbase 146
- build-helper-maven-plugin 3.4.0 (from 3.3.0)
- maven-pmd-plugin 3.21.0 (from 3.20.0)
- maven-shade-plugin 3.5.1 (from 3.5.0)
- maven-modernizer-plugin 2.7.0 (from 2.6.0)

* Dependency updates:
- Guava 32.1.2-jre (from 32.1.1-jre)
Expand Down
9 changes: 1 addition & 8 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<dep.junit.version>5.10.0</dep.junit.version>
<dep.kotlin.version>1.9.0</dep.kotlin.version>
<dep.logback.version>1.4.11</dep.logback.version>
<dep.modernizer.version>2.6.0</dep.modernizer.version>
<dep.modernizer.version>2.7.0</dep.modernizer.version>
<dep.opentelemetry.version>1.30.1</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>1.30.0</dep.opentelemetry-instrumentation.version>
<dep.slf4j.version>2.0.9</dep.slf4j.version>
Expand Down Expand Up @@ -932,13 +932,6 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${dep.asm.version}</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit 3dc9bcf

Please sign in to comment.