Skip to content

Commit

Permalink
Merge pull request #63 from buckett/spring-upgrade
Browse files Browse the repository at this point in the history
Update Spring to the latest version.
  • Loading branch information
buckett authored Sep 7, 2023
2 parents caceee3 + d835d09 commit 5ef37ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,36 +340,36 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
<version>32.1.2-jre</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.27</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.27</version>
<version>1.7.36</version>
<!-- This is so that TestLauncher has an implementation but projects using this library don't get it -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.2</version>
<version>4.5.14</version>
</dependency>

<!-- Everything below is for testing -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.6</version>
<version>4.5.14</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand All @@ -382,19 +382,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.18</version>
<version>5.3.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.18</version>
<version>5.3.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.3.18</version>
<version>5.3.29</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -406,7 +406,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.27</version>
<version>1.7.36</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5ef37ff

Please sign in to comment.