Fix POM warnings: upgrade JaCoCo, pin dependency versions, add plugin version #29

Merged
thib8956 merged 1 commits from issue-28/fix-pom-warnings into master 2026-03-27 16:49:59 +00:00
Owner

Summary

  • Upgrade jacoco-maven-plugin from 0.8.11 → 0.8.13 to fix Unsupported class file major version 69 errors with JDK 25
  • Pin slf4j-api to 2.0.16 and logback-classic to 1.5.12 (replaces deprecated RELEASE keyword)
  • Add explicit <version>3.13.0</version> to maven-compiler-plugin

Closes #28

## Summary - Upgrade `jacoco-maven-plugin` from 0.8.11 → 0.8.13 to fix `Unsupported class file major version 69` errors with JDK 25 - Pin `slf4j-api` to 2.0.16 and `logback-classic` to 1.5.12 (replaces deprecated `RELEASE` keyword) - Add explicit `<version>3.13.0</version>` to `maven-compiler-plugin` Closes #28
thib8956 added 1 commit 2026-03-27 16:49:33 +00:00
fix(pom): upgrade JaCoCo, pin dependency versions, add compiler plugin version
All checks were successful
CI / build-and-test (pull_request) Successful in 17s
f7646f99ba
- Upgrade jacoco-maven-plugin 0.8.11 → 0.8.13 (fixes 'Unsupported class file major version 69' with JDK 25)
- Pin slf4j-api to 2.0.16 and logback-classic to 1.5.12 (replaces deprecated RELEASE)
- Add maven-compiler-plugin version 3.13.0

Closes #28
thib8956 merged commit c264e7a7fc into master 2026-03-27 16:49:59 +00:00
thib8956 deleted branch issue-28/fix-pom-warnings 2026-03-27 16:49:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thib8956/new-shapes#29