Skip to content

Commit 3437175

Browse files
Chore(deps): Bump okio from 2.10.0 to 3.2.0
Bumps [okio](https://github.com/square/okio) from 2.10.0 to 3.2.0. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-2.10.0...parent-3.2.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49d9ce2 commit 3437175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.kohsuke</groupId>
44
<artifactId>github-api</artifactId>
5-
<version>1.307-SNAPSHOT</version>
5+
<version>1.307</version>
66
<name>GitHub API for Java</name>
77
<url>https://github-api.kohsuke.org/</url>
88
<description>GitHub API for Java</description>
@@ -11,7 +11,7 @@
1111
<connection>scm:git:[email protected]/hub4j/${project.artifactId}.git</connection>
1212
<developerConnection>scm:git:ssh://[email protected]/hub4j/${project.artifactId}.git</developerConnection>
1313
<url>https://github.com/hub4j/github-api/</url>
14-
<tag>HEAD</tag>
14+
<tag>github-api-1.307</tag>
1515
</scm>
1616

1717
<distributionManagement>
@@ -38,7 +38,7 @@
3838
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3939
<hamcrest.version>2.2</hamcrest.version>
4040
<okhttp3.version>4.9.2</okhttp3.version>
41-
<okio.version>2.10.0</okio.version>
41+
<okio.version>3.2.0</okio.version>
4242
<!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. -->
4343
<jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method>
4444
<jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method>

0 commit comments

Comments
 (0)