Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Apr 10, 2024
1 parent 4fad46a commit 9c01ef2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<properties>
<dropwizard.version>2.1.12</dropwizard.version>
<jersey.version>2.35</jersey.version>
<logback.version>1.2.9</logback.version>
<logback.version>1.5.4</logback.version>
<logback.access.version>1.4.9</logback.access.version>
<cxf.version>3.4.5</cxf.version>
<shiro.version>1.12.0</shiro.version>
<prometheus.version>0.12.0</prometheus.version>
Expand Down Expand Up @@ -71,7 +72,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
<version>${logback.version}</version>
<version>${logback.access.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -163,7 +164,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down Expand Up @@ -242,7 +243,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.1</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down Expand Up @@ -284,6 +285,12 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
Expand Down Expand Up @@ -653,7 +660,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.5</version>
<inherited>true</inherited>
<configuration>
<systemPropertyVariables>
Expand Down

0 comments on commit 9c01ef2

Please sign in to comment.