Skip to content

Commit

Permalink
Merge pull request #528 from bcgov/feature/MakeLogbackAccessWorkAgain
Browse files Browse the repository at this point in the history
the uri of each request does not show in log anymore - need to update…
  • Loading branch information
TayGov authored Mar 7, 2024
2 parents e762030 + d2cf1bc commit 4d466f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ecrc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ca.bc.gov.open</groupId>
<artifactId>ecrc-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>ecrc-api</name>
<description>Criminal Record Check (eCRC)</description>

Expand Down Expand Up @@ -150,9 +150,9 @@
<artifactId>logback-access</artifactId>
</dependency>
<dependency>
<groupId>net.rakugakibox.spring.boot</groupId>
<groupId>dev.akkinoc.spring.boot</groupId>
<artifactId>logback-access-spring-boot-starter</artifactId>
<version>2.7.1</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 4d466f8

Please sign in to comment.