Skip to content

Commit e5443e3

Browse files
chore: update jackson version and licence year (#745)
* chore: upgraded the jackson version to 2.14.0 * chore: changed licence year to 2024
1 parent 511e7f7 commit e5443e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2023, Twilio SendGrid, Inc. <help@twilio.com>
3+
Copyright (C) 2024, Twilio SendGrid, Inc. <help@twilio.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</license>
2121
</licenses>
2222
<properties>
23-
<jackson.version>2.13.3</jackson.version>
23+
<jackson.version>2.14.0</jackson.version>
2424
</properties>
2525
<scm>
2626
<url>https://github.com/sendgrid/sendgrid-java</url>
@@ -306,4 +306,4 @@
306306
</plugin>
307307
</plugins>
308308
</reporting>
309-
</project>
309+
</project>

0 commit comments

Comments
 (0)