File tree 7 files changed +14
-7
lines changed
src/main/java/com/google/cloud/logging/logback
7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.131.2-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.131.1-alpha...v0.131.2-alpha ) (2024-02-20)
5
+
6
+
7
+ ### Dependencies
8
+
9
+ * Update dependency com.google.cloud: sdk-platform-java-config to v3.25.0 ([ #1272 ] ( https://github.com/googleapis/java-logging-logback/issues/1272 ) ) ([ 7cddc26] ( https://github.com/googleapis/java-logging-logback/commit/7cddc263635adf63a1cbd1dc5398550e149dc3db ) )
10
+
4
11
## [ 0.131.1-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.131.0-alpha...v0.131.1-alpha ) (2024-02-08)
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.131.2-alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8
+ <version >0.131.2-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 42
42
<dependency >
43
43
<groupId >com.google.truth</groupId >
44
44
<artifactId >truth</artifactId >
45
- <version >1.4.1 </version >
45
+ <version >1.4.0 </version >
46
46
<scope >test</scope >
47
47
</dependency >
48
48
</dependencies >
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.131.2-alpha-SNAPSHOT </version >
31
+ <version >0.131.2-alpha</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
41
41
<dependency >
42
42
<groupId >com.google.truth</groupId >
43
43
<artifactId >truth</artifactId >
44
- <version >1.4.1 </version >
44
+ <version >1.4.0 </version >
45
45
<scope >test</scope >
46
46
</dependency >
47
47
</dependencies >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.google.truth</groupId >
55
55
<artifactId >truth</artifactId >
56
- <version >1.4.1 </version >
56
+ <version >1.4.0 </version >
57
57
<scope >test</scope >
58
58
</dependency >
59
59
</dependencies >
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.131.2-alpha-SNAPSHOT " ;
125
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.2-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.131.1 -alpha:0.131.2-alpha-SNAPSHOT
4
+ google-cloud-logging-logback:0.131.2 -alpha:0.131.2-alpha
You can’t perform that action at this time.
0 commit comments