This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 1f84a6f109 build(deps): bump logback.version from 1.4.13 to 1.4.14
(#1236)
1f84a6f109 is described below
commit 1f84a6f1090a01c4e9a26298d12109f52b011ca4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 4 09:57:22 2023 +0100
build(deps): bump logback.version from 1.4.13 to 1.4.14 (#1236)
Bumps `logback.version` from 1.4.13 to 1.4.14.
Updates `ch.qos.logback:logback-classic` from 1.4.13 to 1.4.14
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.13...v_1.4.14)
Updates `ch.qos.logback:logback-core` from 1.4.13 to 1.4.14
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.13...v_1.4.14)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b159cf62a..e60f73c5e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<jserialcom.version>2.10.4</jserialcom.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>
- <logback.version>1.4.13</logback.version>
+ <logback.version>1.4.14</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.11</milo.version>
<mockito.version>5.8.0</mockito.version>