File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
src/main/java/com/google/cloud/logging/logback Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.128.6] ( https://github.com/googleapis/java-logging-logback/compare/v0.128.5...v0.128.6 ) (2022-12-07)
5+
6+
7+ ### Dependencies
8+
9+ * Update dependency com.google.cloud: google-cloud-logging to v3.13.5 ([ #952 ] ( https://github.com/googleapis/java-logging-logback/issues/952 ) ) ([ 7a45289] ( https://github.com/googleapis/java-logging-logback/commit/7a452893e98656ce72498af8de0e20af4f9ef7cf ) )
10+ * Update dependency com.google.cloud: google-cloud-logging to v3.13.6 ([ #954 ] ( https://github.com/googleapis/java-logging-logback/issues/954 ) ) ([ b1bc20f] ( https://github.com/googleapis/java-logging-logback/commit/b1bc20f2449e2532e2d803763eb4e9bf2768af07 ) )
11+
412## [ 0.128.5] ( https://github.com/googleapis/java-logging-logback/compare/v0.128.4...v0.128.5 ) (2022-12-06)
513
614
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <artifactId >google-cloud-logging-logback</artifactId >
8- <version >0.129.6-alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+ <version >0.129.6-alpha</version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
99 <packaging >jar</packaging >
1010 <name >Google Cloud Logging Logback Appender</name >
1111 <url >https://github.com/googleapis/java-logging-logback</url >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-logging-logback</artifactId >
31- <version >0.129.6-alpha-SNAPSHOT </version >
31+ <version >0.129.6-alpha</version >
3232 </dependency >
3333 <!-- {x-version-update-end} -->
3434
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
108108 // See
109109 // https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
110110 // {x-version-update-start:google-cloud-logging-logback:current}
111- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.129.6-alpha-SNAPSHOT " ;
111+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.129.6-alpha" ;
112112 // {x-version-update-end}
113113 private static boolean instrumentationAdded = false ;
114114 private static Object instrumentationLock = new Object ();
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-logging-logback:0.129.5 -alpha:0.129.6-alpha-SNAPSHOT
4+ google-cloud-logging-logback:0.129.6 -alpha:0.129.6-alpha
You can’t perform that action at this time.
0 commit comments