Skip to content

Commit

Permalink
Fixed jaxb namespace and version, bump pkix-ocsp version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Oct 26, 2024
1 parent cab36c1 commit e52cdcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<jakarta.xml.bind-api-version>4.0.2</jakarta.xml.bind-api-version>
<jaxb-impl-version>4.0.0</jaxb-impl-version>
<guava.version>31.1-jre</guava.version>
<pkix-ocsp.version>2.2.0</pkix-ocsp.version>
<pkix-ocsp.version>2.3.0</pkix-ocsp.version>
<metainf-services.version>1.9</metainf-services.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions src/main/xjb/certvalidator.xjb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jaxb:bindings xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
<jaxb:bindings xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
jaxb:version="2.0">
jaxb:version="3.0">
<jaxb:bindings schemaLocation="../xsd/certvalidator.xsd">
<jaxb:schemaBindings>
<jaxb:package name="network.oxalis.commons.certvalidator.jaxb"/>
Expand Down

0 comments on commit e52cdcd

Please sign in to comment.