Skip to content

Commit 2f4f626

Browse files
Update auto-service-annotations to use latest stable release. (#9301)
1 parent 8504f5a commit 2f4f626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/test/groovy/CallSiteInstrumentationPluginTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CallSiteInstrumentationPluginTest extends Specification {
2828
2929
dependencies {
3030
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.5'
31-
implementation group: 'com.google.auto.service', name: 'auto-service-annotations', version: '1.0-rc7'
31+
implementation group: 'com.google.auto.service', name: 'auto-service-annotations', version: '1.1.1'
3232
}
3333
'''
3434

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jctools = '3.3.0'
2929
moshi = '1.11.0'
3030
testcontainers = '1.20.1'
3131
jmc = "8.1.0"
32-
autoservice = "1.0-rc7"
32+
autoservice = "1.1.1"
3333
ddprof = "1.29.0"
3434
asm = "9.8"
3535
cafe_crypto = "0.1.0"

0 commit comments

Comments
 (0)