Skip to content

Commit 9909e58

Browse files
updated dependencies
1 parent 95afd0e commit 9909e58

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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) 2024, Twilio SendGrid, Inc. <help@twilio.com>
3+
Copyright (C) 2025, 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</license>
2121
</licenses>
2222
<properties>
23-
<jackson.version>2.14.0</jackson.version>
23+
<jackson.version>2.19.0</jackson.version>
2424
</properties>
2525
<scm>
2626
<url>https://github.com/sendgrid/sendgrid-java</url>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-shade-plugin</artifactId>
103-
<version>3.2.4</version>
103+
<version>3.6.0</version>
104104
<configuration>
105105
<relocations>
106106
<relocation>
@@ -145,8 +145,8 @@
145145
<artifactId>maven-compiler-plugin</artifactId>
146146
<version>3.8.1</version>
147147
<configuration>
148-
<source>1.8</source>
149-
<target>1.8</target>
148+
<source>21</source>
149+
<target>21</target>
150150
</configuration>
151151
</plugin>
152152
<plugin>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-shade-plugin</artifactId>
212-
<version>3.2.4</version>
212+
<version>3.6.0</version>
213213
<configuration>
214214
<relocations>
215215
<relocation>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.sendgrid</groupId>
264264
<artifactId>java-http-client</artifactId>
265-
<version>4.5.0</version>
265+
<version>4.5.1</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)