File tree Expand file tree Collapse file tree 7 files changed +15
-7
lines changed
src/main/java/com/google/cloud/logging/logback Expand file tree Collapse file tree 7 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.131.10-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.131.9-alpha...v0.131.10-alpha ) (2024-08-02)
5+
6+
7+ ### Dependencies
8+
9+ * Update dependency com.google.cloud: sdk-platform-java-config to v3.33.0 ([ #1349 ] ( https://github.com/googleapis/java-logging-logback/issues/1349 ) ) ([ 47fc8f1] ( https://github.com/googleapis/java-logging-logback/commit/47fc8f1745c5852ad8cff429715d2dbfbd4301ee ) )
10+ * Update dependency org.easymock: easymock to v5.4.0 ([ #1350 ] ( https://github.com/googleapis/java-logging-logback/issues/1350 ) ) ([ 4c752fc] ( https://github.com/googleapis/java-logging-logback/commit/4c752fc6fc5d5cb512dc9630b758bb8092baadb6 ) )
11+
412## [ 0.131.9-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.131.8-alpha...v0.131.9-alpha ) (2024-06-26)
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.131.10-alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+ <version >0.131.10-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 4242 <dependency >
4343 <groupId >com.google.truth</groupId >
4444 <artifactId >truth</artifactId >
45- <version >1.4.4 </version >
45+ <version >1.4.2 </version >
4646 <scope >test</scope >
4747 </dependency >
4848 </dependencies >
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.131.10-alpha-SNAPSHOT </version >
31+ <version >0.131.10-alpha</version >
3232 </dependency >
3333 <!-- {x-version-update-end} -->
3434
4141 <dependency >
4242 <groupId >com.google.truth</groupId >
4343 <artifactId >truth</artifactId >
44- <version >1.4.4 </version >
44+ <version >1.4.2 </version >
4545 <scope >test</scope >
4646 </dependency >
4747 </dependencies >
Original file line number Diff line number Diff line change 5353 <dependency >
5454 <groupId >com.google.truth</groupId >
5555 <artifactId >truth</artifactId >
56- <version >1.4.4 </version >
56+ <version >1.4.2 </version >
5757 <scope >test</scope >
5858 </dependency >
5959 </dependencies >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
122122 // See
123123 // https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
124124 // {x-version-update-start:google-cloud-logging-logback:current}
125- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.10-alpha-SNAPSHOT " ;
125+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.10-alpha" ;
126126 // {x-version-update-end}
127127 private static boolean instrumentationAdded = false ;
128128 private static final 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.131.9 -alpha:0.131.10-alpha-SNAPSHOT
4+ google-cloud-logging-logback:0.131.10 -alpha:0.131.10-alpha
You can’t perform that action at this time.
0 commit comments