Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ name: Plexus Common Utilities
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 3.6.1
version: 4.1.0
libraries:
- org.codehaus.plexus: plexus-utils
notices:
Expand All @@ -2414,6 +2414,16 @@ notices:

This product includes software developed by
Rome (https://rome.dev.java.net/).

---

name: Plexus XML
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 3.1.0
libraries:
- org.codehaus.plexus: plexus-xml
---

name: Jetty
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.6.1</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
Expand Down
6 changes: 6 additions & 0 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@
<artifactId>maven-resolver-provider</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down
Loading