Skip to content

Commit

Permalink
Bump commons-io from 2.8.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps commons-io from 2.8.0 to 2.11.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 7, 2022
1 parent a6d5383 commit 54cfd8b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
<properties>
<revision>1.5.7</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.3</jenkins.version>
<jenkins.version>2.319.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<hpi.compatibleSinceVersion>1.5.0</hpi.compatibleSinceVersion>
<google.api.version>1.25.0</google.api.version>
<google.api.version>1.34.1</google.api.version>
<google.http.version>1.42.2</google.http.version>
<google.guava.version>31.0.1-jre</google.guava.version>
<google-oauth.version>1.0.0</google-oauth.version>
<storage.revision>158</storage.revision>
<google-oauth.version>1.34.1</google-oauth.version>
<storage.revision>20220705</storage.revision>
<concurrency>5</concurrency>
<skipIts>true</skipIts>
<!-- TODO some violations remaining -->
Expand All @@ -83,8 +83,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1500.ve4d05cd32975</version>
<artifactId>bom-2.319.x</artifactId>
<version>1607.va_c1576527071</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -93,13 +93,18 @@
<artifactId>error_prone_annotations</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.42.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -149,7 +154,7 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>${google.api.version}</version>
<version>${google-oauth.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -179,7 +184,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>${google.api.version}</version>
<version>${google.http.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -215,7 +220,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>google-oauth-plugin</artifactId>
<version>${google-oauth.version}</version>
<version>1.0.7</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.findbugs</groupId>
Expand All @@ -234,7 +239,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev${storage.revision}-${google.api.version}</version>
<version>v1-rev20220705-1.32.1</version>
<exclusions>
<exclusion>
<groupId>com.google.http-client</groupId>
Expand Down

0 comments on commit 54cfd8b

Please sign in to comment.