We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df138b3 commit bad0529Copy full SHA for bad0529
1 file changed
samples/snapshot/pom.xml
@@ -23,13 +23,14 @@
23
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24
</properties>
25
26
- <!-- {x-version-update-start::current} -->
27
<dependencies>
+ <!-- {x-version-update-start:google-cloud-logging-logback:current} -->
28
<dependency>
29
<groupId>com.google.cloud</groupId>
30
<artifactId>google-cloud-logging-logback</artifactId>
31
- <version>0.121.14-alpha</version>
+ <version>0.121.15-alpha-SNAPSHOT</version>
32
</dependency>
33
+ <!-- {x-version-update-end} -->
34
35
36
<groupId>junit</groupId>
@@ -44,7 +45,6 @@
44
45
<scope>test</scope>
46
47
</dependencies>
- <!-- {x-version-update-end} -->
48
49
<!-- compile and run all snippet tests -->
50
<build>
@@ -80,4 +80,4 @@
80
</plugin>
81
</plugins>
82
</build>
83
-</project>
+</project>
0 commit comments