We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c868b73 commit ec53072Copy full SHA for ec53072
.github/workflows/update-dependencies.yml
@@ -28,6 +28,8 @@ jobs:
28
- name: Add & Commit
29
if: matrix.java == '11'
30
uses: EndBug/add-and-commit@v8.0.2
31
+ env:
32
+ GITHUB_TOKEN: ${{ secrets.SG_JAVA_GITHUB_TOKEN }}
33
with:
34
add: 'pom.xml'
35
default_author: 'github_actions'
pom.xml
@@ -262,7 +262,7 @@
262
<dependency>
263
<groupId>com.sendgrid</groupId>
264
<artifactId>java-http-client</artifactId>
265
- <version>4.3.9</version>
+ <version>4.5.0</version>
266
</dependency>
267
268
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments