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
6 changes: 3 additions & 3 deletions DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ List of third-party dependencies grouped by their license type.

BSD 3-Clause License

* asm (org.ow2.asm:asm:9.9 - http://asm.ow2.io/)
* asm-commons (org.ow2.asm:asm-commons:9.9 - http://asm.ow2.io/)
* asm-tree (org.ow2.asm:asm-tree:9.9 - http://asm.ow2.io/)
* asm (org.ow2.asm:asm:9.9.1 - http://asm.ow2.io/)
* asm-commons (org.ow2.asm:asm-commons:9.9.1 - http://asm.ow2.io/)
* asm-tree (org.ow2.asm:asm-tree:9.9.1 - http://asm.ow2.io/)
* dnsjava (dnsjava:dnsjava:3.6.1 - https://github.com/dnsjava/dnsjava)
* Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ The license texts of these dependencies can be found in the licenses directory.

BSD 3-Clause License

* asm (org.ow2.asm:asm:9.9 - http://asm.ow2.io/)
* asm (org.ow2.asm:asm:9.9.1 - http://asm.ow2.io/)
* dnsjava (dnsjava:dnsjava:3.6.1 - https://github.com/dnsjava/dnsjava)
* Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<!-- see intellij profile below... This fixes an annoyance with intellij -->
<provided.scope>provided</provided.scope>
<jakarta-el.version>3.0.1-b12</jakarta-el.version>
<asm.version>9.9</asm.version>
<asm.version>9.9.1</asm.version>
<checker-qual.version>3.52.1</checker-qual.version>
<error_prone_annotations.version>2.45.0</error_prone_annotations.version>
<bouncycastle.version>1.83</bouncycastle.version>
Expand Down