Skip to content

Commit

Permalink
Merge pull request #431 from taswartz/master
Browse files Browse the repository at this point in the history
Upgrading spring framework + removing CustomErrorHandler for spring impl
  • Loading branch information
johnsully83 authored Aug 1, 2023
2 parents ccab2f7 + 970c76a commit e1b8b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 92 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.bullhorn</groupId>
<artifactId>sdk-rest</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<packaging>jar</packaging>

<name>Bullhorn REST SDK</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.10.0</jackson.version>
<org.springframework.version>4.2.6.RELEASE</org.springframework.version>
<org.springframework.version>5.3.25</org.springframework.version>
<additionalparam>-Xdoclint:none</additionalparam>
<coveralls-version>4.2.0</coveralls-version>
<jacoco-version>0.8.8</jacoco-version>
Expand Down

This file was deleted.

0 comments on commit e1b8b8d

Please sign in to comment.