Skip to content

Commit 4fe09b4

Browse files
chore(main): release 0.131.2-alpha
1 parent 3f1a8cd commit 4fe09b4

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

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+
411
## [0.131.1-alpha](https://github.com/googleapis/java-logging-logback/compare/v0.131.0-alpha...v0.131.1-alpha) (2024-02-08)
512

613

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<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} -->
99
<packaging>jar</packaging>
1010
<name>Google Cloud Logging Logback Appender</name>
1111
<url>https://github.com/googleapis/java-logging-logback</url>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.truth</groupId>
4444
<artifactId>truth</artifactId>
45-
<version>1.4.1</version>
45+
<version>1.4.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

samples/snapshot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging-logback</artifactId>
31-
<version>0.131.2-alpha-SNAPSHOT</version>
31+
<version>0.131.2-alpha</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.truth</groupId>
4343
<artifactId>truth</artifactId>
44-
<version>1.4.1</version>
44+
<version>1.4.0</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.truth</groupId>
5555
<artifactId>truth</artifactId>
56-
<version>1.4.1</version>
56+
<version>1.4.0</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>

src/main/java/com/google/cloud/logging/logback/LoggingAppender.java

+1-1
Original file line numberDiff line numberDiff 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.2-alpha-SNAPSHOT";
125+
public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.2-alpha";
126126
// {x-version-update-end}
127127
private static boolean instrumentationAdded = false;
128128
private static final Object instrumentationLock = new Object();

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

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

0 commit comments

Comments
 (0)