Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Jun 22, 2023
2 parents 47e0cf9 + a350235 commit 8d1ea3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
-->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<okhttp3.version>4.11.0</okhttp3.version>
<guava.version>32.0.1-jre</guava.version>
<googlehttpclient.version>1.43.2</googlehttpclient.version>
<googlehttpclient.version>1.43.3</googlehttpclient.version>
<gson.version>2.10.1</gson.version>
<slf4j.version>2.0.7</slf4j.version>
<bouncy.version>1.70</bouncy.version>
Expand All @@ -107,7 +107,7 @@
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<centralsync-maven-plugin.version>0.1.1</centralsync-maven-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<bom-generator.version>0.95.0</bom-generator.version>
<bom-generator.version>0.100.0</bom-generator.version>
<bom.template.file.path>file://${project.basedir}/src/config/bom.xml</bom.template.file.path>
<maven-scm-plugin.version>2.0.1</maven-scm-plugin.version>
<maven-versions-plugin.version>2.16.0</maven-versions-plugin.version>
Expand Down

0 comments on commit 8d1ea3b

Please sign in to comment.