Skip to content

Commit f761b05

Browse files
authored
Bumping databind to a version without CVEs. (#49)
1 parent 8a2e5ff commit f761b05

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jline 3.20.0
1+
jline 3.21.0
22

33
Copyright (c) 2002-2018, the original author or authors.
44
All rights reserved.
@@ -35,7 +35,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3535
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3636
OF THE POSSIBILITY OF SUCH DAMAGE.
3737

38-
jackson-core, jackson-databind 2.12.5
38+
jackson-core, jackson-databind 2.13.2, 2.13.2.2
3939

4040

4141
Apache License
@@ -240,7 +240,7 @@ jackson-core, jackson-databind 2.12.5
240240
See the License for the specific language governing permissions and
241241
limitations under the License.
242242

243-
junit 5.7.1
243+
junit 5.8.2
244244

245245
Copyright 2015-2021 the original author or authors.
246246

@@ -576,7 +576,7 @@ this Agreement will bring a legal action under this Agreement more than
576576
one year after the cause of action arose. Each party waives its rights to
577577
a jury trial in any resulting litigation.
578578

579-
protobuf-java 3.17.3
579+
protobuf-java 3.19.4
580580

581581
Copyright 2008 Google Inc. All rights reserved.
582582

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<maven.compiler.target>1.8</maven.compiler.target>
4242
<edn.version>0.7.1</edn.version>
4343
<jackson.version>2.13.2</jackson.version>
44+
<jackson.databind.version>2.13.2.2</jackson.databind.version>
4445
<jline.version>3.21.0</jline.version>
4546
<junit.version>5.8.2</junit.version>
4647
<protobuf.version>3.19.4</protobuf.version>
@@ -144,7 +145,7 @@
144145
<dependency>
145146
<groupId>com.fasterxml.jackson.core</groupId>
146147
<artifactId>jackson-databind</artifactId>
147-
<version>${jackson.version}</version>
148+
<version>${jackson.databind.version}</version>
148149
</dependency>
149150
<dependency>
150151
<groupId>us.bpsm</groupId>

0 commit comments

Comments
 (0)