Skip to content

Commit

Permalink
chore: update jackson version and licence year (#745)
Browse files Browse the repository at this point in the history
* chore: upgraded the jackson version to 2.14.0

* chore: changed licence year to 2024
  • Loading branch information
tiwarishubham635 authored Jan 18, 2024
1 parent 511e7f7 commit e5443e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</license>
</licenses>
<properties>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.14.0</jackson.version>
</properties>
<scm>
<url>https://github.com/sendgrid/sendgrid-java</url>
Expand Down Expand Up @@ -306,4 +306,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit e5443e3

Please sign in to comment.