Skip to content

Commit 52d2de1

Browse files
authored
fix(deps): update dependency net.logstash.logback:logstash-logback-encoder to v7.1 (#7009)
1 parent dc960c6 commit 52d2de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/idp-sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ limitations under the License.
8080
<dependency>
8181
<groupId>net.logstash.logback</groupId>
8282
<artifactId>logstash-logback-encoder</artifactId>
83-
<version>7.0.1</version>
83+
<version>7.1</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>ch.qos.logback.contrib</groupId>

run/logging-manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<dependency>
4545
<groupId>net.logstash.logback</groupId>
4646
<artifactId>logstash-logback-encoder</artifactId>
47-
<version>7.0.1</version>
47+
<version>7.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)