Skip to content

Commit

Permalink
moved logback configuration to para-server; updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jul 6, 2022
1 parent 020d3e3 commit b8d78a9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions para-core/pom.xml
Expand Up @@ -12,7 +12,7 @@
<name>para-core</name>

<properties>
<jacksonVer>2.13.2</jacksonVer>
<jacksonVer>2.13.3</jacksonVer>
<flexmarkVer>0.64.0</flexmarkVer>
</properties>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.146</version>
<version>4.8.147</version>
</dependency>

<!-- INJECT & JAX-RS -->
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>${jacksonVer}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down
4 changes: 2 additions & 2 deletions para-server/pom.xml
Expand Up @@ -12,8 +12,8 @@
<name>para-server</name>

<properties>
<springSecVer>5.7.1</springSecVer>
<springLdapVer>2.4.0</springLdapVer>
<springSecVer>5.7.2</springSecVer>
<springLdapVer>2.4.1</springLdapVer>
</properties>

<dependencies>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -82,8 +82,8 @@
<slf4jVer>1.7.36</slf4jVer>
<logbackVer>1.2.11</logbackVer>
<awsJdkVer>2.17.214</awsJdkVer>
<jerseyVer>2.35</jerseyVer>
<springBootVer>2.7.0</springBootVer>
<jerseyVer>2.36</jerseyVer>
<springBootVer>2.7.1</springBootVer>
<metricsVer>4.2.9</metricsVer>
<httpClientVer>5.1.3</httpClientVer>
<httpCoreVer>5.1.3</httpCoreVer>
Expand Down

0 comments on commit b8d78a9

Please sign in to comment.