Skip to content

Commit

Permalink
fix(logging): remove braces from project name to avoid all logs appea…
Browse files Browse the repository at this point in the history
…ring on a single line
  • Loading branch information
ChrisSamo632 committed Feb 17, 2024
1 parent ea12406 commit 76e0f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>250th Manchester (St. Mary's) Scout Group - Bedding Plants</name>
<name>250th Manchester Scout Group - Bedding Plants</name>
<description>Bedding Plants order reader, geolocator and mapper</description>
<url>https://github.com/Samo632/bedding-plants</url>

Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.springframework.security.oauth</groupId>
Expand Down

0 comments on commit 76e0f68

Please sign in to comment.