Skip to content

Commit

Permalink
Updated logback-classic from 1.3.5 to 1.3.12 and removed deprecated c…
Browse files Browse the repository at this point in the history
…ode and removed DK_CPR participant identifier scheme from testcase
  • Loading branch information
aaron-kumar committed Dec 7, 2023
1 parent 9af2ae2 commit 1ac91dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public void testParsePeppolParticpantId() throws Exception {
no976098897 = ParticipantId.valueOf("0192:976098897");
assertEquals(no976098897, new ParticipantId(PeppolIcd.NO_ORG, "976098897"));

no976098897 = ParticipantId.valueOf("9901:976098897");
assertEquals(no976098897, new ParticipantId(PeppolIcd.DK_CPR, "976098897"));
no976098897 = ParticipantId.valueOf("0213:976098897");
assertEquals(no976098897, new ParticipantId(PeppolIcd.FI_VAT, "976098897"));

//invalid iso code will not be parsed.
try {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<metainf-services.version>1.9</metainf-services.version>
<network.oxalis.version>6.3.1-SNAPSHOT</network.oxalis.version>
<slf4j.version>2.0.6</slf4j.version>
<logback.version>1.3.5</logback.version>
<logback.version>1.3.12</logback.version>
<guava.version>32.0.1-jre</guava.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<joda-time.version>2.12.2</joda-time.version>
Expand Down

0 comments on commit 1ac91dc

Please sign in to comment.