fix(deps): update slf4jversion to v2.0.9 (#9377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
parent
96f2b5f049
commit
799f514fbc
|
@ -44,7 +44,7 @@ val byteBuddyVersion = "1.14.7"
|
|||
val asmVersion = "9.5"
|
||||
val jmhVersion = "1.37"
|
||||
val mockitoVersion = "4.11.0"
|
||||
val slf4jVersion = "2.0.7"
|
||||
val slf4jVersion = "2.0.9"
|
||||
|
||||
val CORE_DEPENDENCIES = listOf(
|
||||
"com.google.auto.service:auto-service:${autoServiceVersion}",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# javaagent
|
||||
## Dependency License Report
|
||||
_2023-08-27 18:44:09 PDT_
|
||||
_2023-09-03 14:50:35 PDT_
|
||||
## Apache License, Version 2.0
|
||||
|
||||
**1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18`
|
||||
|
@ -238,15 +238,15 @@ _2023-08-27 18:44:09 PDT_
|
|||
|
||||
## MIT License
|
||||
|
||||
**50** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.7`
|
||||
**50** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.9`
|
||||
> - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org)
|
||||
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
|
||||
> - **Embedded license files**: [slf4j-api-2.0.7.jar/META-INF/LICENSE.txt](slf4j-api-2.0.7.jar/META-INF/LICENSE.txt)
|
||||
> - **Embedded license files**: [slf4j-api-2.0.9.jar/META-INF/LICENSE.txt](slf4j-api-2.0.9.jar/META-INF/LICENSE.txt)
|
||||
|
||||
**51** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `2.0.7`
|
||||
**51** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `2.0.9`
|
||||
> - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org)
|
||||
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
|
||||
> - **Embedded license files**: [slf4j-simple-2.0.7.jar/META-INF/LICENSE.txt](slf4j-simple-2.0.7.jar/META-INF/LICENSE.txt)
|
||||
> - **Embedded license files**: [slf4j-simple-2.0.9.jar/META-INF/LICENSE.txt](slf4j-simple-2.0.9.jar/META-INF/LICENSE.txt)
|
||||
|
||||
## The 3-Clause BSD License
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2004-2023 QOS.ch
|
||||
Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2004-2023 QOS.ch
|
||||
Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
Loading…
Reference in New Issue