Skip to content

Commit

Permalink
Lithium 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Jul 3, 2023
1 parent 017496c commit e72f50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<maven.test.skip>true</maven.test.skip>

<lithium.version>3.4.5</lithium.version>
<lithium.version>3.5.1</lithium.version>
<dropwizard.version>2.1.4</dropwizard.version>
<jwt.version>0.11.5</jwt.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public Response update(@Context ContainerRequestContext context,

Response login = providerClient.login(provider.email, provider.password);

Logger.debug("ServiceResource.create: login status: %d", login.getStatus());
Logger.debug("ServiceResource.update: login status: %d", login.getStatus());

if (login.getStatus() >= 400) {
return Response.
Expand Down

0 comments on commit e72f50f

Please sign in to comment.