Skip to content

Commit

Permalink
Downgrade modernizer to 2.7.0
Browse files Browse the repository at this point in the history
2.8.0 requires maven 3.9.6 and doesn't work with mvnd in the process.
  • Loading branch information
wendigo committed Mar 7, 2024
1 parent ca78bdc commit 88e165b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Airbase 152
* Dependency downgrades:
- modernizer-maven-annotations 2.7.0 (from 2.8.0)

Airbase 151
* Plugin updates:
- maven-shade-plugin 3.5.2 (from 3.5.1)
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<dep.junit.version>5.10.2</dep.junit.version>
<dep.kotlin.version>1.9.22</dep.kotlin.version>
<dep.logback.version>1.5.1</dep.logback.version>
<dep.modernizer.version>2.8.0</dep.modernizer.version>
<dep.modernizer.version>2.7.0</dep.modernizer.version>
<dep.opentelemetry.version>1.35.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.1.0</dep.opentelemetry-instrumentation.version>
<dep.slf4j.version>2.0.12</dep.slf4j.version>
Expand Down

0 comments on commit 88e165b

Please sign in to comment.