Skip to content

Commit

Permalink
update pom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Dec 23, 2023
1 parent 1faf46b commit 2b7ceb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,19 @@
<scope>test</scope>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0-android</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<scope>test</scope>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<version>1.16.0</version>
</dependency>
<dependency>
<scope>test</scope>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.15.1</version>
</dependency>
<dependency>
<scope>test</scope>
Expand All @@ -208,13 +208,13 @@
<scope>test</scope>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<scope>test</scope>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.1</version>
<version>2.3.3</version>
</dependency>
<dependency>
<scope>test</scope>
Expand All @@ -226,7 +226,7 @@
<scope>test</scope>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</dependency>
<dependency>
<scope>test</scope>
Expand All @@ -238,7 +238,7 @@
<scope>test</scope>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>4.4</version>
</dependency>
<dependency>
<scope>test</scope>
Expand All @@ -262,7 +262,7 @@
<scope>test</scope>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.9</version>
</dependency>
<dependency>
<scope>test</scope>
Expand Down

0 comments on commit 2b7ceb4

Please sign in to comment.