Package manager
Maven
Import pom.xml and watch changelogs, release notes and security updates.
Track library dependencies with changelog highlights and version signals.
Platforms: Java, Kotlin, JVM
What you get
A single monitor with clear alerts and clean summaries.
- Release notes and changelog summaries
- Security and breaking change signals
- Alerts sent to email or webhooks
Monitor Maven dependencies with DepLog.dev
We track public registries and read release notes when available. Alerts follow your version ranges so you only see relevant changes.
Supported inputs
Paste the full file, a dependency section or a clean list.
pom.xml
Recommended file format for Maven projects.
List format
One package per line. Example: org.slf4j:slf4j-api:2.0.13.
Example input
Example only. Your file can include more fields.
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
</dependency>
</dependencies>How to import dependencies
Follow these steps before you save the monitor.
1
Open pom.xml and copy the dependencies.
2
Paste into DepLog and confirm the list.
3
Choose alert rules and a delivery channel.
4
Save the monitor and wait for the first scan.
Alerting tips
Pinned versions do not trigger alerts. Use the range syntax your manager supports if you want more updates.
FAQ
Common questions about Maven
Which file should I paste for Maven?
Paste pom.xml. You can also paste a line list.
Can I paste a line list like org.slf4j:slf4j-api:2.0.13?
Yes. Use one package per line with versions when possible.
What if versions are inherited from a parent POM?
We capture versions when they are declared in the file. Inherited versions may appear empty in the review list.
Do you support private registries?
Not yet. We monitor public registries only. Private packages are not supported.
Start monitoring
Track library dependencies with changelog highlights and version signals.
Start monitoring