diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a437e7f..251c0f7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,6 +2,10 @@ name: Java CI
on:
push:
+ branches: [ master ]
+ pull_request:
+ # The branches below must be a subset of the branches above
+ branches: [ master ]
schedule:
- cron: '0 5 */1 * *'
diff --git a/pom.xml b/pom.xml
index 98020e5..a7ea6d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.nhenneaux.jersey.connector.httpclient
jersey-httpclient-connector
- 1.1.15
+ 1.1.16
Jersey Connector using java.net.http.HttpClient
A Jersey connector using java.net.http.HttpClient and supporting HTTP/1.1 and HTTP/2.0 with the same
@@ -24,8 +24,8 @@
nhenneaux
https://sonarcloud.io
- 3.1.6
- 11.0.20
+ 3.1.7
+ 11.0.21
5.1.2.Final
2.23.1
@@ -148,7 +148,7 @@
org.mockito
mockito-junit-jupiter
- 5.11.0
+ 5.12.0
test
@@ -271,7 +271,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.11
+ 0.8.12
maven-gpg-plugin