File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed
src/main/java/com/google/cloud/logging/logback Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.130.20-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.130.19-alpha...v0.130.20-alpha ) (2023-08-08)
5
+
6
+
7
+ ### Dependencies
8
+
9
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.14.0 ([ #1148 ] ( https://github.com/googleapis/java-logging-logback/issues/1148 ) ) ([ a51611f] ( https://github.com/googleapis/java-logging-logback/commit/a51611ff8da09470e7cc013482dcda14b10580d4 ) )
10
+
4
11
## [ 0.130.19-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.130.18-alpha...v0.130.19-alpha ) (2023-07-25)
5
12
6
13
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >google-cloud-logging-logback</artifactId >
8
- <version >0.130.20-alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8
+ <version >0.130.20-alpha</version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
9
9
<packaging >jar</packaging >
10
10
<name >Google Cloud Logging Logback Appender</name >
11
11
<url >https://github.com/googleapis/java-logging-logback</url >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-logging-logback</artifactId >
31
- <version >0.130.20-alpha-SNAPSHOT </version >
31
+ <version >0.130.20-alpha</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.cloud</groupId >
32
32
<artifactId >libraries-bom</artifactId >
33
- <version >26.21 .0</version >
33
+ <version >26.20 .0</version >
34
34
<type >pom</type >
35
35
<scope >import</scope >
36
36
</dependency >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
122
122
// See
123
123
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
124
124
// {x-version-update-start:google-cloud-logging-logback:current}
125
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.20-alpha-SNAPSHOT " ;
125
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.20-alpha" ;
126
126
// {x-version-update-end}
127
127
private static boolean instrumentationAdded = false ;
128
128
private static final Object instrumentationLock = new Object ();
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-logging-logback:0.130.19 -alpha:0.130.20-alpha-SNAPSHOT
4
+ google-cloud-logging-logback:0.130.20 -alpha:0.130.20-alpha
You can’t perform that action at this time.
0 commit comments