Skip to content

Commit 16f32e4

Browse files
Bump retrofitVersion from 2.11.0 to 3.0.0
Bumps `retrofitVersion` from 2.11.0 to 3.0.0. Updates `com.squareup.retrofit2:retrofit` from 2.11.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](lysine-dev/retrofit@2.11.0...3.0.0) Updates `com.squareup.retrofit2:converter-jackson` from 2.11.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](lysine-dev/retrofit@2.11.0...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.retrofit2:converter-jackson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 190f0e8 commit 16f32e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
springBootVersion = project.hasProperty('springBootVersion') ? project.springBootVersion : '3.5.0'
44
springVersion = project.hasProperty('springFrameworkVersion') ? project.springFrameworkVersion : '6.2.7'
55
jacksonVersion = '2.19.0'
6-
retrofitVersion = '2.11.0'
6+
retrofitVersion = '3.0.0'
77
mockitoVersion = '5.2.+' // At least Mockito 5.2.0 is required to Mock final classes
88
}
99
dependencies {

0 commit comments

Comments
 (0)